Street_Tree_List

Data source: data.sfgov.org

9 rows where DBH = 17 and qSpecies = 9

View and edit SQL

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

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
23198 16002 DPW Maintained 3 Pyrus calleryana :: Ornamental Pear 9 1X Monterey Blvd 1 Median : Cutout 11 Tree 1 DPW 2     17 3   6001503.91519 2094647.64932 37.7315885348642 -122.43714210651699 (37.7315885348642, -122.437142106517)
47600 248161 Undocumented 2 Pyrus calleryana :: Ornamental Pear 9 157 Rutledge St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     17 Width 3ft   6010168.1023 2099542.5959 37.7455177005926 -122.407533158452 (37.7455177005926, -122.407533158452)
49698 196614 Undocumented 2 Pyrus calleryana :: Ornamental Pear 9 761 Mission St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     17 Width 4ft   6011702.23846 2113943.6181 37.7851454218751 -122.403241182636 (37.7851454218751, -122.403241182636)
66567 179250 Undocumented 2 Pyrus calleryana :: Ornamental Pear 9 689 Athens St 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     17 Width 3ft   6002963.07806 2089369.75485 37.7171794522424 -122.43172080798 (37.7171794522424, -122.43172080798)
123738 136084 Undocumented 2 Pyrus calleryana :: Ornamental Pear 9 2711 Pacific Ave 4 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     17 Width 3ft   6001144.632809999 2116883.01863 37.792620973420796 -122.43997796121401 (37.7926209734208, -122.439977961214)
130007 213772 DPW Maintained 3 Pyrus calleryana :: Ornamental Pear 9 200x Monterey Blvd 9 Median : Cutout 11 Tree 1 DPW 2     17 Width 4ft   6000240.95758 2094669.6760099998 37.7315771431566 -122.44150996622601 (37.7315771431566, -122.441509966226)
135174 213771 DPW Maintained 3 Pyrus calleryana :: Ornamental Pear 9 200x Monterey Blvd 8 Median : Cutout 11 Tree 1 DPW 2     17 Width 4ft   6000270.431030001 2094669.0644900003 37.731577143173105 -122.441408027169 (37.7315771431731, -122.441408027169)
154880 238955 Undocumented 2 Pyrus calleryana :: Ornamental Pear 9 879 Florida St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     17 Width 4ft   6009401.3223 2104067.76177 37.7578998471303 -122.410504054446 (37.7578998471303, -122.410504054446)
175503 238856 Undocumented 2 Pyrus calleryana :: Ornamental Pear 9 3056 Folsom St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     17 Width 4ft   6008373.32013 2100707.21345 37.7486148551126 -122.413821621086 (37.7486148551126, -122.413821621086)

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