Street_Tree_List

Data source: data.sfgov.org

6 rows where DBH = 4 and qSiteInfo = 23

View and edit SQL

Suggested facets: qAddress, SiteOrder

DBH

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
40295 233234 Undocumented 2 Olea europaea :: Olive Tree 41 199 Franconia St 7 : Yard 23 Tree 1 Private 1     4 Width 3ft   6010136.86006 2099655.53222 37.7458260502241 -122.40764915121099 (37.7458260502241, -122.407649151211)
53317 189283 Undocumented 2 Cordyline australis :: Dracena Palm 141 1310 Indiana St 16 : Yard 23 Tree 1 Private 1     4     6015000.28938 2102358.87265 37.753519899631904 -122.391020875425 (37.7535198996319, -122.391020875425)
59596 199511 Undocumented 2 Yucca elephantipes :: Giant Yucca 211 1 01st St 16 : Yard 23 Tree 1 Private 1     4     6014447.50245 2105911.75995 37.7632446718137 -122.393181136026 (37.7632446718137, -122.393181136026)
77285 221965 Undocumented 2 Agonis flexuosa 'After Dark' :: Peppermint willow 'After Dark' 274 4001 20th St 5 : Yard 23 Tree 1 Private 1     4 Width 3ft   6003646.65326 2104187.9271299997 37.7579054957544 -122.43041468480699 (37.7579054957544, -122.430414684807)
158947 194032 Undocumented 2 Myoporum laetum :: Myoporum 1 1 25th St 9 : Yard 23 Tree 1 Private 1     4     6015018.29801 2102168.6663599997 37.7529986327902 -122.39094530450599 (37.7529986327902, -122.390945304506)
177343 199556 Undocumented 2 Yucca gloriosa :: Spanish Dagger 224 1 01st St 17 : Yard 23 Tree 1 Private 1     4     6014441.57524 2105911.35616 37.7632432338158 -122.39320160818599 (37.7632432338158, -122.393201608186)

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