Street_Tree_List

Data source: data.sfgov.org

3 rows where PlantDate = "10/04/1999 12:00:00 AM" and qSpecies = 100

View and edit SQL

Suggested facets: qAddress, DBH

PlantDate

  • 10/04/1999 12:00:00 AM · 3
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
17579 27481 DPW Maintained 3 Phoenix canariensis :: Canary Island Date Palm 100 850X Dolores St 6 Median : Cutout 11 Tree 1 DPW 2   10/04/1999 12:00:00 AM 90 20   6005053.38343 2103172.36846 37.755196594762 -122.425477343801 (37.755196594762, -122.425477343801)
20169 24997 DPW Maintained 3 Phoenix canariensis :: Canary Island Date Palm 100 400X Dolores St 2 Median : Cutout 11 Tree 1 DPW 2   10/04/1999 12:00:00 AM 70 20   6004897.70828 2105945.4375400003 37.7628019913498 -122.426213130441 (37.7628019913498, -122.426213130441)
21980 27480 DPW Maintained 3 Phoenix canariensis :: Canary Island Date Palm 100 400X Dolores St 9 Median : Cutout 11 Tree 1 DPW 2   10/04/1999 12:00:00 AM 70 20   6004900.72353 2105815.65161 37.7624458004571 -122.426193461385 (37.7624458004571, -122.426193461385)

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