Street_Tree_List

Data source: data.sfgov.org

6 rows where DBH = 14 and qSpecies = 131

View and edit SQL

Suggested facets: qLegalStatus, SiteOrder, qSiteInfo, PlotSize

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
37617 241293 Undocumented 2 Pyrus calleryana 'Aristocrat' :: Aristocrat Callery Pear 131 1300 San Bruno Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     14 Width 5ft   6011113.70254 2102244.2434799997 37.7529887195714 -122.404453537112 (37.7529887195714, -122.404453537112)
40712 65755 Permitted Site 1 Pyrus calleryana 'Aristocrat' :: Aristocrat Callery Pear 131 3036 Octavia St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1 FUF 1 04/20/1990 12:00:00 AM 14   Permit Number 28718 6004280.733630001 2119630.96227 37.80034414971529 -122.429322978897 (37.8003441497153, -122.429322978897)
59999 241359 Undocumented 2 Pyrus calleryana 'Aristocrat' :: Aristocrat Callery Pear 131 707 Treat Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     14 Width 8ft   6008539.21153 2104376.13627 37.7586982040894 -122.41350741506099 (37.7586982040894, -122.413507415061)
72636 197004 Undocumented 2 Pyrus calleryana 'Aristocrat' :: Aristocrat Callery Pear 131 503 Beale St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     14 Width 2ft   6015943.643630001 2113959.00175 37.7854236244348 -122.388568185881 (37.7854236244348, -122.388568185881)
75229 196974 Undocumented 2 Pyrus calleryana 'Aristocrat' :: Aristocrat Callery Pear 131 223 Mississippi St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     14 Width 3ft   6014047.89224 2106015.09524 37.763506200065706 -122.394570502234 (37.7635062000657, -122.394570502234)
178824 196980 Undocumented 2 Pyrus calleryana 'Aristocrat' :: Aristocrat Callery Pear 131 320 Missouri St 1 : 4 Tree 1 Private 1     14 Width 3ft   6013452.78538 2105563.26016 37.76223245789279 -122.396597126255 (37.7622324578928, -122.396597126255)

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