Street_Tree_List

Data source: data.sfgov.org

6 rows where PermitNotes = "Permit Number 53611" and qSpecies = 71

View and edit SQL

Suggested facets: qAddress, SiteOrder, DBH, XCoord, YCoord, Latitude, Longitude, Location

PermitNotes

  • Permit Number 53611 · 6
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
18734 94234 Permitted Site 1 Pinus canariensis :: Canary Island Pine 71 1501@Clearfield Sloat Blvd 22 Sidewalk: Property side : Yard 9 Tree 1 Private 1   06/28/2010 12:00:00 AM 14   Permit Number 53611 5986536.9 2095861.8 37.734060135224205 -122.488974540344 (37.7340601352242, -122.488974540344)
84102 94231 Permitted Site 1 Pinus canariensis :: Canary Island Pine 71 1501@Ocean Sloat Blvd 9 Sidewalk: Property side : Yard 9 Tree 1 Private 1   06/28/2010 12:00:00 AM 24   Permit Number 53611 5986536.9 2095861.8 37.734060135224205 -122.488974540344 (37.7340601352242, -122.488974540344)
88999 94233 Permitted Site 1 Pinus canariensis :: Canary Island Pine 71 1501@Ocean Sloat Blvd 15 Sidewalk: Property side : Yard 9 Tree 1 Private 1   06/28/2010 12:00:00 AM 12   Permit Number 53611 5986316.3 2095724.7 37.7336708170949 -122.489727133621 (37.7336708170949, -122.489727133621)
107755 94230 Permitted Site 1 Pinus canariensis :: Canary Island Pine 71 1501@Everglade Sloat Blvd 9 Sidewalk: Property side : Yard 9 Tree 1 Private 1   06/28/2010 12:00:00 AM 12   Permit Number 53611 5986316.3 2095724.7 37.7336708170949 -122.489727133621 (37.7336708170949, -122.489727133621)
116587 94232 Permitted Site 1 Pinus canariensis :: Canary Island Pine 71 1501@Ocean Sloat Blvd 12 Sidewalk: Property side : Yard 9 Tree 1 Private 1   06/28/2010 12:00:00 AM 14   Permit Number 53611 5986536.9 2095861.8 37.734060135224205 -122.488974540344 (37.7340601352242, -122.488974540344)
141881 94235 Permitted Site 1 Pinus canariensis :: Canary Island Pine 71 1501@Clearfield Sloat Blvd 9 Sidewalk: Property side : Yard 9 Tree 1 Private 1   06/28/2010 12:00:00 AM 27   Permit Number 53611 5986536.9 2095861.8 37.734060135224205 -122.488974540344 (37.7340601352242, -122.488974540344)

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