Street_Tree_List

Data source: data.sfgov.org

105 rows where qCareAssistant = 3 sorted by qAddress

View and edit SQL

qCareAssistant

  • Private · 5
Link rowid TreeID qLegalStatus qSpecies qAddress ▼ SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
86565 91191 DPW Maintained 3 Platanus x hispanica :: Sycamore: London Plane 15 818 Van Ness Ave 5 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2 Private 3 02/05/2009 12:00:00 AM   3x3 Permit Number 52040 6006711.43287 2113326.5718900003 37.7831711713524 -122.42046403454901 (37.7831711713524, -122.420464034549)
91095 91190 DPW Maintained 3 Platanus x hispanica :: Sycamore: London Plane 15 818 Van Ness Ave 4 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2 Private 3 02/05/2009 12:00:00 AM   3x3 Permit Number 52040 6006711.43287 2113326.5718900003 37.7831711713524 -122.42046403454901 (37.7831711713524, -122.420464034549)
114637 106120 Permitted Site 1 Tristaniopsis laurina :: Swamp Myrtle 37 849X Cabrillo St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Port 9 Private 3     6x9   5992954.7 2110649.6 37.775036084258794 -122.46786160539301 (37.7750360842588, -122.467861605393)
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)
7078 95163 DPW Maintained 3 Platanus x hispanica 'Yarwood' :: Yarwood Sycamore 127 998 Divisadero St 2 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2 Private 3 04/21/2016 12:00:00 AM 3 3x3   6001491.8688 2111772.0851 37.7786074207661 -122.438410176931 (37.7786074207661, -122.438410176931)

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