Data source: data.sfgov.org
This data as json, CSV (advanced)
Suggested facets: qAddress, SiteOrder, PlotSize
| Link | rowid ▼ | TreeID | qLegalStatus | qSpecies | qAddress | SiteOrder | qSiteInfo | PlantType | qCaretaker | qCareAssistant | PlantDate | DBH | PlotSize | PermitNotes | XCoord | YCoord | Latitude | Longitude | Location |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 37174 | 37174 | 132080 | DPW Maintained 3 | Phoenix canariensis :: Canary Island Date Palm 100 | 1100x The Embarcadero | 13 | Median : Yard 3 | Tree 1 | DPW 2 | 26 | Width 10ft | 6012562.54875 | 2120282.53748 | 37.802598598112 | -122.40071023410101 | (37.802598598112, -122.400710234101) | |||
| 48046 | 48046 | 194385 | DPW Maintained 3 | Phoenix canariensis :: Canary Island Date Palm 100 | 300x The Embarcadero | 8 | Median : Yard 3 | Tree 1 | DPW 2 | 26 | Width 8ft | 6015616.39603 | 2115848.18198 | 37.7905927414207 | -122.38983237995701 | (37.7905927414207, -122.389832379957) | |||
| 148681 | 148681 | 194369 | DPW Maintained 3 | Phoenix canariensis :: Canary Island Date Palm 100 | 310x The Embarcadero | 6 | Median : Yard 3 | Tree 1 | DPW 2 | 26 | Width 8ft | 6016121.084980001 | 2115040.32123 | 37.7884025145026 | -122.388029770758 | (37.7884025145026, -122.388029770758) | |||
| 155521 | 155521 | 194340 | DPW Maintained 3 | Phoenix canariensis :: Canary Island Date Palm 100 | 88x King St | 16 | Median : Yard 3 | Tree 1 | DPW 2 | 26 | Width 8ft | 6015972.31673 | 2112547.01001 | 37.7815482020175 | -122.388370398867 | (37.7815482020175, -122.388370398867) | |||
| 182277 | 182277 | 194342 | DPW Maintained 3 | Phoenix canariensis :: Canary Island Date Palm 100 | 418x The Embarcadero | 2 | Median : Yard 3 | Tree 1 | DPW 2 | 26 | Width 8ft | 6016043.56926 | 2112825.74631 | 37.7823174973895 | -122.38814335514999 | (37.7823174973895, -122.38814335515) | |||
| 182808 | 182808 | 194353 | DPW Maintained 3 | Phoenix canariensis :: Canary Island Date Palm 100 | 418x The Embarcadero | 13 | Median : Yard 3 | Tree 1 | DPW 2 | 26 | Width 8ft | 6016057.99648 | 2113605.1395799997 | 37.7844583353237 | -122.388147851742 | (37.7844583353237, -122.388147851742) | |||
| 186747 | 186747 | 194316 | DPW Maintained 3 | Phoenix canariensis :: Canary Island Date Palm 100 | 380x The Embarcadero | 8 | Median : Yard 3 | Tree 1 | DPW 2 | 26 | Width 7ft | 6014969.23068 | 2116866.2603700003 | 37.793352239169295 | -122.392142782374 | (37.7933522391693, -122.392142782374) |
JSON shape: default, array, newline-delimited
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");