Street_Tree_List

Data source: data.sfgov.org

10 rows where DBH = 6 and qSpecies = 67

View and edit SQL

Suggested facets: qLegalStatus, qAddress, SiteOrder, qCaretaker, PlotSize, XCoord, YCoord, Latitude, Longitude, Location

DBH

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
30779 60998 Permitted Site 1 Gleditsia triacanthos :: Honey Locust 67 340 Brannan St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   09/20/1991 12:00:00 AM 6 3x3 Permit Number 30085 6014626.949469999 2112460.0438599996 37.7812347712083 -122.393018675278 (37.7812347712083, -122.393018675278)
55311 228360 Undocumented 2 Gleditsia triacanthos :: Honey Locust 67 680 Florida St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     6 Width 3ft   6009245.21588 2105144.93329 37.7608487627785 -122.411120024366 (37.7608487627785, -122.411120024366)
73652 190619 Undocumented 2 Gleditsia triacanthos :: Honey Locust 67 111 Vermont St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     6 Width 3ft   6011132.200069999 2107975.56033 37.768726666519605 -122.40479303477699 (37.7687266665196, -122.404793034777)
75062 199662 Undocumented 2 Gleditsia triacanthos :: Honey Locust 67 1375 Donner Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     6 Width 0ft   6015149.5908 2090825.6295 37.7218602555285 -122.389699078768 (37.7218602555285, -122.389699078768)
94572 98483 Permitted Site 1 Gleditsia triacanthos :: Honey Locust 67 531X Franconia St 8 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     6 3x3   6009973.6 2098264.6 37.7419977132603 -122.408115605514 (37.7419977132603, -122.408115605514)
95056 98485 Permitted Site 1 Gleditsia triacanthos :: Honey Locust 67 531X Franconia St 10 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     6 3x3   6009973.6 2098264.6 37.7419977132603 -122.408115605514 (37.7419977132603, -122.408115605514)
139243 98475 Permitted Site 1 Gleditsia triacanthos :: Honey Locust 67 531X Franconia St 2 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     6 3x3   6009973.6 2098264.6 37.7419977132603 -122.408115605514 (37.7419977132603, -122.408115605514)
143298 98479 Permitted Site 1 Gleditsia triacanthos :: Honey Locust 67 531X Franconia St 4 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     6 3x3   6009973.6 2098264.6 37.7419977132603 -122.408115605514 (37.7419977132603, -122.408115605514)
143504 98481 Permitted Site 1 Gleditsia triacanthos :: Honey Locust 67 531X Franconia St 6 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     6 3x3   6009973.6 2098264.6 37.7419977132603 -122.408115605514 (37.7419977132603, -122.408115605514)
151005 36798 Permitted Site 1 Gleditsia triacanthos :: Honey Locust 67 1355 Donner Ave 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1 FUF 1 07/17/1999 12:00:00 AM 6   Permit Number 39528 6015230.5975 2090758.0224 37.7216791113631 -122.38941433805701 (37.7216791113631, -122.389414338057)

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