Street_Tree_List

Data source: data.sfgov.org

10 rows where qSiteInfo = 11 and qSpecies = 8

View and edit SQL

Suggested facets: qAddress, SiteOrder, DBH

qSiteInfo

  • Median : Cutout · 10
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
24137 231180 DPW Maintained 3 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 2800x Bryant St 1 Median : Cutout 11 Tree 1 DPW 2     2 Width 5ft   6009829.19056 2100977.4251599996 37.7494384497445 -122.408806277407 (37.7494384497445, -122.408806277407)
25576 231188 DPW Maintained 3 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 2850x Bryant St 4 Median : Cutout 11 Tree 1 DPW 2     1 Width 5ft   6009844.761940001 2100681.8264599997 37.7486276731362 -122.408731579718 (37.7486276731362, -122.408731579718)
37488 231181 DPW Maintained 3 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 2800x Bryant St 2 Median : Cutout 11 Tree 1 DPW 2     1 Width 5ft   6009829.63299 2100960.5991599998 37.7493922740476 -122.408803560533 (37.7493922740476, -122.408803560533)
61236 231182 DPW Maintained 3 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 2800x Bryant St 3 Median : Cutout 11 Tree 1 DPW 2     1 Width 5ft   6009830.8123699995 2100941.41106 37.7493396538235 -122.408798128636 (37.7493396538235, -122.408798128636)
64215 231184 DPW Maintained 3 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 2800x Bryant St 5 Median : Cutout 11 Tree 1 DPW 2     1 Width 5ft   6009832.795080001 2100903.82499 37.7492365618324 -122.40878862099599 (37.7492365618324, -122.408788620996)
147681 231189 DPW Maintained 3 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 2850x Bryant St 5 Median : Cutout 11 Tree 1 DPW 2     1 Width 5ft   6009846.38998 2100665.3670200002 37.7485825703299 -122.40872478893499 (37.7485825703299, -122.408724788935)
154689 231183 DPW Maintained 3 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 2800x Bryant St 4 Median : Cutout 11 Tree 1 DPW 2     1 Width 5ft   6009832.36063 2100921.04222 37.7492838122089 -122.408791337857 (37.7492838122089, -122.408791337857)
169291 231186 DPW Maintained 3 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 2850x Bryant St 2 Median : Cutout 11 Tree 1 DPW 2     1 Width 5ft   6009842.69971 2100715.50345 37.748720027217296 -122.408741086441 (37.7487200272173, -122.408741086441)
175009 231185 DPW Maintained 3 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 2850x Bryant St 1 Median : Cutout 11 Tree 1 DPW 2     1 Width 5ft   6009841.33523 2100729.29077 37.74875780773171 -122.408746777365 (37.7487578077317, -122.408746777365)
187731 231187 DPW Maintained 3 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 2850x Bryant St 3 Median : Cutout 11 Tree 1 DPW 2     1 Width 5ft   6009843.90305 2100697.4884 37.748670629262904 -122.408735654529 (37.7486706292629, -122.408735654529)

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