Street_Tree_List

Data source: data.sfgov.org

10 rows where DBH = 3, qCaretaker = 2 and qSpecies = 96

View and edit SQL

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

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
18809 5147 DPW Maintained 3 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 228 Divisadero St 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2   04/21/2016 12:00:00 AM 3 3x3   6001883.9625 2108955.9605 37.7708973412472 -122.436852124872 (37.7708973412472, -122.436852124872)
83307 24349 DPW Maintained 3 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 85 Duboce Ave 3 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2   11/24/2003 12:00:00 AM 3 2x2   6006210.36104 2108383.4741700003 37.769570370002604 -122.421846308181 (37.7695703700026, -122.421846308181)
84527 22821 DPW Maintained 3 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 64 Turquoise Way 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2   01/01/2008 12:00:00 AM 3 3x3   5998921.4611914 2099744.1843889 37.7454352704129 -122.446436637784 (37.7454352704129, -122.446436637784)
88696 16157 DPW Maintained 3 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 400X Monterey Blvd 3 Median : Cutout 11 Tree 1 DPW 2     3 5   5999414.3973652 2094721.8518035999 37.731673280479 -122.44437128480699 (37.731673280479, -122.444371284807)
97527 16188 DPW Maintained 3 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 460X Monterey Blvd 5 Median : Cutout 11 Tree 1 DPW 2     3 5   5999032.780474599 2094728.5162104 37.731669798591 -122.445691084837 (37.731669798591, -122.445691084837)
109184 16158 DPW Maintained 3 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 400X Monterey Blvd 4 Median : Cutout 11 Tree 1 DPW 2   04/06/1998 12:00:00 AM 3 5   5999414.3973652 2094721.8518035999 37.731673280479 -122.44437128480699 (37.731673280479, -122.444371284807)
111934 16186 DPW Maintained 3 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 460X Monterey Blvd 3 Median : Cutout 11 Tree 1 DPW 2     3 5   5999032.780474599 2094728.5162104 37.731669798591 -122.445691084837 (37.731669798591, -122.445691084837)
120553 22818 DPW Maintained 3 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 60 Turquoise Way 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2   06/12/1997 12:00:00 AM 3 3X3   5998904.0126134 2099759.7693507997 37.745477066338 -122.446498092976 (37.745477066338, -122.446498092976)
126834 16155 DPW Maintained 3 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 400X Monterey Blvd 1 Median : Cutout 11 Tree 1 DPW 2     3 5   5999414.3973652 2094721.8518035999 37.731673280479 -122.44437128480699 (37.731673280479, -122.444371284807)
139515 16160 DPW Maintained 3 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 400X Monterey Blvd 6 Median : Cutout 11 Tree 1 DPW 2   02/18/1999 12:00:00 AM 3 5   5999414.3973652 2094721.8518035999 37.731673280479 -122.44437128480699 (37.731673280479, -122.444371284807)

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