Street_Tree_List

Data source: data.sfgov.org

107 rows where DBH = 3 and qSpecies = 8

View and edit SQL

DBH

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
162712 192746 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 599 Keith St 18 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     3 Width 3ft   6017608.70475 2096636.8224 37.737952708754705 -122.381602405133 (37.7379527087547, -122.381602405133)
172199 231148 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 3183 Cesar Chavez St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     3 Width 3ft   6008529.37485 2100533.17504 37.7481457471424 -122.41326967835899 (37.7481457471424, -122.413269678359)
172988 231150 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 3125 Cesar Chavez St 7 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     3 Width 3ft   6008959.306369999 2100530.99521 37.748163890068895 -122.411782830119 (37.7481638900689, -122.411782830119)
179148 84066 Permitted Site 1 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 1958 42nd Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   06/30/2008 12:00:00 AM 3 3x3 Permit Number 51105 5983243.228999999 2101802.5502 37.750179025863105 -122.500800774645 (37.7501790258631, -122.500800774645)
181699 95126 Permitted Site 1 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 21 Theresa St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1 FUF 1 12/28/2010 12:00:00 AM 3 3x3 Permit Number 54054 6002704.6754 2093281.40937 37.727905331764 -122.43289327752701 (37.727905331764, -122.432893277527)
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)
185882 184267 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 3941 Kirkham St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     3 Width 0ft   5982547.9704 2104879.117 37.7585855691435 -122.503432766509 (37.7585855691435, -122.503432766509)

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