Street_Tree_List

Data source: data.sfgov.org

13 rows where qSpecies = 416

View and edit SQL

Suggested facets: qLegalStatus, qAddress, SiteOrder, qSiteInfo, qCaretaker, DBH, PlotSize, 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
49966 109223 Permitted Site 1 Eucalyptus melliodora :: Yellow Box 416 1675 OWENS ST 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     5 4x4   6014234.0 2107598.0 37.7678628533553 -122.394037627847 (37.7678628533553, -122.394037627847)
90416 109231 Permitted Site 1 Eucalyptus melliodora :: Yellow Box 416 1675 OWENS ST 9 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1       4x4   6014234.0 2107598.0 37.7678628533553 -122.394037627847 (37.7678628533553, -122.394037627847)
102006 109225 Permitted Site 1 Eucalyptus melliodora :: Yellow Box 416 1675 OWENS ST 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1       4x4   6014234.0 2107598.0 37.7678628533553 -122.394037627847 (37.7678628533553, -122.394037627847)
107742 23296 DPW Maintained 3 Eucalyptus melliodora :: Yellow Box 416 900X Van Ness Ave 3 Median : Cutout 11 Tree 1 DPW 2     24 9   6006584.2678331 2113563.3466728 37.7838141299544 -122.42092079119 (37.7838141299544, -122.42092079119)
113330 23300 DPW Maintained 3 Eucalyptus melliodora :: Yellow Box 416 950X Van Ness Ave 1 Median : Cutout 11 Tree 1 DPW 2     30 9   6006575.9602707 2113798.8129121 37.7844601942992 -122.42096625602301 (37.7844601942992, -122.420966256023)
114411 109227 Permitted Site 1 Eucalyptus melliodora :: Yellow Box 416 1675 OWENS ST 5 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1       4x4   6014234.0 2107598.0 37.7678628533553 -122.394037627847 (37.7678628533553, -122.394037627847)
116606 23301 DPW Maintained 3 Eucalyptus melliodora :: Yellow Box 416 950X Van Ness Ave 2 Median : Cutout 11 Tree 1 DPW 2     30 9   6006575.9602707 2113798.8129121 37.7844601942992 -122.42096625602301 (37.7844601942992, -122.420966256023)
124632 109228 Permitted Site 1 Eucalyptus melliodora :: Yellow Box 416 1675 OWENS ST 6 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1       4x4   6014234.0 2107598.0 37.7678628533553 -122.394037627847 (37.7678628533553, -122.394037627847)
125209 109226 Permitted Site 1 Eucalyptus melliodora :: Yellow Box 416 1675 OWENS ST 4 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1       4x4   6014234.0 2107598.0 37.7678628533553 -122.394037627847 (37.7678628533553, -122.394037627847)
139896 109229 Permitted Site 1 Eucalyptus melliodora :: Yellow Box 416 1675 OWENS ST 7 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1       4x4   6014234.0 2107598.0 37.7678628533553 -122.394037627847 (37.7678628533553, -122.394037627847)
140991 23295 DPW Maintained 3 Eucalyptus melliodora :: Yellow Box 416 900X Van Ness Ave 2 Median : Cutout 11 Tree 1 DPW 2     24 9   6006584.2678331 2113563.3466728 37.7838141299544 -122.42092079119 (37.7838141299544, -122.42092079119)
164226 224276 Undocumented 2 Eucalyptus melliodora :: Yellow Box 416 1300 San Jose Ave 52 Front Yard : Yard 7 Tree 1 Private 1     21     6003327.68525 2095524.2382 37.7340989500965 -122.43089951559601 (37.7340989500965, -122.430899515596)
187196 224277 Undocumented 2 Eucalyptus melliodora :: Yellow Box 416 1300 San Jose Ave 54 Front Yard : Yard 7 Tree 1 Private 1     26     6003308.13091 2095510.5396 37.734060228878604 -122.430966143696 (37.7340602288786, -122.430966143696)

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