Street_Tree_List

Data source: data.sfgov.org

9 rows where PlantDate = "03/27/2008 12:00:00 AM" and qCareAssistant = 8

View and edit SQL

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

PlantDate

  • 03/27/2008 12:00:00 AM · 9
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
79444 89578 DPW Maintained 3 Cordyline australis :: Dracena Palm 141 4801X Anza St 2 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2 Cleary Bros. Landscape 8 03/27/2008 12:00:00 AM 3 3x3   5983796.842012 2111714.186975 37.7774260612325 -122.499618827335 (37.7774260612325, -122.499618827335)
102624 89590 DPW Maintained 3 Tristaniopsis laurina :: Swamp Myrtle 37 4631 Anza St 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2 Cleary Bros. Landscape 8 03/27/2008 12:00:00 AM 3 3x3   5984326.052581 2111733.134283 37.7775091228792 -122.497789541411 (37.7775091228792, -122.497789541411)
102933 89560 DPW Maintained 3 Cordyline australis :: Dracena Palm 141 5049 Anza St 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2 Cleary Bros. Landscape 8 03/27/2008 12:00:00 AM 3 3x3   5983034.051449 2111686.8351490004 37.7773061739746 -122.502255502941 (37.7773061739746, -122.502255502941)
106353 89561 DPW Maintained 3 Cordyline australis :: Dracena Palm 141 5033 Anza St 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2 Cleary Bros. Landscape 8 03/27/2008 12:00:00 AM 3 3x3   5983081.723549 2111688.543497 37.7773136653868 -122.502090718872 (37.7773136653868, -122.502090718872)
110680 89569 DPW Maintained 3 Cordyline australis :: Dracena Palm 141 4939 Anza St 2 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2 Cleary Bros. Landscape 8 03/27/2008 12:00:00 AM 3 3x3   5983374.388584 2111699.374735 37.7773605941443 -122.501079113369 (37.7773605941443, -122.501079113369)
112407 90502 DPW Maintained 3 Pyrus calleryana 'Capital' :: Ornamental Pear Tree 'Capital' 460 401X 25th Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2 Cleary Bros. Landscape 8 03/27/2008 12:00:00 AM 3 3x3   5988073.547859 2113275.972392 37.7819642960053 -122.484939086563 (37.7819642960053, -122.484939086563)
116619 89568 DPW Maintained 3 Cordyline australis :: Dracena Palm 141 4939 Anza St 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2 Cleary Bros. Landscape 8 03/27/2008 12:00:00 AM 3 3x3   5983374.388584 2111699.374735 37.7773605941443 -122.501079113369 (37.7773605941443, -122.501079113369)
128081 89567 DPW Maintained 3 Cordyline australis :: Dracena Palm 141 4949X Anza St 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2 Cleary Bros. Landscape 8 03/27/2008 12:00:00 AM 3 3x3   5983344.613126 2111698.2533150003 37.7773557666221 -122.50118203175501 (37.7773557666221, -122.501182031755)
142392 90497 DPW Maintained 3 Pyrus calleryana 'Capital' :: Ornamental Pear Tree 'Capital' 460 319 25th Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2 Cleary Bros. Landscape 8 03/27/2008 12:00:00 AM 3 3x3   5988052.709 2113836.722691 37.7835027435823 -122.485052332629 (37.7835027435823, -122.485052332629)

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