Data source: data.sfgov.org
This data as json, CSV (advanced)
Suggested facets: qLegalStatus, qSiteInfo, DBH, PlotSize
Link | rowid ▼ | TreeID | qLegalStatus | qSpecies | qAddress | SiteOrder | qSiteInfo | PlantType | qCaretaker | qCareAssistant | PlantDate | DBH | PlotSize | PermitNotes | XCoord | YCoord | Latitude | Longitude | Location |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
15678 | 15678 | 96177 | Permitted Site 1 | Diospyros kaki :: Persimmon 293 | Unaccepted Street : Cutout 20 | Tree 1 | Private 1 | 04/04/2011 12:00:00 AM | 3x3 | Permit Number 767810 | |||||||||
25418 | 25418 | 191034 | Undocumented 2 | Diospyros kaki :: Persimmon 293 | 2338 Lane St | 1 | Front Yard : Yard 7 | Tree 1 | Private 1 | 5 | Width 6ft | 6013925.13865 | 2092881.2708700001 | 37.727436659956005 | -122.394075563956 | (37.727436659956, -122.394075563956) | |||
121504 | 121504 | 108478 | Permitted Site 1 | Diospyros kaki :: Persimmon 293 | 681 11th Ave | 3 | Sidewalk: Curb side : Cutout 1 | Tree 1 | Private 1 | FUF 1 | 12/23/2014 12:00:00 AM | 3 | 3x3 | Permit Number 773784 | 5992532.280119999 | 2110850.6685599997 | 37.7755637627769 | -122.469337473147 | (37.7755637627769, -122.469337473147) |
163097 | 163097 | 223880 | Undocumented 2 | Diospyros kaki :: Persimmon 293 | 1100 San Jose Ave | 59 | Sidewalk: Property side : Yard 9 | Tree 1 | Private 1 | 3 | 6004631.311000001 | 2096522.8004 | 37.736914554759295 | -122.42646354846799 | (37.7369145547593, -122.426463548468) | ||||
187034 | 187034 | 191033 | Undocumented 2 | Diospyros kaki :: Persimmon 293 | 582 Rhode Island St | 12 | Sidewalk: Property side : Yard 9 | Tree 1 | Private 1 | 3 | 6011759.612869999 | 2105637.14781 | 37.7623409601769 | -122.40245839922899 | (37.7623409601769, -122.402458399229) |
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");