Street_Tree_List

Data source: data.sfgov.org

8 rows where DBH = 6 and qSpecies = 96

View and edit SQL

Suggested facets: qLegalStatus, SiteOrder, qSiteInfo, qCaretaker, PlotSize

DBH

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
554 31894 Permitted Site 1 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 333 12th St 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1 FUF 1 06/26/1995 12:00:00 AM 6   Permit Number 35323 6008421.36423 2108725.6861900003 37.7706344442547 -122.41422271959999 (37.7706344442547, -122.4142227196)
30939 31497 Permitted Site 1 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 1252 Arguello Blvd 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1 FUF 1 12/27/2001 12:00:00 AM 6   Permit Number 44477 5995846.10209 2106936.0287 37.7650061226505 -122.45759093080099 (37.7650061226505, -122.457590930801)
32443 75280 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 675 17th Ave 10 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1 FUF 1 11/08/1997 12:00:00 AM 6     5990643.53954 2110726.24693 37.7751128080708 -122.47586192808001 (37.7751128080708, -122.47586192808)
45167 241392 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 1400 Potrero Ave 18 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     6 Width 2ft   6010755.0647 2100977.86196 37.7494914656774 -122.405604594682 (37.7494914656774, -122.405604594682)
91038 16011 DPW Maintained 3 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 100X Monterey Blvd 5 Median : Cutout 11 Tree 1 DPW 2     6 4   6001411.931226401 2094682.0759854 37.7316778334432 -122.437462576871 (37.7316778334432, -122.437462576871)
112123 16004 DPW Maintained 3 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 10X Monterey Blvd 3 Median : Cutout 11 Tree 1 DPW 2     6 8   6002126.588544 2094889.952748 37.732289219947 -122.435006728573 (37.732289219947, -122.435006728573)
160764 124500 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 2700 Golden Gate Ave 5 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     6 Width 3ft   5996567.31944 2111309.2274 37.7770551946305 -122.45541252443701 (37.7770551946305, -122.455412524437)
168706 213884 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 1253 Willard St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     6 Width 3ft   5996733.912719999 2107071.6515099998 37.7654294668219 -122.45453003065201 (37.7654294668219, -122.454530030652)

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