Street_Tree_List

Data source: data.sfgov.org

9 rows where PlotSize = "3X3" and qSpecies = 134

View and edit SQL

Suggested facets: qLegalStatus, qAddress, SiteOrder, qCaretaker, DBH, 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
78670 19058 DPW Maintained 3 Ginkgo biloba 'Autumn Gold' :: Ginkgo: Autumn Gold 134 158 Sagamore St 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2   09/24/1996 12:00:00 AM 3 3X3   5995383.9525713 2087445.9177403 37.7114645146324 -122.457778951555 (37.7114645146324, -122.457778951555)
88575 6575 Permitted Site 1 Ginkgo biloba 'Autumn Gold' :: Ginkgo: Autumn Gold 134 1331 Evans Ave 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   11/16/2009 12:00:00 AM 3 3X3   6017079.2770781 2097404.6143377 37.7400316650274 -122.38348634984699 (37.7400316650274, -122.383486349847)
97103 24936 Permitted Site 1 Ginkgo biloba 'Autumn Gold' :: Ginkgo: Autumn Gold 134 2099X Post St 17 Sidewalk: Curb side : Cutout 1 Tree 1 Rec/Park 3   12/21/2007 12:00:00 AM 36 3X3   6001850.6502853 2113928.178638 37.7845479080691 -122.437323443199 (37.7845479080691, -122.437323443199)
102512 14519 Permitted Site 1 Ginkgo biloba 'Autumn Gold' :: Ginkgo: Autumn Gold 134 607 Masonic Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   09/27/1999 12:00:00 AM 8 3X3   5999088.24175 2110697.41803 37.775519649006796 -122.446647872043 (37.7755196490068, -122.446647872043)
106916 26749 Permitted Site 1 Ginkgo biloba 'Autumn Gold' :: Ginkgo: Autumn Gold 134 2099X Post St 11 Sidewalk: Curb side : Cutout 1 Tree 1 Rec/Park 3   09/28/1999 12:00:00 AM 3 3X3   6001850.6502853 2113928.178638 37.7845479080691 -122.437323443199 (37.7845479080691, -122.437323443199)
108537 6643 Permitted Site 1 Ginkgo biloba 'Autumn Gold' :: Ginkgo: Autumn Gold 134 1499 Evans Ave 7 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   10/17/2009 12:00:00 AM 3 3X3   6016187.3727289 2098094.9741145 37.7418779170755 -122.386618343631 (37.7418779170755, -122.386618343631)
116033 19102 DPW Maintained 3 Ginkgo biloba 'Autumn Gold' :: Ginkgo: Autumn Gold 134 286 Sagamore St 2 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2   02/12/2000 12:00:00 AM 3 3X3   5994140.1842159005 2087463.5149143 37.7114413003767 -122.46207898212499 (37.7114413003767, -122.462078982125)
120683 82436 Permitted Site 1 Ginkgo biloba 'Autumn Gold' :: Ginkgo: Autumn Gold 134 26 Samoset St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   02/11/2008 12:00:00 AM   3X3 Permit Number 50250 6010014.10477715 2099190.9547508 37.7445435496536 -122.40804086617901 (37.7445435496536, -122.408040866179)
138970 6604 DPW Maintained 3 Ginkgo biloba 'Autumn Gold' :: Ginkgo: Autumn Gold 134 1400 Evans Ave 11 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2   03/30/2006 12:00:00 AM 3 3X3   6016747.6410828 2097755.6169144 37.740977112201705 -122.384657465748 (37.7409771122017, -122.384657465748)

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