Street_Tree_List

Data source: data.sfgov.org

8 rows where qLegalStatus = 6 and qSpecies = 12

View and edit SQL

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

qLegalStatus

  • Significant Tree · 8
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
8728 121206 Significant Tree 6 Arbutus 'Marina' :: Hybrid Strawberry Tree 12 930 Chestnut St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   11/22/2016 12:00:00 AM 3 3x3 Permit Number 778903 6007356.48577 2120579.5282099997 37.803122321012296 -122.418746939923 (37.8031223210123, -122.418746939923)
12363 92312 Significant Tree 6 Arbutus 'Marina' :: Hybrid Strawberry Tree 12 2711 34th Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1 FUF 1 10/18/2008 12:00:00 AM 3 3x3   5985822.132 2096946.3119 37.7369961745626 -122.49152548244 (37.7369961745626, -122.49152548244)
50494 110477 Significant Tree 6 Arbutus 'Marina' :: Hybrid Strawberry Tree 12 131X Washington St 1 Back Yard : Yard 13 Tree 1 Private 1   04/16/2015 12:00:00 AM 3 10x10 Permit Number 774729 6013427.21844 2117958.83498 37.796266453658795 -122.397554954018 (37.7962664536588, -122.397554954018)
80235 96569 Significant Tree 6 Arbutus 'Marina' :: Hybrid Strawberry Tree 12 1101 Eucalyptus Dr   Sidewalk: Property side : Cutout 5 Tree 1 SFUSD 4 FUF 1       In Prop 3 Ft. Rule = Trees not requiring permit; trees meet the proximity to Right-of-Way Requirement; funded by City 5988077.2 2094728.1 37.731037066667795 -122.483566221845 (37.7310370666678, -122.483566221845)
99207 96568 Significant Tree 6 Arbutus 'Marina' :: Hybrid Strawberry Tree 12 1101 Eucalyptus Dr   Sidewalk: Property side : Cutout 5 Tree 1 SFUSD 4 FUF 1       In Prop 3 Ft. Rule = Trees not requiring permit; trees meet the proximity to Right-of-Way Requirement; funded by City 5988077.2 2094728.1 37.731037066667795 -122.483566221845 (37.7310370666678, -122.483566221845)
100392 96279 Significant Tree 6 Arbutus 'Marina' :: Hybrid Strawberry Tree 12 55@ Alemany Trumbull St 7 Back Yard : Yard 13 Tree 1 Private 1           6004020.1 2094407.4 37.7310715719205 -122.428426044208 (37.7310715719205, -122.428426044208)
124197 96567 Significant Tree 6 Arbutus 'Marina' :: Hybrid Strawberry Tree 12 1101 Eucalyptus Dr   Sidewalk: Property side : Cutout 5 Tree 1 SFUSD 4 FUF 1       In Prop 3 Ft. Rule = Trees not requiring permit; trees meet the proximity to Right-of-Way Requirement; funded by City 5988077.2 2094728.1 37.731037066667795 -122.483566221845 (37.7310370666678, -122.483566221845)
126031 110476 Significant Tree 6 Arbutus 'Marina' :: Hybrid Strawberry Tree 12 3700 Washington St 1 Back Yard : Yard 13 Tree 1 Private 1   04/16/2015 12:00:00 AM 3 10x10 Permit Number 774729 5997015.1 2115715.0 37.7891779638687 -122.454181816252 (37.7891779638687, -122.454181816252)

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