Street_Tree_List

Data source: data.sfgov.org

12 rows where SiteOrder = 2, qLegalStatus = 6 and qSpecies = 47

View and edit SQL

Suggested facets: qSiteInfo, PlotSize, YCoord

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
300 251263 Significant Tree 6 Cupressus macrocarpa :: Monterey Cypress 47 3630x 19th Ave 2 Sidewalk: Property side : Yard 9 Tree 1 Private 1         Permit Number 779147          
1608 251603 Significant Tree 6 Cupressus macrocarpa :: Monterey Cypress 47 44R Amber Dr 2 Back Yard : Yard 13 Tree 1 Private 1           5999509.0 2100035.0 37.746267320465705 -122.444425925791 (37.7462673204657, -122.444425925791)
1609 251630 Significant Tree 6 Cupressus macrocarpa :: Monterey Cypress 47 8R Amethyst Way 2 Back Yard : Yard 13 Tree 1 Private 1           5999237.0 2100032.0 37.7462435599048 -122.44536624972099 (37.7462435599048, -122.445366249721)
1623 251613 Significant Tree 6 Cupressus macrocarpa :: Monterey Cypress 47 60R Amber Dr 2 Back Yard : Yard 13 Tree 1 Private 1           5999394.0 2100048.0 37.7462964530913 -122.444824514752 (37.7462964530913, -122.444824514752)
1637 251619 Significant Tree 6 Cupressus macrocarpa :: Monterey Cypress 47 72R Amber Dr 2 Back Yard : Yard 13 Tree 1 Private 1           5999318.0 2100030.0 37.746242691915 -122.445086018875 (37.746242691915, -122.445086018875)
1646 251633 Significant Tree 6 Cupressus macrocarpa :: Monterey Cypress 47 14R Amethyst Way 2 Back Yard : Yard 13 Tree 1 Private 1           5999202.0 2100044.0 37.746274510978395 -122.445488137723 (37.7462745109784, -122.445488137723)
1651 251609 Significant Tree 6 Cupressus macrocarpa :: Monterey Cypress 47 56R Amber Dr 2 Back Yard : Yard 13 Tree 1 Private 1           5999423.0 2100048.0 37.7462981080439 -122.44472423658002 (37.7462981080439, -122.44472423658)
2848 253255 Significant Tree 6 Cupressus macrocarpa :: Monterey Cypress 47 270 Castenada Ave 2 Front Yard : Yard 7 Tree 1 Private 1       10x10   5994049.0 2100330.0 37.746764271907 -122.46332720271201 (37.746764271907, -122.463327202712)
13271 187638 Significant Tree 6 Cupressus macrocarpa :: Monterey Cypress 47 875 El Camino Del Mar 2 Side Yard : Yard 17 Tree 1 Private 1       10x10   5985641.0 2114972.0 37.786479112006 -122.493479464676 (37.786479112006, -122.493479464676)
91819 122638 Significant Tree 6 Cupressus macrocarpa :: Monterey Cypress 47 3630X 19th Ave 2 Sidewalk: Property side : Yard 9 Tree 1 Private 1       3x8   5990614.0 2091411.0 37.7220764711857 -122.47455416918999 (37.7220764711857, -122.47455416919)
125828 112726 Significant Tree 6 Cupressus macrocarpa :: Monterey Cypress 47 40x BERNAL HEIGHTS BLVD 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     30 3x3   6009324.0 2098099.0 37.7415066181332 -122.41035003366801 (37.7415066181332, -122.410350033668)
139394 93203 Significant Tree 6 Cupressus macrocarpa :: Monterey Cypress 47 400 Masonic Ave 2 Front Yard : Yard 7 Tree 1 Private 1   02/24/2010 12:00:00 AM     Permit Number 53203 5999124.7 2111407.5 37.777471434329904 -122.446572853901 (37.7774714343299, -122.446572853901)

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