Street_Tree_List

Data source: data.sfgov.org

14 rows where SiteOrder = 1, qLegalStatus = 6 and qSpecies = 1

View and edit SQL

Suggested facets: qSiteInfo, qCaretaker, XCoord, YCoord, Latitude, Longitude, Location

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
114 251216 Significant Tree 6 Myoporum laetum :: Myoporum 1 399X Townsend St 1 Sidewalk: Property side : Cutout 5 Tree 1 Private 1       3x3   6013957.0 2110872.0 37.776837125863 -122.39522511301901 (37.776837125863, -122.395225113019)
9912 173731 Significant Tree 6 Myoporum laetum :: Myoporum 1 484 Chenery St 1 Front Yard : Yard 7 Tree 1 Private 1           6003566.0 2096120.0 37.7357482768139 -122.43011807363199 (37.7357482768139, -122.430118073632)
13301 187651 Significant Tree 6 Myoporum laetum :: Myoporum 1 175 Raccoon Dr 1 Back Yard : Yard 13 Tree 1 Private 1           5998689.0 2104063.0 37.7572803991188 -122.447551270828 (37.7572803991188, -122.447551270828)
67557 100121 Significant Tree 6 Myoporum laetum :: Myoporum 1 690 Miramar Ave 1 Front Yard : Yard 7 Tree 1 Private 1           5995444.4 2093941.6 37.729303587844704 -122.45803982404199 (37.7293035878447, -122.458039824042)
93028 115827 Significant Tree 6 Myoporum laetum :: Myoporum 1 60X CHUMASERO DR 1 Sidewalk: Property side : Cutout 5 Tree 1 Private 1   08/30/2016 12:00:00 AM 3 3x3 Permit Number 777531 5990913.0 2088468.0 37.714013037331 -122.473306070941 (37.714013037331, -122.473306070941)
93352 112398 Significant Tree 6 Myoporum laetum :: Myoporum 1 246 CRESCENT AVE 1 Sidewalk: Curb side : Yard 2 Tree 1 Private 1           6006552.0 2095759.0 37.7349257177289 -122.419768681192 (37.7349257177289, -122.419768681192)
102326 104898 Significant Tree 6 Myoporum laetum :: Myoporum 1 310 Gonzalez Dr 1 Front Yard : Yard 7 Tree 1 Private 1           5990401.0 2090562.0 37.719732984351396 -122.475228499286 (37.7197329843514, -122.475228499286)
102950 105540 Significant Tree 6 Myoporum laetum :: Myoporum 1 2694 47TH AVE 1 Front Yard : Yard 7 Tree 1 Private 1     12     5981878.3 2096771.8 37.736285749950206 -122.50514791128201 (37.7362857499502, -122.505147911282)
107866 112769 Significant Tree 6 Myoporum laetum :: Myoporum 1 1X HOWTH ST 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1       3x3   5998027.0 2091524.0 37.722813474972206 -122.44893750468901 (37.7228134749722, -122.448937504689)
114895 116578 Significant Tree 6 Myoporum laetum :: Myoporum 1 2699x OCEAN AVE 1 Sidewalk: Property side : Cutout 5 Tree 1 MTA 6 DPW 4   11 3x3   5990602.0 2095184.0 37.7324354869182 -122.47487091251001 (37.7324354869182, -122.47487091251)
118620 104908 Significant Tree 6 Myoporum laetum :: Myoporum 1 500 Gonzalez Dr 1 Front Yard : Yard 7 Tree 1 Private 1           5990401.0 2090562.0 37.719732984351396 -122.475228499286 (37.7197329843514, -122.475228499286)
119856 85365 Significant Tree 6 Myoporum laetum :: Myoporum 1 66 Clarendon Ave 1 Front Yard : Cutout 8 Tree 1 Private 1   08/17/2007 12:00:00 AM     Permit Number 49641 5997837.8 2104660.2 37.758871479144396 -122.45053809231199 (37.7588714791444, -122.450538092312)
123166 105073 Significant Tree 6 Myoporum laetum :: Myoporum 1 101 LUNDYS LN 1 Front Yard : Cutout 8 Tree 1 Private 1     18     6006875.0 2098969.0 37.7437578546964 -122.41887954343599 (37.7437578546964, -122.418879543436)
143633 121087 Significant Tree 6 Myoporum laetum :: Myoporum 1 1443 47th Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1       3x3 Permit Number 778784 5981521.320719999 2105258.5458 37.7595669638281 -122.507011468719 (37.7595669638281, -122.507011468719)

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