Street_Tree_List

Data source: data.sfgov.org

4 rows where DBH = 5, qAddress = "1 01st St" and qSiteInfo = 23

View and edit SQL

Suggested facets: qSpecies

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
32102 189290 Undocumented 2 Cordyline australis :: Dracena Palm 141 1 01st St 23 : Yard 23 Tree 1 Private 1     5     6014424.75736 2105899.2532900004 37.7632090676603 -122.39325892915501 (37.7632090676603, -122.393258929155)
58033 189291 Undocumented 2 Cordyline australis :: Dracena Palm 141 1 01st St 31 : Yard 23 Tree 1 Private 1     5     6014386.77773 2105894.3895799997 37.7631936029157 -122.39338994869 (37.7631936029157, -122.39338994869)
137382 189292 Undocumented 2 Cordyline australis :: Dracena Palm 141 1 01st St 33 : Yard 23 Tree 1 Private 1     5     6014376.229280001 2105886.6133 37.763171664875294 -122.393425888311 (37.7631716648753, -122.393425888311)
153814 199510 Undocumented 2 Quercus engelmannii :: Engelmann oak 453 1 01st St 14 : Yard 23 Tree 1 Private 1     5     6014434.26374 2105920.54159 37.7632680488164 -122.39322753922801 (37.7632680488164, -122.393227539228)

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE "Street_Tree_List" (
"TreeID" INTEGER,
  "qLegalStatus" INTEGER,
  "qSpecies" INTEGER,
  "qAddress" TEXT,
  "SiteOrder" INTEGER,
  "qSiteInfo" INTEGER,
  "PlantType" INTEGER,
  "qCaretaker" INTEGER,
  "qCareAssistant" INTEGER,
  "PlantDate" TEXT,
  "DBH" INTEGER,
  "PlotSize" TEXT,
  "PermitNotes" TEXT,
  "XCoord" REAL,
  "YCoord" REAL,
  "Latitude" REAL,
  "Longitude" REAL,
  "Location" TEXT
,
FOREIGN KEY ("PlantType") REFERENCES [PlantType](id),
    FOREIGN KEY ("qCaretaker") REFERENCES [qCaretaker](id),
    FOREIGN KEY ("qSpecies") REFERENCES [qSpecies](id),
    FOREIGN KEY ("qSiteInfo") REFERENCES [qSiteInfo](id),
    FOREIGN KEY ("qCareAssistant") REFERENCES [qCareAssistant](id),
    FOREIGN KEY ("qLegalStatus") REFERENCES [qLegalStatus](id));
CREATE INDEX ["Street_Tree_List_PlantType"] ON [Street_Tree_List]("PlantType");
CREATE INDEX ["Street_Tree_List_qCaretaker"] ON [Street_Tree_List]("qCaretaker");
CREATE INDEX ["Street_Tree_List_qSpecies"] ON [Street_Tree_List]("qSpecies");
CREATE INDEX ["Street_Tree_List_qSiteInfo"] ON [Street_Tree_List]("qSiteInfo");
CREATE INDEX ["Street_Tree_List_qCareAssistant"] ON [Street_Tree_List]("qCareAssistant");
CREATE INDEX ["Street_Tree_List_qLegalStatus"] ON [Street_Tree_List]("qLegalStatus");
Powered by Datasette · Query took 72.941ms · Data source: data.sfgov.org