Street_Tree_List

Data source: data.sfgov.org

12 rows where DBH = 5 and qSpecies = 96

View and edit SQL

Suggested facets: qAddress, SiteOrder, qSiteInfo, PlotSize

DBH

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
24112 213879 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 1667 12th Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     5 Width 3ft   5992447.253280001 2104111.52703 37.75705495743 -122.469141011975 (37.75705495743, -122.469141011975)
25214 213865 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 141 Wawona St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     5 Width 3ft   5992915.09669 2098161.84312 37.7407456720873 -122.467090486661 (37.7407456720873, -122.467090486661)
29493 213880 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 531 Lawton St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     5 Width 4ft   5992597.19998 2104535.76314 37.7582284620821 -122.468653311406 (37.7582284620821, -122.468653311406)
38823 213875 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 31 Northgate Dr 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     5 Width 2ft   5994388.1311099995 2093892.32997 37.729107558052 -122.46168784273998 (37.729107558052, -122.46168784274)
44958 213902 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 251 Wildwood Way 5 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     5 Width 3ft   5995694.04842 2093291.08185 37.727531762375605 -122.457129735051 (37.7275317623756, -122.457129735051)
150175 213877 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 31 Northgate Dr 5 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     5 Width 2ft   5994375.023440001 2093863.2353400001 37.729026916755295 -122.461731047976 (37.7290269167553, -122.461731047976)
160763 239131 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 62 Woodland Ave 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     5 Width 3ft   5997117.0518 2106149.37077 37.762919085762796 -122.45313826323799 (37.7629190857628, -122.453138263238)
168156 213857 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 1347 08th Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     5 Width 2ft   5993615.825 2106318.1770900004 37.7631812975144 -122.46525995889799 (37.7631812975144, -122.465259958898)
171128 213894 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 740 Vicente St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     5 Width 3ft   5990581.9781599995 2097726.13845 37.739414390369 -122.47512564584 (37.739414390369, -122.47512564584)
173456 213885 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 310 Moraga St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     5 Width 4ft   5993322.888280001 2103946.18748 37.75665153504929 -122.466100743157 (37.7566515350493, -122.466100743157)
181127 213876 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 31 Northgate Dr 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     5 Width 2ft   5994382.65367 2093880.64548 37.729075159987296 -122.461705931702 (37.7290751599873, -122.461705931702)
187001 213867 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 149 Wawona St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     5 Width 3ft   5992890.5132 2098130.93383 37.7406593839363 -122.467173239557 (37.7406593839363, -122.467173239557)

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