Street_Tree_List

Data source: data.sfgov.org

11 rows where DBH = 8 and qSpecies = 8

View and edit SQL

Suggested facets: qLegalStatus, SiteOrder, qCaretaker, PlotSize

DBH

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
32391 208532 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 1233 10th Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     8 Width 5ft   5992967.00588 2107061.7686 37.765185566197296 -122.467558066674 (37.7651855661973, -122.467558066674)
51632 231160 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 490 Capp St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     8 Width 3ft   6007220.82695 2104523.4207900004 37.759028498095105 -122.418077444122 (37.7590284980951, -122.418077444122)
95487 115964 DPW Maintained 3 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 1599x 30TH AVE 1 Sidewalk: Curb side : Cutout 1 Tree 1 SFUSD 4     8 3x3   5986686.0 2104596.0 37.7580506061519 -122.489100968136 (37.7580506061519, -122.489100968136)
100210 47897 Permitted Site 1 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 641 Broderick St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   05/30/2008 12:00:00 AM 8 3x3 Permit Number 50499 6001064.62263779 2110863.06627467 37.77608717392229 -122.439822990908 (37.7760871739223, -122.439822990908)
138228 69038 Permitted Site 1 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 1458 38th Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1 FUF 1 01/06/1994 12:00:00 AM 8   Permit Number 33044 5984359.7211 2105241.4653 37.7596868192975 -122.497193756865 (37.7596868192975, -122.497193756865)
146130 115811 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 399X CONNECTICUT ST 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     8 3x3   6013409.0 2105275.0 37.761438521882205 -122.396728355206 (37.7614385218822, -122.396728355206)
151927 46785 Permitted Site 1 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 39 Tingley St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1 FUF 1 04/25/2002 12:00:00 AM 8   Permit Number 44876 6002707.990259999 2093576.368 37.7287154095691 -122.432902881381 (37.7287154095691, -122.432902881381)
157437 69304 Permitted Site 1 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 1797 McAllister St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1 FUF 1 02/10/1996 12:00:00 AM 8   Permit Number 33383 6000588.5684 2111327.3438 37.777334852873395 -122.441503108774 (37.7773348528734, -122.441503108774)
173299 177269 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 506 Naples St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     8 Width 2ft   6003081.738530001 2090652.88093 37.720709358739796 -122.43140220066799 (37.7207093587398, -122.431402200668)
177652 115972 DPW Maintained 3 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 1599x 30th Ave 9 Sidewalk: Curb side : Cutout 1 Tree 1 SFUSD 4     8 3x3   5986817.4474 2104547.1317 37.757924098588795 -122.488642781125 (37.7579240985888, -122.488642781125)
185605 208526 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 1443 08th Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     8 Width 2ft   5993636.50631 2105665.8385900003 37.761391339047606 -122.46514104601499 (37.7613913390476, -122.465141046015)

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