Street_Tree_List

Data source: data.sfgov.org

6 rows where DBH = 15 and qSpecies = 178

View and edit SQL

Suggested facets: qAddress, SiteOrder, qSiteInfo, PlotSize

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
2498 132156 Undocumented 2 Syzygium australe :: Eugenia 178 2124 Broderick St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     15 Width 4ft   6000403.31718 2115992.80495 37.7901344513807 -122.44247899110701 (37.7901344513807, -122.442478991107)
146582 247546 Undocumented 2 Syzygium australe :: Eugenia 178 815 Buena Vista Ave West 3 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     15 Width 4ft   6000163.81113 2108433.3999400004 37.769364606907395 -122.44276462478999 (37.7693646069074, -122.44276462479)
149177 197856 Undocumented 2 Syzygium australe :: Eugenia 178 1600 Bay Shore Blvd 56 Sidewalk: Property side : Yard 9 Tree 1 Private 1     15 Width 6ft   6012037.62299 2091152.5684099998 37.722584908363 -122.40047937365101 (37.722584908363, -122.400479373651)
170726 197816 Undocumented 2 Syzygium australe :: Eugenia 178 321 Mississippi St 1 : 4 Tree 1 Private 1     15 Width 3ft   6014072.78242 2105556.55394 37.76224852968029 -122.39445230525101 (37.7622485296803, -122.394452305251)
178115 197833 Undocumented 2 Syzygium australe :: Eugenia 178 1600 Bay Shore Blvd 24 Sidewalk: Property side : Yard 9 Tree 1 Private 1     15 Width 6ft   6011978.85578 2091350.64928 37.7231255205156 -122.40069642862301 (37.7231255205156, -122.400696428623)
185140 197852 Undocumented 2 Syzygium australe :: Eugenia 178 1600 Bay Shore Blvd 52 Sidewalk: Property side : Yard 9 Tree 1 Private 1     15 Width 6ft   6012028.934719999 2091176.5233200002 37.7226501991326 -122.40051108911999 (37.7226501991326, -122.40051108912)

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