Street_Tree_List

Data source: data.sfgov.org

12 rows where DBH = 3, PlotSize = "Width 3ft" and qSpecies = 96

View and edit SQL

Suggested facets: SiteOrder, qSiteInfo

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
29753 213882 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 1666 12th Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     3 Width 3ft   5992501.4307 2104115.72478 37.7570696136933 -122.46895395297199 (37.7570696136933, -122.468953952972)
32827 241398 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 146 Alma St 6 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     3 Width 3ft   5997904.83001 2106203.9092200003 37.7631139526706 -122.450417555946 (37.7631139526706, -122.450417555946)
34780 213868 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 119 Madrone Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     3 Width 3ft   5992740.26119 2098324.92506 37.741183360433105 -122.46770685410401 (37.7411833604331, -122.467706854104)
35034 197023 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 1609 Kirkwood Ave 2 : 4 Tree 1 Private 1     3 Width 3ft   6015126.90438 2096778.6631 37.738204831888 -122.390193188884 (37.738204831888, -122.390193188884)
38246 213896 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 750 Vicente St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     3 Width 3ft   5990556.3666 2097726.3856099998 37.7394135845816 -122.475214216469 (37.7394135845816, -122.475214216469)
42889 213890 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 404 Vicente St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     3 Width 3ft   5991686.41791 2097763.49025 37.739580898037204 -122.47130973604999 (37.7395808980372, -122.47130973605)
46802 213881 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 1658 12th Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     3 Width 3ft   5992500.1434 2104162.33535 37.7571975197705 -122.46896179684799 (37.7571975197705, -122.468961796848)
48141 213891 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 730 Vicente St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     3 Width 3ft   5990628.53589 2097727.79467 37.7394216362019 -122.47496479221701 (37.7394216362019, -122.474964792217)
50509 213889 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 2595 15th Ave 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     3 Width 3ft   5991720.6166900005 2097822.06078 37.739743696013 -122.471195758689 (37.739743696013, -122.471195758689)
75688 213859 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 1447 12th Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     3 Width 3ft   5992399.4356 2105595.93354 37.7611279851974 -122.469414430147 (37.7611279851974, -122.469414430147)
150664 239130 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 62 Woodland Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     3 Width 3ft   5997119.03338 2106135.27891 37.762880506665894 -122.453130392348 (37.7628805066659, -122.453130392348)
165229 213893 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 738 Vicente St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     3 Width 3ft   5990593.74457 2097725.59661 37.7394135845647 -122.475084923648 (37.7394135845647, -122.475084923648)

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