Street_Tree_List

Data source: data.sfgov.org

7 rows where DBH = 3 and qSpecies = 211

View and edit SQL

Suggested facets: qLegalStatus, qAddress, SiteOrder, qSiteInfo, qCaretaker, PlantDate, 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
3527 205481 Undocumented 2 Yucca elephantipes :: Giant Yucca 211 100 Edna St 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1   09/12/2017 12:00:00 AM 3 Width 8ft   5998772.56194 2093243.78905 37.7275782258363 -122.446483932112 (37.7275782258363, -122.446483932112)
24708 199517 Undocumented 2 Yucca elephantipes :: Giant Yucca 211 1 01st St 13 : Yard 23 Tree 1 Private 1     3     6014420.56618 2105901.8129 37.763215862946 -122.39327360428801 (37.763215862946, -122.393273604288)
48813 199516 Undocumented 2 Yucca elephantipes :: Giant Yucca 211 1 01st St 12 : Yard 23 Tree 1 Private 1     3     6014441.55665 2105919.02201 37.7632642815347 -122.393202208925 (37.7632642815347, -122.393202208925)
86241 90727 DPW Maintained 3 Yucca elephantipes :: Giant Yucca 211 4799X Cabrillo St 4 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2 Cleary Bros. Landscape 8 04/07/2008 12:00:00 AM 3 3x3   5980764.077178 2110242.237714 37.773206105836 -122.510000589277 (37.773206105836, -122.510000589277)
95891 90708 DPW Maintained 3 Yucca elephantipes :: Giant Yucca 211 4400 Cabrillo St 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2 Cleary Bros. Landscape 8 04/07/2008 12:00:00 AM 3 3x3   5981985.083822 2110326.5779669997 37.7735096198008 -122.505783291903 (37.7735096198008, -122.505783291903)
103035 90724 DPW Maintained 3 Yucca elephantipes :: Giant Yucca 211 4799X Cabrillo St 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2 Cleary Bros. Landscape 8 04/07/2008 12:00:00 AM 3 3x3   5980764.077178 2110242.237714 37.773206105836 -122.510000589277 (37.773206105836, -122.510000589277)
134619 199515 Undocumented 2 Yucca elephantipes :: Giant Yucca 211 1 01st St 11 : Yard 23 Tree 1 Private 1     3     6014438.12631 2105919.24405 37.7632647006382 -122.393214088968 (37.7632647006382, -122.393214088968)

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