Street_Tree_List

Data source: data.sfgov.org

5 rows where qSpecies = 408

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
43066 195953 Undocumented 2 Populus alba :: White Poplar 408 1599 Rankin St 2 Side Yard : Yard 17 Tree 1 Private 1     11     6012519.43639 2096471.57125 37.737216651423296 -122.39918702716999 (37.7372166514233, -122.39918702717)
98413 107527 Undocumented 2 Populus alba :: White Poplar 408 2540x LYON ST 1 Unaccepted Street : Yard 14 Tree 1 Private 1     30   Permit Number 774117 5999227.0 2117510.0 37.7942331479636 -122.44665814715599 (37.7942331479636, -122.446658147156)
123053 113153 Significant Tree 6 Populus alba :: White Poplar 408 55 BRONTE ST   Front Yard : Cutout 8 Tree 1 Private 1     12 3x3   6009403.0 2097128.0 37.738844891472894 -122.410008345842 (37.7388448914729, -122.410008345842)
136916 212848 Undocumented 2 Populus alba :: White Poplar 408 217 Staples Ave 2 Sidewalk: Property side : Yard 9 Tree 1 Private 1     28     5998651.03844 2093760.0852400002 37.728988912297396 -122.446941175297 (37.7289889122974, -122.446941175297)
160613 234868 Undocumented 2 Populus alba :: White Poplar 408 310 Liberty St 58 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     13 Width 3ft   6003726.802759999 2103918.02855 37.7571689581965 -122.430118240383 (37.7571689581965, -122.430118240383)

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