Street_Tree_List

Data source: data.sfgov.org

4 rows where PlotSize = "Width 5ft" and qSpecies = 163

View and edit SQL

Suggested facets: qLegalStatus, SiteOrder, qSiteInfo, qCaretaker

PlotSize

  • Width 5ft · 4
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
23539 122063 Undocumented 2 Ilex spp :: Holly Species 163 5 17th Ave 2 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     7 Width 5ft   5990505.08019 2115005.32961 37.786853953760705 -122.476653573827 (37.7868539537607, -122.476653573827)
131062 219225 Undocumented 2 Ilex spp :: Holly Species 163 1820 16th Ave 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     15 Width 5ft   5991268.144090001 2102994.44508 37.7539195421662 -122.473137315828 (37.7539195421662, -122.473137315828)
163490 219230 Undocumented 2 Ilex spp :: Holly Species 163 175 Stillings Ave 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     14 Width 5ft   5999606.10326 2095741.44552 37.7344837817026 -122.44378174542601 (37.7344837817026, -122.443781745426)
166845 219229 DPW Maintained 3 Ilex spp :: Holly Species 163 300x Marietta Dr 47 Median : Cutout 11 Tree 1 DPW 2     11 Width 5ft   5999539.4664199995 2097492.37053 37.7392876066259 -122.44413790396601 (37.7392876066259, -122.444137903966)

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