Street_Tree_List

Data source: data.sfgov.org

3 rows where PlotSize = "Width 4ft" and qSpecies = 71

View and edit SQL

Suggested facets: SiteOrder

PlotSize

  • Width 4ft · 3
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
161403 118538 DPW Maintained 3 Pinus canariensis :: Canary Island Pine 71 7900x Geary Blvd 1 Median : Cutout 11 Tree 1 DPW 2     11 Width 4ft   5982472.235830001 2112389.87128 37.7792034803758 -122.504251064408 (37.7792034803758, -122.504251064408)
161559 211006 DPW Maintained 3 Pinus canariensis :: Canary Island Pine 71 600x Portola Dr 1 Median : Cutout 11 Tree 1 DPW 2     6 Width 4ft   5997174.86391 2099677.95775 37.7451535147355 -122.45247128193701 (37.7451535147355, -122.452471281937)
171859 211005 DPW Maintained 3 Pinus canariensis :: Canary Island Pine 71 800x Portola Dr 2 Median : Cutout 11 Tree 1 DPW 2     7 Width 4ft   5996562.64616 2099171.2604900002 37.7437271539842 -122.454551615288 (37.7437271539842, -122.454551615288)

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