Street_Tree_List

Data source: data.sfgov.org

4 rows where DBH = 13 and qSpecies = 96

View and edit SQL

Suggested facets: SiteOrder, qSiteInfo, PlotSize

DBH

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
42476 241395 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 2500 25th St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     13 Width 3ft   6011393.117330001 2101862.71198 37.7519567286313 -122.403460422082 (37.7519567286313, -122.403460422082)
51528 239137 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 128 Woodland Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     13 Width 3ft   5997045.82374 2105845.81512 37.762081516563 -122.453362698034 (37.762081516563, -122.453362698034)
68515 213907 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 9 Locksley Ave 4 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     13 Width 3ft   5994127.50266 2104950.54632 37.759455632884396 -122.463390998614 (37.7594556328844, -122.463390998614)
160714 213861 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 1430 12th Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     13 Width 4ft   5992443.36702 2105705.84611 37.761432314878505 -122.46927049184299 (37.7614323148785, -122.469270491843)

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