Street_Tree_List

Data source: data.sfgov.org

13 rows where qLegalStatus = 1, qSiteInfo = 5 and qSpecies = 15

View and edit SQL

Suggested facets: qAddress, DBH, PermitNotes, YCoord, Longitude

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
6802 94826 Permitted Site 1 Platanus x hispanica :: Sycamore: London Plane 15 2195 Green St 1 Sidewalk: Property side : Cutout 5 Tree 1 Private 1   11/09/2010 12:00:00 AM 14   Permit Number 53924 6002581.43638 2118129.72292 37.7961257879313 -122.435095781947 (37.7961257879313, -122.435095781947)
34222 112612 Permitted Site 1 Platanus x hispanica :: Sycamore: London Plane 15 2195 Green St 3 Sidewalk: Property side : Cutout 5 Tree 1 Private 1     12     6002608.57385 2118132.38825 37.7961346471419 -122.435002071707 (37.7961346471419, -122.435002071707)
46967 97443 Permitted Site 1 Platanus x hispanica :: Sycamore: London Plane 15 1900@Gough Pacific Ave 3 Sidewalk: Property side : Cutout 5 Tree 1 Private 1     19     6004934.79504 2117459.18923 37.7944180221298 -122.426904906932 (37.7944180221298, -122.426904906932)
75773 112613 Permitted Site 1 Platanus x hispanica :: Sycamore: London Plane 15 2195 Green St 4 Sidewalk: Property side : Cutout 5 Tree 1 Private 1     13     6002622.24642 2118135.4932 37.796143948849796 -122.434954984102 (37.7961439488498, -122.434954984102)
78336 92742 Permitted Site 1 Platanus x hispanica :: Sycamore: London Plane 15 1680 Eddy St 9 Sidewalk: Property side : Cutout 5 Tree 1 Private 1   09/22/2009 12:00:00 AM   3x3 Permit Number 52927 6002403.9 2112682.2 37.7811582017665 -122.435320233246 (37.7811582017665, -122.435320233246)
80999 21801 Permitted Site 1 Platanus x hispanica :: Sycamore: London Plane 15 2600X Taylor St 6 Sidewalk: Property side : Cutout 5 Tree 1 Private 1   01/22/2016 12:00:00 AM 25 3X3   6008553.39113 2121935.04647 37.806911549800795 -122.414700989571 (37.8069115498008, -122.414700989571)
84110 92633 Permitted Site 1 Platanus x hispanica :: Sycamore: London Plane 15 1680 Eddy St 7 Sidewalk: Property side : Cutout 5 Tree 1 Private 1   09/22/2009 12:00:00 AM   3x3 Permit Number 52927 6002403.9 2112682.2 37.7811582017665 -122.435320233246 (37.7811582017665, -122.435320233246)
96525 96881 Permitted Site 1 Platanus x hispanica :: Sycamore: London Plane 15 2200X San Jose Ave 6 Sidewalk: Property side : Cutout 5 Tree 1 Private 1           5998886.2 2091075.7 37.7216316467069 -122.445935216513 (37.7216316467069, -122.445935216513)
100165 21796 Permitted Site 1 Platanus x hispanica :: Sycamore: London Plane 15 2600X Taylor St 1 Sidewalk: Property side : Cutout 5 Tree 1 Private 1   01/22/2016 12:00:00 AM 3 3X3   6008553.39113 2121935.04647 37.806911549800795 -122.414700989571 (37.8069115498008, -122.414700989571)
126832 21800 Permitted Site 1 Platanus x hispanica :: Sycamore: London Plane 15 2600X Taylor St 5 Sidewalk: Property side : Cutout 5 Tree 1 Private 1   01/22/2016 12:00:00 AM 12 3X3   6008553.39113 2121935.04647 37.806911549800795 -122.414700989571 (37.8069115498008, -122.414700989571)
135250 97444 Permitted Site 1 Platanus x hispanica :: Sycamore: London Plane 15 1900@Gough Pacific Ave 4 Sidewalk: Property side : Cutout 5 Tree 1 Private 1     17     6004910.36816 2117456.9947 37.7944106153185 -122.42698927054701 (37.7944106153185, -122.426989270547)
141437 92636 Permitted Site 1 Platanus x hispanica :: Sycamore: London Plane 15 1680 Eddy St 8 Sidewalk: Property side : Cutout 5 Tree 1 Private 1   09/22/2009 12:00:00 AM   3x3 Permit Number 52927 6002403.9 2112682.2 37.7811582017665 -122.435320233246 (37.7811582017665, -122.435320233246)
159418 112611 Permitted Site 1 Platanus x hispanica :: Sycamore: London Plane 15 2195 Green St 2 Sidewalk: Property side : Cutout 5 Tree 1 Private 1     10     6002596.08972 2118131.51512 37.7961315408952 -122.435045206767 (37.7961315408952, -122.435045206767)

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