Street_Tree_List

Data source: data.sfgov.org

9 rows where PlotSize = "Width 2ft" and qSpecies = 8

View and edit SQL

Suggested facets: qLegalStatus, qAddress, SiteOrder, DBH

PlotSize

  • Width 2ft · 9
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
3182 208529 Permitted Site 1 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 351 Hearst Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   03/22/1993 12:00:00 AM 5 Width 2ft Permit Number 31609 5999078.286309999 2094358.8527799998 37.730657387622706 -122.44550719102699 (37.7306573876227, -122.445507191027)
4470 152021 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 1398 Minna St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     0 Width 2ft   6006973.72939 2107401.48721 37.7669170857891 -122.419136174611 (37.7669170857891, -122.419136174611)
26398 231169 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 2850 Cesar Chavez St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     1 Width 2ft   6010444.30181 2100779.49812 37.748929419971205 -122.40666524970501 (37.7489294199712, -122.406665249705)
52666 229192 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 1398 Minna St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     11 Width 2ft   6006972.66555 2107385.2527 37.766872449736496 -122.419138702592 (37.7668724497365, -122.419138702592)
58115 208524 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 1645 Irving St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     6 Width 2ft   5990570.23623 2106516.77895 37.76355050069 -122.47580802711201 (37.76355050069, -122.475808027112)
168918 208527 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 1780 08th Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     6 Width 2ft   5993763.18798 2103365.50006 37.7550825094637 -122.46453587693001 (37.7550825094637, -122.46453587693)
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)
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)
187287 208521 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 1642 17th Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     2 Width 2ft   5990910.752 2104205.7856400004 37.757224864548 -122.47446164309099 (37.757224864548, -122.474461643091)

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