Street_Tree_List

Data source: data.sfgov.org

10 rows where qSpecies = 461

View and edit SQL

Suggested facets: qAddress, SiteOrder, qSiteInfo, PlantType, PlantDate, PermitNotes, XCoord, YCoord, Latitude, Longitude, Location

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
78245 92089 Permitted Site 1 Ginkgo biloba 'Autumn Sentinel' :: Autumn Sentinel Ginkgo 461 440 Kansas St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   06/24/2009 12:00:00 AM   3x3 Permit Number 52198 6011453.0 2106318.0 37.764193305924 -122.40356676956699 (37.764193305924, -122.403566769567)
84006 92088 Permitted Site 1 Ginkgo biloba 'Autumn Sentinel' :: Autumn Sentinel Ginkgo 461 440 Kansas St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   06/24/2009 12:00:00 AM   3x3 Permit Number 52198 6011453.0 2106318.0 37.764193305924 -122.40356676956699 (37.764193305924, -122.403566769567)
86982 112524 Permitted Site 1 Ginkgo biloba 'Autumn Sentinel' :: Autumn Sentinel Ginkgo 461 2435 Bryant St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   06/08/2016 12:00:00 AM 3 3x3 Permit Number 778367 6009761.3 2103168.6 37.7554511252743 -122.40919564641399 (37.7554511252743, -122.409195646414)
88871 88763 Permitted Site 1 Ginkgo biloba 'Autumn Sentinel' :: Autumn Sentinel Ginkgo 461 2131 12th Ave   Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   08/21/2008 12:00:00 AM   3x3 Permit Number 51685 5992543.2 2100941.0 37.748355054597795 -122.468578514228 (37.7483550545978, -122.468578514228)
89721 106230 Permitted Site 1 Ginkgo biloba 'Autumn Sentinel' :: Autumn Sentinel Ginkgo 461 4016 20th St   Sidewalk: Curb side : Cutout 1 Tree 1 Private 1       3x3 Permit Number 772780 6003554.0 2104234.5 37.758028124899795 -122.430738442051 (37.7580281248998, -122.430738442051)
90016 40017 Permitted Site 1 Ginkgo biloba 'Autumn Sentinel' :: Autumn Sentinel Ginkgo 461 25X Bay View St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   06/09/2008 12:00:00 AM   3x3 Permit Number 50722 6014441.0 2094547.0 37.732039073493794 -122.39240867519501 (37.7320390734938, -122.392408675195)
92510 88654 Permitted Site 1 Ginkgo biloba 'Autumn Sentinel' :: Autumn Sentinel Ginkgo 461 94 Danton St   Sidewalk: Property side : Cutout 5 Landscaping 2 Private 1   08/05/2008 12:00:00 AM     Permit Number 51634 6002844.0 2094598.0 37.7315282931893 -122.43250562955099 (37.7315282931893, -122.432505629551)
115554 92668 Permitted Site 1 Ginkgo biloba 'Autumn Sentinel' :: Autumn Sentinel Ginkgo 461 791 San Bruno Ave 6 Sidewalk: Property side : Cutout 5 Tree 1 Private 1   09/11/2009 12:00:00 AM     Permit Number 52939 6011029.3 2104669.9 37.759644317200106 -122.404916188138 (37.7596443172001, -122.404916188138)
120372 88656 Permitted Site 1 Ginkgo biloba 'Autumn Sentinel' :: Autumn Sentinel Ginkgo 461 94 Danton St   Sidewalk: Property side : Cutout 5 Landscaping 2 Private 1   08/05/2008 12:00:00 AM     Permit Number 51634 6002844.0 2094598.0 37.7315282931893 -122.43250562955099 (37.7315282931893, -122.432505629551)
122505 92667 Permitted Site 1 Ginkgo biloba 'Autumn Sentinel' :: Autumn Sentinel Ginkgo 461 791 San Bruno Ave 5 Sidewalk: Property side : Cutout 5 Tree 1 Private 1   09/11/2009 12:00:00 AM     Permit Number 52939 6011029.3 2104669.9 37.759644317200106 -122.404916188138 (37.7596443172001, -122.404916188138)

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