Street_Tree_List

Data source: data.sfgov.org

12 rows where DBH = 5 and qSpecies = 96

View and edit SQL

DBH

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
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 14.108ms · Data source: data.sfgov.org