Street_Tree_List

Data source: data.sfgov.org

5 rows where PlotSize = "Width 0ft" and qSpecies = 80

View and edit SQL

Suggested facets: qLegalStatus, SiteOrder, DBH

PlotSize

  • Width 0ft · 5
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
3762 139362 Undocumented 2 Olea europaea 'Fruitless' :: Fruitless Olive 80 2869 BUSH ST 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     1 Width 0ft   5999793.3033 2114332.6333 37.7855412639984 -122.44447021936199 (37.7855412639984, -122.444470219362)
4474 162754 Undocumented 2 Olea europaea 'Fruitless' :: Fruitless Olive 80 997x Capitol Ave 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   10/13/2017 11:43:00 AM 3 Width 0ft   5995095.0 2090528.0 37.719910580533295 -122.45900065774599 (37.7199105805333, -122.459000657746)
4501 162764 Undocumented 2 Olea europaea 'Fruitless' :: Fruitless Olive 80 919 Capitol Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   10/13/2017 10:56:00 AM 3 Width 0ft   5995008.1104 2090049.4028900003 37.7185914714977 -122.459266363268 (37.7185914714977, -122.459266363268)
22867 143011 Permitted Site 1 Olea europaea 'Fruitless' :: Fruitless Olive 80 650-654 LOMBARD ST 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   03/11/2017 12:26:00 PM 3 Width 0ft   6009188.4253 2120483.2963 37.8029610657241 -122.41240063587601 (37.8029610657241, -122.412400635876)
34237 143019 Undocumented 2 Olea europaea 'Fruitless' :: Fruitless Olive 80 410 LOMBARD ST 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     19 Width 0ft   6010368.5125 2120644.4743 37.8034697728784 -122.408328278578 (37.8034697728784, -122.408328278578)

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 58.824ms · Data source: data.sfgov.org