Street_Tree_List

Data source: data.sfgov.org

11 rows where PlotSize = "3x3" and qCaretaker = 7

View and edit SQL

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

PlotSize

  • 3x3 · 11
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
433 251301 Undocumented 2 Eucalyptus sideroxylon :: Red Ironbark 36 100 Whitney Young Cir 2 Back Yard : Yard 13 Tree 1 Mayor Office of Housing 7       3x3   6016360.0 2096059.0 37.736297099957106 -122.385879567348 (37.7362970999571, -122.385879567348)
6381 8554 Permitted Site 1 Platanus x hispanica :: Sycamore: London Plane 15 2141 Geary Blvd 1 Sidewalk: Curb side : Cutout 1 Tree 1 Mayor Office of Housing 7     36 3x3   6001288.9794 2113445.5293 37.7831907304059 -122.439232023736 (37.7831907304059, -122.439232023736)
7326 8558 Permitted Site 1 Platanus x hispanica :: Sycamore: London Plane 15 2141 Geary Blvd 5 Sidewalk: Curb side : Cutout 1 Tree 1 Mayor Office of Housing 7     18 3x3   6001389.1705 2113457.8415 37.7832302373637 -122.43888628620701 (37.7832302373637, -122.438886286207)
8633 95172 Permitted Site 1 Platanus x hispanica :: Sycamore: London Plane 15 1450 Divisadero St 5 Sidewalk: Curb side : Cutout 1 Tree 1 Mayor Office of Housing 7   12/24/2014 01:10:00 PM 3 3x3   6001274.5119 2113333.5963 37.782882567708896 -122.439274049752 (37.7828825677089, -122.439274049752)
94952 16810 Permitted Site 1 Corymbia ficifolia :: Red Flowering Gum 60 2060 O'Farrell St 7 Sidewalk: Curb side : Cutout 1 Tree 1 Mayor Office of Housing 7     18 3x3   6001450.7704065 2113227.696464 37.7826018222756 -122.438656679492 (37.7826018222756, -122.438656679492)
111436 16809 Permitted Site 1 Corymbia ficifolia :: Red Flowering Gum 60 2060 O'Farrell St 6 Sidewalk: Curb side : Cutout 1 Tree 1 Mayor Office of Housing 7     18 3x3   6001450.7704065 2113227.696464 37.7826018222756 -122.438656679492 (37.7826018222756, -122.438656679492)
114115 16807 Permitted Site 1 Corymbia ficifolia :: Red Flowering Gum 60 2060 O'Farrell St 4 Sidewalk: Curb side : Cutout 1 Tree 1 Mayor Office of Housing 7     18 3x3   6001450.7704065 2113227.696464 37.7826018222756 -122.438656679492 (37.7826018222756, -122.438656679492)
122818 8559 Permitted Site 1 Platanus x hispanica :: Sycamore: London Plane 15 2141 Geary Blvd 6 Sidewalk: Curb side : Cutout 1 Tree 1 Mayor Office of Housing 7     18 3x3   6001514.3606953 2113518.2076175 37.783403109123995 -122.43845750560699 (37.783403109124, -122.438457505607)
123152 8557 Permitted Site 1 Platanus x hispanica :: Sycamore: London Plane 15 2141 Geary Blvd 4 Sidewalk: Curb side : Cutout 1 Tree 1 Mayor Office of Housing 7     24 3x3   6001514.3606953 2113518.2076175 37.783403109123995 -122.43845750560699 (37.783403109124, -122.438457505607)
124399 5293 Permitted Site 1 Pittosporum undulatum :: Victorian Box 26 1500 Divisadero St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Mayor Office of Housing 7     12 3x3   6001245.27295 2113493.90626 37.7833210739867 -122.439386698953 (37.7833210739867, -122.439386698953)
141685 16805 Permitted Site 1 Corymbia ficifolia :: Red Flowering Gum 60 2060 O'Farrell St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Mayor Office of Housing 7     18 3x3   6001450.7704065 2113227.696464 37.7826018222756 -122.438656679492 (37.7826018222756, -122.438656679492)

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