Street_Tree_List

Data source: data.sfgov.org

8 rows where qSiteInfo = 9 and qSpecies = 8

View and edit SQL

Suggested facets: qAddress, SiteOrder, DBH, PlotSize

qSiteInfo

  • Sidewalk: Property side : Yard · 8
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
25986 177274 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 216 Athens St 9 Sidewalk: Property side : Yard 9 Tree 1 Private 1     1 Width 5ft   6004571.69815 2092001.0779099998 37.7244955432094 -122.426347810202 (37.7244955432094, -122.426347810202)
33814 208538 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 500 Joost Ave 4 Sidewalk: Property side : Yard 9 Tree 1 Private 1     4     5998751.21 2094997.85295 37.732393253641 -122.44668389814801 (37.732393253641, -122.446683898148)
147801 208537 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 618 Detroit St 3 Sidewalk: Property side : Yard 9 Tree 1 Private 1     2 Width 10ft   5999462.8114599995 2095028.95289 37.7325192702546 -122.444225968251 (37.7325192702546, -122.444225968251)
149114 177270 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 216 Athens St 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     1 Width 5ft   6004605.9461900005 2092064.93241 37.7246728094864 -122.426233963246 (37.7246728094864, -122.426233963246)
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)
162451 177271 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 216 Athens St 3 Sidewalk: Property side : Yard 9 Tree 1 Private 1     1 Width 5ft   6004601.59304 2092054.70912 37.724644492526394 -122.426248284032 (37.7246444925264, -122.426248284032)
174259 177273 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 216 Athens St 7 Sidewalk: Property side : Yard 9 Tree 1 Private 1     1 Width 5ft   6004579.66839 2092015.97099 37.724536886858104 -122.426321318001 (37.7245368868581, -122.426321318001)
175650 192799 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 551 Utah St 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     1     6010657.70127 2105503.0411799997 37.7619111570818 -122.40626007005699 (37.7619111570818, -122.406260070057)

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