Street_Tree_List

Data source: data.sfgov.org

5 rows where DBH = 5, SiteOrder = 1 and qSpecies = 99

View and edit SQL

Suggested facets: qSiteInfo, PlotSize

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
70063 225186 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 252 Capp St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     5 Width 3ft   6007150.88723 2105850.08612 37.762667276482894 -122.418413397566 (37.7626672764829, -122.418413397566)
71331 225208 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 338 Cumberland St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     5 Width 3ft   6003395.5499 2104500.55449 37.758749668692495 -122.431305421031 (37.7587496686925, -122.431305421031)
132078 225152 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 339 Elsie St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     5 Width 4ft   6006495.85243 2097173.79313 37.738807262551205 -122.42006317417801 (37.7388072625512, -122.420063174178)
150193 206044 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 275 Byxbee St 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     5 Width 6ft   5991926.36894 2090353.75557 37.7192494901497 -122.46994073500099 (37.7192494901497, -122.469940735001)
176416 225206 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 3816 24th St 1 Sidewalk: Curb side : Pot 10 Tree 1 Private 1     5 Width 3ft   6004315.95235 2101927.5657 37.751736964897106 -122.427938900685 (37.7517369648971, -122.427938900685)

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