Street_Tree_List

Data source: data.sfgov.org

4 rows where PlotSize = "Width 0ft" and qSpecies = 67

View and edit SQL

Suggested facets: qAddress, SiteOrder

PlotSize

  • Width 0ft · 4
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
60852 138196 Undocumented 2 Gleditsia triacanthos :: Honey Locust 67 412 LINDEN ST 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     4 Width 0ft   6005394.8315 2110818.7529 37.7762110317595 -122.42484047597 (37.7762110317595, -122.42484047597)
75062 199662 Undocumented 2 Gleditsia triacanthos :: Honey Locust 67 1375 Donner Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     6 Width 0ft   6015149.5908 2090825.6295 37.7218602555285 -122.389699078768 (37.7218602555285, -122.389699078768)
167861 199663 Undocumented 2 Gleditsia triacanthos :: Honey Locust 67 1375 Donner Ave 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     7 Width 0ft   6015172.7356 2090807.3573 37.72181136705721 -122.389617796925 (37.7218113670572, -122.389617796925)
176632 244191 Undocumented 2 Gleditsia triacanthos :: Honey Locust 67 1850 Page St 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     2 Width 0ft   5997685.6394 2108885.5737 37.770464572541 -122.45136908078001 (37.770464572541, -122.45136908078)

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