Street_Tree_List

Data source: data.sfgov.org

6 rows where PlantDate = "04/22/2008 12:00:00 AM" and qCareAssistant = 8

View and edit SQL

Suggested facets: qAddress, SiteOrder, XCoord, YCoord, Latitude, Longitude, Location

PlantDate

  • 04/22/2008 12:00:00 AM · 6
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
96970 90263 DPW Maintained 3 Metrosideros excelsa :: New Zealand Xmas Tree 2 3850X Balboa St 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2 Cleary Bros. Landscape 8 04/22/2008 12:00:00 AM 3 3x3   5983673.104561 2111069.198097 37.775647847474 -122.49999917917499 (37.775647847474, -122.499999179175)
113701 90256 DPW Maintained 3 Metrosideros excelsa :: New Zealand Xmas Tree 2 3230 Balboa St 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2 Cleary Bros. Landscape 8 04/22/2008 12:00:00 AM 3 3x3   5985586.651007 2111138.404753 37.7759499842691 -122.493384946077 (37.7759499842691, -122.493384946077)
113765 90260 DPW Maintained 3 Metrosideros excelsa :: New Zealand Xmas Tree 2 3816 Balboa St 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2 Cleary Bros. Landscape 8 04/22/2008 12:00:00 AM 3 3x3   5983773.153295 2111072.849875 37.7756637452827 -122.499653361397 (37.7756637452827, -122.499653361397)
114650 90270 DPW Maintained 3 Metrosideros excelsa :: New Zealand Xmas Tree 2 4036 Balboa St 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2 Cleary Bros. Landscape 8 04/22/2008 12:00:00 AM 3 3x3   5983092.910649 2111048.243721 37.7755562457499 -122.502004629102 (37.7755562457499, -122.502004629102)
127581 90265 DPW Maintained 3 Metrosideros excelsa :: New Zealand Xmas Tree 2 3850X Balboa St 3 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2 Cleary Bros. Landscape 8 04/22/2008 12:00:00 AM 3 3x3   5983673.104561 2111069.198097 37.775647847474 -122.49999917917499 (37.775647847474, -122.499999179175)
143872 90262 DPW Maintained 3 Metrosideros excelsa :: New Zealand Xmas Tree 2 3826 Balboa St 2 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2 Cleary Bros. Landscape 8 04/22/2008 12:00:00 AM 3 3x3   5983743.727194999 2111071.775823 37.7756590695628 -122.49975507253001 (37.7756590695628, -122.49975507253)

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