Street_Tree_List

Data source: data.sfgov.org

6 rows where PlotSize = "Width 10ft" and qSpecies = 8

View and edit SQL

Suggested facets: qAddress, SiteOrder, qSiteInfo, DBH

PlotSize

  • Width 10ft · 6
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
52161 229193 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 200 Eugenia Ave 34 Front Yard : Yard 7 Tree 1 Private 1     1 Width 10ft   6006594.893630001 2098113.05109 37.7413918349619 -122.419787363808 (37.7413918349619, -122.419787363808)
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)
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 174.956ms · Data source: data.sfgov.org