Street_Tree_List

Data source: data.sfgov.org

39 rows where qLegalStatus = 9

View and edit SQL

qLegalStatus

  • Landmark tree · 9
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
97410 113742 Landmark tree 9 Ficus macrophylla :: Morton Bay Fig 148 1580 Valencia St 2 Front Yard : Yard 7 Tree 1 Private 1     80     6006496.0 2100402.0 37.747671200831 -122.420291724307 (37.747671200831, -122.420291724307)
101071 111757 Landmark tree 9 Sambucus mexicana :: Blue Elderberry 480 3440X Folsom St 1 Front Yard : Yard 7 Tree 1 Rec/Park 3           6008633.6974599995 2098934.7859 37.743762781475 -122.41279594632401 (37.743762781475, -122.412795946324)
114869 111205 Landmark tree 9 Araucaria heterophylla :: Norfolk Island Pine 24 46 COOK ST   Back Yard : Yard 13 Tree 1 Private 1     36   Tree has temporary Landmark Status while nonimation is under consideration. - Chris Buck 4/7/16 5997514.0 2113392.0 37.7828282170553 -122.452288002469 (37.7828282170553, -122.452288002469)
116419 2615 Landmark tree 9 Eucalyptus globulus :: Blue Gum 103 1661X Octavia St 2 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     42 10X10   6004876.92395 2115038.87855 37.787769186678204 -122.42693268975599 (37.7877691866782, -122.426932689756)
121641 64380 Landmark tree 9 Metrosideros excelsa 'Aurea' :: 447 1221 Stanyan St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   04/21/1988 12:00:00 AM     Permit Number 25220 5997415.00742592 2105661.0761541002 37.7615954244829 -122.452072511028 (37.7615954244829, -122.452072511028)
124625 111763 Landmark tree 9 Cupressus macrocarpa :: Monterey Cypress 47 2626 Vallejo St 1 Back Yard : Yard 13 Tree 1 Private 1           6001000.6 2117623.4 37.7946456667745 -122.440529445268 (37.7946456667745, -122.440529445268)
126137 105444 Landmark tree 9 Quercus agrifolia :: Coast Live Oak 180 20-28 ROSEMONT PL 1 Back Yard : Yard 13 Tree 1 Private 1           6005075.5 2108088.5 37.768696376708895 -122.425750755404 (37.7686963767089, -122.425750755404)
126390 2619 Landmark tree 9 Eucalyptus globulus :: Blue Gum 103 1661X Octavia St 6 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     36 10X10   6004877.75733 2115027.26874 37.7877373561683 -122.42692897924101 (37.7877373561683, -122.426928979241)
138324 2616 Landmark tree 9 Eucalyptus globulus :: Blue Gum 103 1661X Octavia St 3 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     42 10X10   6004876.92395 2115038.87855 37.787769186678204 -122.42693268975599 (37.7877691866782, -122.426932689756)

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