Street_Tree_List

Data source: data.sfgov.org

4 rows where DBH = 17 and qSiteInfo = 23

View and edit SQL

DBH

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
28405 199554 Undocumented 2 Yucca gloriosa :: Spanish Dagger 224 1 01st St 10 : Yard 23 Tree 1 Private 1     17     6014431.6868199995 2105923.15598 37.763275084200295 -122.39323663496599 (37.7632750842003, -122.393236634966)
39362 214005 Undocumented 2 Quercus agrifolia :: Coast Live Oak 180 50 Circular Ave 2 : Yard 23 Tree 1 Private 1     17     6000114.23279 2093911.68117 37.7294886448689 -122.441893693449 (37.7294886448689, -122.441893693449)
46299 233305 Undocumented 2 Pinus radiata :: Monterey Pine 3 170 Carnelian Way 1 : Yard 23 Tree 1 Private 1     17     6000606.984180001 2100509.57943 37.7476329887819 -122.44066327429199 (37.7476329887819, -122.440663274292)
184577 192373 Undocumented 2 Fraxinus uhdei :: Shamel Ash: Evergreen Ash 10 1310 Indiana St 18 : Yard 23 Tree 1 Private 1     17     6015020.94183 2102357.50513 37.7535172906979 -122.390949358625 (37.7535172906979, -122.390949358625)

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