Street_Tree_List

Data source: data.sfgov.org

6 rows where DBH = 11 and qSpecies = 96

View and edit SQL

Suggested facets: PlotSize

DBH

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
56473 213904 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 82 Eastwood Dr 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     11 Width 3ft   5995638.93402 2093163.65377 37.727178710112796 -122.457311050068 (37.7271787101128, -122.457311050068)
60892 123270 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 460 07th Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     11 Width 4ft   5993763.95635 2112364.19662 37.7797906029426 -122.465186799304 (37.7797906029426, -122.465186799304)
75232 239128 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 346 Richland Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     11 Width 3ft   6006911.82474 2096010.5177799999 37.7356365938626 -122.41854246738701 (37.7356365938626, -122.418542467387)
124788 104692 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 2201 SUTTER ST   Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     11 3x3   6001996.0 2114241.0 37.7854150975946 -122.436842984948 (37.7854150975946, -122.436842984948)
136390 239135 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 8 Woodland Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     11 Width 3ft   5997054.7082 2106607.75583 37.76417412116329 -122.45338698333599 (37.7641741211633, -122.453386983336)
172670 213901 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 95 Westwood Dr 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     11 Width 3ft   5995124.969409999 2093273.24619 37.7274500913228 -122.459095741174 (37.7274500913228, -122.459095741174)

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