Street_Tree_List

Data source: data.sfgov.org

7 rows where DBH = 15 and qSiteInfo = 23

View and edit SQL

Suggested facets: qSpecies, qAddress

DBH

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
41043 199551 Undocumented 2 Yucca gloriosa :: Spanish Dagger 224 1 01st St 7 : Yard 23 Tree 1 Private 1     15     6014408.59689 2105921.94262 37.7632704697891 -122.39331641112899 (37.7632704697891, -122.393316411129)
58003 189678 Undocumented 2 Ficus microcarpa nitida 'Green Gem' :: Indian Laurel Fig Tree 'Green Gem' 32 1 24th St 19 : Yard 23 Tree 1 Private 1     15     6017295.34569 2102596.83049 37.7543003681831 -122.38310055604299 (37.7543003681831, -122.383100556043)
70813 199550 Undocumented 2 Yucca gloriosa :: Spanish Dagger 224 1 01st St 6 : Yard 23 Tree 1 Private 1     15     6014401.0054 2105922.09622 37.7632704697749 -122.393342678542 (37.7632704697749, -122.393342678542)
156510 233334 Undocumented 2 Pinus radiata :: Monterey Pine 3 91 Stanton St 1 : Yard 23 Tree 1 Private 1     15 Width 3ft   6000284.24588 2103856.40307 37.7568041715962 -122.442019473547 (37.7568041715962, -122.442019473547)
164374 222115 Undocumented 2 Corymbia ficifolia :: Red Flowering Gum 60 4090 20th St 9 : Yard 23 Tree 1 Private 1     15 Width 3ft   6003100.58415 2104168.90978 37.757822330949004 -122.432301861758 (37.757822330949, -122.432301861758)
166837 199547 Undocumented 2 Yucca gloriosa :: Spanish Dagger 224 1 01st St 3 : Yard 23 Tree 1 Private 1     15     6014373.91679 2105917.88241 37.763257394541796 -122.39343607492201 (37.7632573945418, -122.393436074922)
170055 199552 Undocumented 2 Yucca gloriosa :: Spanish Dagger 224 1 01st St 8 : Yard 23 Tree 1 Private 1     15     6014417.3246 2105922.3261 37.7632720076265 -122.39328625146099 (37.7632720076265, -122.393286251461)

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