Street_Tree_List

Data source: data.sfgov.org

6 rows where PlotSize = "Width 0ft" and qSiteInfo = 3

View and edit SQL

Suggested facets: qSpecies, qAddress, SiteOrder, DBH

PlotSize

  • Width 0ft · 6
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
1022 186874 DPW Maintained 3 Acacia melanoxylon :: Blackwood Acacia 5 2700 Sunset Blvd 23 Median : Yard 3 Tree 1 DPW 2     13 Width 0ft   5985204.8462 2096382.2812 37.7354114037883 -122.493618136413 (37.7354114037883, -122.493618136413)
1039 186954 DPW Maintained 3 Tree(s) :: 17 2800 Sunset Blvd 28 Median : Yard 3 Tree 1 DPW 2     2 Width 0ft   5985211.8854 2096092.27 37.734615522028896 -122.493572437422 (37.7346155220289, -122.493572437422)
1041 187245 DPW Maintained 3 Cedrus deodara :: Deodar Cedar 129 2401 Sunset Blvd 28 Median : Yard 3 Tree 1 DPW 2     1 Width 0ft   5984968.6731 2098517.9713 37.741261616740005 -122.494592058244 (37.74126161674, -122.494592058244)
1052 187279 DPW Maintained 3 Pinus Spp :: Pine Spp 105 2401 Sunset Blvd 62 Median : Yard 3 Tree 1 DPW 2     4 Width 0ft   5984952.4466 2098301.7622 37.7406670151021 -122.494632227246 (37.7406670151021, -122.494632227246)
1059 186952 DPW Maintained 3 Acacia melanoxylon :: Blackwood Acacia 5 2800 Sunset Blvd 26 Median : Yard 3 Tree 1 DPW 2     3 Width 0ft   5985204.8226 2096075.4539 37.734568936321295 -122.493595616872 (37.7345689363213, -122.493595616872)
181676 186658 DPW Maintained 3 Pinus radiata :: Monterey Pine 3 1401 Sunset Blvd 15 Median : Yard 3 Tree 1 DPW 2     1 Width 0ft   5984710.2715 2105562.1346 37.7605878254343 -122.49600505239401 (37.7605878254343, -122.496005052394)

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