Street_Tree_List

Data source: data.sfgov.org

13 rows where SiteOrder = 2 and qCaretaker = 5

View and edit SQL

Suggested facets: qLegalStatus, qSpecies, qSiteInfo, DBH, PlotSize

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
205 134566 Permitted Site 1 Platanus x hispanica :: Sycamore: London Plane 15 99 Grove St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Dept of Real Estate 5     14 Width 4ft   6007493.55732 2111589.9734900002 37.7784469358085 -122.417635067622 (37.7784469358085, -122.417635067622)
3610 115725 Undocumented 2 Syzygium paniculatum :: Brush Cherry 198 250X Octavia St 2 Side Yard : Yard 17 Tree 1 Dept of Real Estate 5                    
44051 112148 Undocumented 2 Tilia cordata :: Littleleaf Linden 208 101X 05TH ST 2 Sidewalk: Curb side : Cutout 1 Tree 1 Dept of Real Estate 5     10 3x3   6010794.0 2113100.0 37.782778280213 -122.40632395916501 (37.782778280213, -122.406323959165)
83247 9951 Permitted Site 1 Platanus x hispanica :: Sycamore: London Plane 15 95X Grove St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Dept of Real Estate 5     18 3X3   6007383.306516 2111592.002729 37.778446303098505 -122.418016611499 (37.7784463030985, -122.418016611499)
88729 27589 Permitted Site 1 Quercus suber :: Cork Oak 76 2100X San Bruno Ave 2 Sidewalk: Curb side : Cutout 1 Tree 1 Dept of Real Estate 5   06/21/2001 12:00:00 AM 3 3X3   6009789.2811665 2096218.9494349998 37.7363704769246 -122.408608649696 (37.7363704769246, -122.408608649696)
90922 23151 Permitted Site 1 Lophostemon confertus :: Brisbane Box 11 50 Van Ness Ave 2 Sidewalk: Curb side : Cutout 1 Tree 1 Dept of Real Estate 5   08/24/1993 12:00:00 AM 8 3X3   6007030.5326515995 2110530.1061031003 37.7755107290659 -122.419161648128 (37.7755107290659, -122.419161648128)
98100 240 Permitted Site 1 Metrosideros excelsa :: New Zealand Xmas Tree 2 3010X 19th Ave 2 Sidewalk: Curb side : Cutout 1 Tree 1 Dept of Real Estate 5     18 5x5   5990623.3177 2095139.449 37.73231439650579 -122.474793962374 (37.7323143965058, -122.474793962374)
102104 14627 Permitted Site 1 Platanus x hispanica :: Sycamore: London Plane 15 410X McAllister St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Dept of Real Estate 5     35 3X3   6007165.245080001 2112272.29684 37.780301951255105 -122.41881922945299 (37.7803019512551, -122.418819229453)
108539 26896 Permitted Site 1 Platanus x hispanica :: Sycamore: London Plane 15 460 McAllister St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Dept of Real Estate 5     20 3X3   6006936.4820313 2112240.9458517 37.7802029857658 -122.419608403425 (37.7802029857658, -122.419608403425)
113247 14103 Permitted Site 1 Platanus x hispanica :: Sycamore: London Plane 15 1525 Market St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Dept of Real Estate 5     12 4X4   6006946.0284757 2110289.3486746997 37.774844907593 -122.419436884969 (37.774844907593, -122.419436884969)
117803 91976 Permitted Site 1 Prunus serrulata 'Kwanzan' :: Kwanzan Flowering Cherry 18 1320X 09th Ave 2 Sidewalk: Curb side : Cutout 1 Tree 1 Dept of Real Estate 5   02/20/2009 12:00:00 AM 3 3x3   5993343.893066 2106486.203602 37.763626968645504 -122.46621268437 (37.7636269686455, -122.46621268437)
126079 110307 Permitted Site 1 Tree(s) :: 17 899x Stanyan St 2 Sidewalk: Property side : Cutout 5 Tree 1 Dept of Real Estate 5   04/03/2015 12:00:00 AM 3 4x11 Permit Number 774992 5997166.64381 2107575.86009 37.7668387037649 -122.45306972128999 (37.7668387037649, -122.45306972129)
126788 15148 Permitted Site 1 Ficus nitida :: Laurel Fig 43 895X Mission St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Dept of Real Estate 5     12 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 47.159ms · Data source: data.sfgov.org