Street_Tree_List

Data source: data.sfgov.org

4 rows where PlotSize = "Width 10ft", qSiteInfo = 2 and qSpecies = 8

View and edit SQL

Suggested facets: DBH

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
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)
169795 201378 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 100 Middle Point Rd 2 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     2 Width 10ft   6018192.57747 2095584.31528 37.7350949528572 -122.379510553277 (37.7350949528572, -122.379510553277)
171255 201379 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 100 Middle Point Rd 3 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     2 Width 10ft   6018192.62892 2095551.89867 37.7350059460682 -122.379508124201 (37.7350059460682, -122.379508124201)
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 1185.121ms · Data source: data.sfgov.org