Street_Tree_List

Data source: data.sfgov.org

6 rows where PlotSize = "Width 5ft" and qSpecies = 58

View and edit SQL

Suggested facets: qAddress, SiteOrder, qSiteInfo

PlotSize

  • Width 5ft · 6
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
52605 204713 Undocumented 2 Ceanothus 'Ray Hartman' :: California Lilac 'Ray Hartman' 58 1484 16th Ave 1 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     9 Width 5ft   5991184.777919999 2105315.94504 37.7602889411076 -122.473594943052 (37.7602889411076, -122.473594943052)
147518 188397 Undocumented 2 Ceanothus 'Ray Hartman' :: California Lilac 'Ray Hartman' 58 501 Utah St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     11 Width 5ft   6010696.0277 2105850.49204 37.7628673226003 -122.406151993137 (37.7628673226003, -122.406151993137)
148509 188398 Undocumented 2 Ceanothus 'Ray Hartman' :: California Lilac 'Ray Hartman' 58 501 Utah St 4 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     12 Width 5ft   6010694.68122 2105889.4054 37.7629740945886 -122.406159391868 (37.7629740945886, -122.406159391868)
167143 188401 Undocumented 2 Ceanothus 'Ray Hartman' :: California Lilac 'Ray Hartman' 58 909 Minnesota St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     1 Width 5ft   6015267.441000001 2104396.98208 37.7591309344718 -122.39023938074101 (37.7591309344718, -122.390239380741)
171726 204714 Undocumented 2 Ceanothus 'Ray Hartman' :: California Lilac 'Ray Hartman' 58 1484 16th Ave 4 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     6 Width 5ft   5991182.79274 2105342.1880099997 37.7603608823676 -122.473603723127 (37.7603608823676, -122.473603723127)
175877 222699 Undocumented 2 Ceanothus 'Ray Hartman' :: California Lilac 'Ray Hartman' 58 2102 Castro St 1 Sidewalk: Curb side : Pot 10 Tree 1 Private 1     2 Width 5ft   6002635.97774 2099387.5471900003 37.744667486907204 -122.43356696417 (37.7446674869072, -122.43356696417)

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