Street_Tree_List

Data source: data.sfgov.org

5 rows where DBH = 4, SiteOrder = 4 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
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)
42327 192801 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 1919 22nd St 4 : 4 Tree 1 Private 1     4 Width 3ft   6012353.86378 2103736.47851 37.7571552983898 -122.400269594186 (37.7571552983898, -122.400269594186)
48933 115967 DPW Maintained 3 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 1599x 30th Ave 4 Sidewalk: Curb side : Cutout 1 Tree 1 SFUSD 4     4 3x3   5986812.8086 2104676.4366 37.758278863742106 -122.488668327875 (37.7582788637421, -122.488668327875)
147145 184269 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 3937 Kirkham St 4 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     4 Width 0ft   5982579.7486 2104879.117 37.7585874372759 -122.503322864965 (37.7585874372759, -122.503322864965)
186660 231196 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 3498 Cesar Chavez St 4 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     4 Width 3ft   6006617.04806 2100606.14609 37.7482385598621 -122.419887630105 (37.7482385598621, -122.419887630105)

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