Street_Tree_List

Data source: data.sfgov.org

5 rows where DBH = 3, qSiteInfo = 2 and qSpecies = 8

View and edit SQL

Suggested facets: qAddress, PlotSize

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
34335 201443 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 50 Middle Point Rd 3 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     3 Width 5ft   6018205.670580001 2096108.31022 37.736534461697104 -122.379501674263 (37.7365344616971, -122.379501674263)
38144 201442 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 50 Middle Point Rd 2 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     3 Width 5ft   6018207.71631 2096124.7676 37.736579763236705 -122.37949574413601 (37.7365797632367, -122.379495744136)
71342 201450 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 96 Middle Point Rd 5 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     3 Width 7ft   6018200.75737 2095847.6313 37.735818417881106 -122.379500558206 (37.7358184178811, -122.379500558206)
153539 201377 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 100 Middle Point Rd 1 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     3 Width 10ft   6018193.606000001 2095600.54319 37.7351395682275 -122.379508124199 (37.7351395682275, -122.379508124199)
184383 201380 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 100 Middle Point Rd 4 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     3 Width 10ft   6018193.3537099995 2095527.6615900001 37.7349394357932 -122.379503935163 (37.7349394357932, -122.379503935163)

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