Street_Tree_List

Data source: data.sfgov.org

11 rows where qCareAssistant = 8 and qSpecies = 2

View and edit SQL

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

qSpecies

  • Metrosideros excelsa :: New Zealand Xmas Tree · 11

PlotSize

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
91876 90299 DPW Maintained 3 Metrosideros excelsa :: New Zealand Xmas Tree 2 4501X Balboa St 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2 Cleary Bros. Landscape 8 04/24/2008 12:00:00 AM 3 3x3   5981651.047089 2110956.009647 37.7752181886462 -122.50698545345699 (37.7752181886462, -122.506985453457)
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)
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)
109619 89531 DPW Maintained 3 Metrosideros excelsa :: New Zealand Xmas Tree 2 5050 ANZA ST 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2 Cleary Bros. Landscape 8 03/26/2008 12:00:00 AM 3 3x3   5982937.0 2111755.0 37.7774876321748 -122.502596276346 (37.7774876321748, -122.502596276346)
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)
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)
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)
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)
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 55.751ms · Data source: data.sfgov.org