Street_Tree_List

Data source: data.sfgov.org

5 rows where qSiteInfo = 3 and qSpecies = 65

View and edit SQL

Suggested facets: qAddress, DBH

qSiteInfo

  • Median : Yard · 5
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
116920 234415 DPW Maintained 3 Phoenix dactylifera :: Date Palm 65 10x Benton Ave 5 Median : Yard 3 Tree 1 DPW 2     33     6004760.79404 2095007.84902 37.732762157335 -122.425908061504 (37.732762157335, -122.425908061504)
127275 234411 DPW Maintained 3 Phoenix dactylifera :: Date Palm 65 10x Benton Ave 4 Median : Yard 3 Tree 1 DPW 2     32     6004755.33467 2095032.93123 37.7328307189427 -122.42592872073601 (37.7328307189427, -122.425928720736)
169078 234409 DPW Maintained 3 Phoenix dactylifera :: Date Palm 65 1750x Dolores St 2 Median : Yard 3 Tree 1 DPW 2     18     6005335.117769999 2098093.36784 37.7412667401708 -122.42414183529499 (37.7412667401708, -122.424141835295)
186368 234408 DPW Maintained 3 Phoenix dactylifera :: Date Palm 65 1700x Dolores St 6 Median : Yard 3 Tree 1 DPW 2     18     6005328.71951 2098210.15562 37.7415870517023 -122.424172262039 (37.7415870517023, -122.424172262039)
188023 234407 DPW Maintained 3 Phoenix dactylifera :: Date Palm 65 100x Dolores St 8 Median : Yard 3 Tree 1 DPW 2     18     6004812.29017 2107562.9589 37.7672384899902 -122.426623750084 (37.7672384899902, -122.426623750084)

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