Street_Tree_List

Data source: data.sfgov.org

5 rows where DBH = 1, SiteOrder = 5 and qSpecies = 8

View and edit SQL

Suggested facets: qLegalStatus, qSiteInfo, qCaretaker, PlotSize

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
60596 192756 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 1151 Fairfax Ave 5 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     1 Width 3ft   6017776.49361 2096529.4020099998 37.737667016608 -122.38101480431601 (37.737667016608, -122.381014804316)
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)
154237 192747 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 1275 Fairfax Ave 5 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     1 Width 4ft   6017247.3717 2096937.7067 37.73875891949071 -122.382872657064 (37.7387589194907, -122.382872657064)
156140 177272 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 216 Athens St 5 Sidewalk: Property side : Yard 9 Tree 1 Private 1     1 Width 5ft   6004591.27724 2092034.5328099998 37.724588509726 -122.426282508642 (37.724588509726, -122.426282508642)

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