Street_Tree_List

Data source: data.sfgov.org

14 rows where qCareAssistant = 3 and qLegalStatus = 2

View and edit SQL

qCareAssistant

  • Private · 14
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
3317 253413 Undocumented 2 Potential Site :: Potential Site 29 2433 23rd Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Port 9 Private 3     3x3   5989193.66308 2098780.80152 37.7422296590049 -122.48000293550501 (37.7422296590049, -122.480002935505)
25916 115393 Undocumented 2 Platanus x hispanica :: Sycamore: London Plane 15 800x Rutland St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Public Library 14 Private 3   4 3x3   6009906.5006099995 2087474.9292900001 37.712367789705 -122.407587055718 (37.712367789705, -122.407587055718)
39914 115395 Undocumented 2 Platanus x hispanica :: Sycamore: London Plane 15 800x Rutland St 4 Sidewalk: Curb side : Cutout 1 Tree 1 Public Library 14 Private 3   4 3x3   6009893.891419999 2087442.30364 37.7122775004839 -122.40762833818998 (37.7122775004839, -122.40762833819)
53226 115394 Undocumented 2 Platanus x hispanica :: Sycamore: London Plane 15 800x Rutland St 3 Sidewalk: Curb side : Cutout 1 Tree 1 Public Library 14 Private 3   4 3x3   6009899.82351 2087457.5745 37.7123197632209 -122.407608911042 (37.7123197632209, -122.407608911042)
79581 117011 Undocumented 2 Maytenus boaria :: Mayten 22 457X CASTRO ST 1 Back Yard : Cutout 16 Tree 1 MTA 6 Private 3   27 3x6   6002348.0 2105584.0 37.7616651256499 -122.435005811888 (37.7616651256499, -122.435005811888)
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)
86815 112748 Undocumented 2 Magnolia grandiflora :: Southern Magnolia 21 135X TRENTON ST 2 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)
118120 114914 Undocumented 2 Eucalyptus Spp :: Eucalyptus 40 200x MIDDLE POINT RD 1 Sidewalk: Curb side : Cutout 1 Tree 1 Housing Authority 20 Private 3     3x3   6017974.0 2095171.0 37.7339480130439 -122.380237547959 (37.7339480130439, -122.380237547959)
120602 115341 Undocumented 2 Pyrus calleryana :: Ornamental Pear 9 1514 SUNNYDALE AVE 2 Sidewalk: Property side : Yard 9 Tree 1 Housing Authority 20 Private 3     3x3   6006572.0 2087815.0 37.7131143345755 -122.41913622882099 (37.7131143345755, -122.419136228821)
138572 112749 Undocumented 2 Magnolia grandiflora :: Southern Magnolia 21 135X TRENTON ST 3 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)
147023 109910 Undocumented 2 Platanus x hispanica :: Sycamore: London Plane 15 425 07th St 4 Sidewalk: Curb side : Cutout 1 Tree 1 Police Dept 18 Private 3   9 3x3   6011008.58026 2110233.67588 37.774920023185295 -122.40537967513 (37.7749200231853, -122.40537967513)
154144 115392 Undocumented 2 Platanus x hispanica :: Sycamore: London Plane 15 800x Rutland St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Public Library 14 Private 3   6 3x3   6009912.446690001 2087490.89947 37.7124119734081 -122.407567629444 (37.7124119734081, -122.407567629444)
157653 115396 Undocumented 2 Platanus x hispanica :: Sycamore: London Plane 15 800x Rutland St 5 Sidewalk: Curb side : Cutout 1 Tree 1 Public Library 14 Private 3   5 3x3   6009890.08055 2087427.6888 37.7122371577831 -122.407640479942 (37.7122371577831, -122.407640479942)

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