Street_Tree_List

Data source: data.sfgov.org

5 rows where PlantDate = "11/11/2008 12:00:00 AM" and qCareAssistant = 8

View and edit SQL

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

PlantDate

  • 11/11/2008 12:00:00 AM · 5
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
95614 90930 DPW Maintained 3 Metrosideros excelsa :: New Zealand Xmas Tree 2 3900 Balboa St 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2 Cleary Bros. Landscape 8 11/11/2008 12:00:00 AM 3 3x3   5983513.273512 2111063.371109 37.7756224669039 -122.500551634322 (37.7756224669039, -122.500551634322)
101073 90950 DPW Maintained 3 Dracaena draco :: Dragon Tree 361 4800X Balboa St 5 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2 Cleary Bros. Landscape 8 11/11/2008 12:00:00 AM 3 3x3   5980719.9984720005 2110962.3788759997 37.775180801106295 -122.510206575867 (37.7751808011063, -122.510206575867)
109118 90951 DPW Maintained 3 Dracaena draco :: Dragon Tree 361 4899X Balboa St 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2 Cleary Bros. Landscape 8 11/11/2008 12:00:00 AM 3 3x3   5980415.19176 2110911.332666 37.775022659049704 -122.51125715579398 (37.7750226590497, -122.511257155794)
113995 90935 DPW Maintained 3 Metrosideros excelsa :: New Zealand Xmas Tree 2 4044 Balboa St 3 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2 Cleary Bros. Landscape 8 11/11/2008 12:00:00 AM 3 3x3   5983069.087957 2111047.373036 37.775552455582 -122.50208697176501 (37.775552455582, -122.502086971765)
115210 90934 DPW Maintained 3 Metrosideros excelsa :: New Zealand Xmas Tree 2 4044 Balboa St 2 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2 Cleary Bros. Landscape 8 11/11/2008 12:00:00 AM 3 3x3   5983069.087957 2111047.373036 37.775552455582 -122.50208697176501 (37.775552455582, -122.502086971765)

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