Street_Tree_List

Data source: data.sfgov.org

11 rows where DBH = 3, PlotSize = "Width 0ft" and qSpecies = 8

View and edit SQL

Suggested facets: qLegalStatus, SiteOrder

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
1411 183698 Permitted Site 1 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 1341 42nd Ave 12 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     3 Width 0ft   5983051.8246 2105805.0517 37.761157531744104 -122.501758745065 (37.7611575317441, -122.501758745065)
4301 139643 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 1100 DIVISADERO ST 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   10/10/2017 09:46:00 AM 3 Width 0ft   6001420.8793 2112266.7216 37.779961529168204 -122.43869120897 (37.7799615291682, -122.43869120897)
4646 160597 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 766 Vienna St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1 FUF 1 10/18/2017 01:25:00 PM 3 Width 0ft   6002414.55284 2089084.1537799998 37.716364146664205 -122.433596398053 (37.7163641466642, -122.433596398053)
4650 160596 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 762 Vienna St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1 FUF 1 10/18/2017 01:30:00 PM 3 Width 0ft   6002428.15191 2089106.63112 37.71642663607071 -122.43355099850599 (37.7164266360707, -122.433550998506)
4744 161281 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 587 Naples St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1 FUF 1 10/25/2017 12:04:00 PM 3 Width 0ft   6002852.8609 2090206.41919 37.719470499446395 -122.432161491969 (37.7194704994464, -122.432161491969)
4749 161284 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 567 Naples St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1 FUF 1 10/25/2017 03:30:00 PM 3 Width 0ft   6002918.80865 2090311.02788 37.7197614706043 -122.43194100068199 (37.7197614706043, -122.431941000682)
4766 161282 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 579 Naples St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1 FUF 1 10/25/2017 03:28:00 PM 3 Width 0ft   6002876.7147 2090246.5176400002 37.7195819533337 -122.432081900155 (37.7195819533337, -122.432081900155)
4780 161285 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 523 Naples St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   10/25/2017 03:51:00 PM 3 Width 0ft   6003073.26111 2090557.89007 37.7204480544147 -122.431424726881 (37.7204480544147, -122.431424726881)
4828 161283 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 571 Naples St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1 FUF 1 10/25/2017 03:40:00 PM 3 Width 0ft   6002905.32345 2090290.85572 37.719705317820896 -122.431986174531 (37.7197053178209, -122.431986174531)
161113 184268 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 3939 Kirkham St 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     3 Width 0ft   5982564.7762 2104878.5059 37.758584879204705 -122.503374600179 (37.7585848792047, -122.503374600179)
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 293.867ms · Data source: data.sfgov.org