Street_Tree_List

Data source: data.sfgov.org

9 rows where qCareAssistant = 3 and qSpecies = 43

View and edit SQL

Suggested facets: qLegalStatus, qAddress, SiteOrder, qSiteInfo, qCaretaker, PlotSize, XCoord, YCoord, Latitude, Longitude, Location

qSpecies

  • Ficus nitida :: Laurel Fig · 9

qCareAssistant

  • Private · 9
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
746 251371 DPW Maintained 3 Ficus nitida :: Laurel Fig 43 390 06th St 3 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2 Private 3     3x3   6011351.0 2111108.0 37.7773398544385 -122.404256716486 (37.7773398544385, -122.404256716486)
786 251369 DPW Maintained 3 Ficus nitida :: Laurel Fig 43 390 06th St 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2 Private 3     3x3   6011351.0 2111108.0 37.7773398544385 -122.404256716486 (37.7773398544385, -122.404256716486)
4532 253201 DPW Maintained 3 Ficus nitida :: Laurel Fig 43 800 Oak St 3 Sidewalk: Property side : Cutout 5 Tree 1 DPW 2 Private 3     6x6   6003064.0 2109976.0 37.77376511482 -122.43284323125299 (37.77376511482, -122.432843231253)
4536 253202 DPW Maintained 3 Ficus nitida :: Laurel Fig 43 800 Oak St 4 Sidewalk: Property side : Cutout 5 Tree 1 DPW 2 Private 3     6x6   6003064.0 2109976.0 37.77376511482 -122.43284323125299 (37.77376511482, -122.432843231253)
4541 253199 DPW Maintained 3 Ficus nitida :: Laurel Fig 43 800 Oak St 1 Sidewalk: Property side : Cutout 5 Tree 1 DPW 2 Private 3     6x6   6003064.0 2109976.0 37.77376511482 -122.43284323125299 (37.77376511482, -122.432843231253)
4545 253200 DPW Maintained 3 Ficus nitida :: Laurel Fig 43 800 Oak St 2 Sidewalk: Property side : Cutout 5 Tree 1 DPW 2 Private 3     6x6   6003064.0 2109976.0 37.77376511482 -122.43284323125299 (37.77376511482, -122.432843231253)
81359 112751 Undocumented 2 Ficus nitida :: Laurel Fig 43 135X TRENTON ST 5 Sidewalk: Curb side : Cutout 1 Tree 1 Housing Authority 20 Private 3     3x3   6009947.0 2118097.0 37.796451422722605 -122.409607037418 (37.7964514227226, -122.409607037418)
101441 112750 Undocumented 2 Ficus nitida :: Laurel Fig 43 135X TRENTON ST 4 Sidewalk: Curb side : Cutout 1 Tree 1 Housing Authority 20 Private 3     3x3   6009947.0 2118097.0 37.796451422722605 -122.409607037418 (37.7964514227226, -122.409607037418)
144030 15159 Permitted Site 1 Ficus nitida :: Laurel Fig 43 895X Mission St 13 Sidewalk: Curb side : Cutout 1 Tree 1 Dept of Real Estate 5 Private 3   18 4x4   6010810.7123748 2113108.5528643 37.7828026992214 -122.406266743907 (37.7828026992214, -122.406266743907)

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