Street_Tree_List

Data source: data.sfgov.org

7 rows where DBH = 5 and qSpecies = 84

View and edit SQL

Suggested facets: qLegalStatus, SiteOrder, qSiteInfo, PlotSize

DBH

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
27679 234916 Undocumented 2 Prunus spp :: Cherry 84 1 Albion St 5 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     5 Width 2ft   6005792.88209 2107221.84485 37.766357260514 -122.423207770616 (37.766357260514, -122.423207770616)
94149 58408 Permitted Site 1 Prunus spp :: Cherry 84 755 Buena Vista Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   03/19/1979 12:00:00 AM 5   Permit Number 17543 5999798.5 2108081.7 37.7683780948237 -122.44400294123699 (37.7683780948237, -122.444002941237)
98763 249657 Undocumented 2 Prunus spp :: Cherry 84 2401 Lyon St 9 Front Yard : Yard 7 Tree 1 Private 1     5 Width 10ft   5999220.856459999 2117228.0712599996 37.7934586955217 -122.44665911012301 (37.7934586955217, -122.446659110123)
137017 212859 Undocumented 2 Prunus spp :: Cherry 84 1850 17th Ave 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     5 Width 6ft   5990965.567480001 2102825.03354 37.753436858936205 -122.474171325764 (37.7534368589362, -122.474171325764)
148091 234924 Undocumented 2 Prunus spp :: Cherry 84 323 Mullen Ave 1 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     5 Width 5ft   6010626.29866 2099830.99271 37.7463352122137 -122.4059690917 (37.7463352122137, -122.4059690917)
168863 234912 Undocumented 2 Prunus spp :: Cherry 84 266 Richland Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     5 Width 3ft   6006193.38743 2096072.09961 37.735765211285894 -122.421030756557 (37.7357652112859, -122.421030756557)
177483 196062 Undocumented 2 Prunus spp :: Cherry 84 1751 22nd St 8 Side Yard : Yard 17 Tree 1 Private 1     5 Width 5ft   6012859.76673 2103766.08005 37.757264774654395 -122.398522052264 (37.7572647746544, -122.398522052264)

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