Street_Tree_List

Data source: data.sfgov.org

6 rows where qSpecies = 319

View and edit SQL

Suggested facets: qLegalStatus, qAddress, SiteOrder, qSiteInfo, qCaretaker, DBH

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
20874 25029 DPW Maintained 3 Phoenix spp :: Date palm (species unknown) 319 700X Dolores St 4 Median : Cutout 11 Tree 1 DPW 2   06/23/1997 12:00:00 AM 70 20   6004993.6187 2104177.61961 37.7579534017581 -122.425755575182 (37.7579534017581, -122.425755575182)
21589 25051 DPW Maintained 3 Phoenix spp :: Date palm (species unknown) 319 900X Dolores St 6 Median : Cutout 11 Tree 1 DPW 2     90 20   6005068.020819999 2102892.3798700003 37.7544286384789 -122.42540679920799 (37.7544286384789, -122.425406799208)
23725 234421 DPW Maintained 3 Phoenix spp :: Date palm (species unknown) 319 1500x Dolores St 7 Median : Yard 3 Tree 1 DPW 2     13     6005260.39309 2099383.33918 37.7448044887417 -122.42449194134701 (37.7448044887417, -122.424491941347)
42786 234419 DPW Maintained 3 Phoenix spp :: Date palm (species unknown) 319 200x Dolores St 3 Median : Yard 3 Tree 1 DPW 2     23     6004837.25989 2107079.17093 37.765911535819896 -122.426502931588 (37.7659115358199, -122.426502931588)
50677 234420 DPW Maintained 3 Phoenix spp :: Date palm (species unknown) 319 200x Dolores St 4 Median : Yard 3 Tree 1 DPW 2     23     6004838.40305 2107062.4953799997 37.7658658133753 -122.426497790147 (37.7658658133753, -122.426497790147)
182164 247131 Undocumented 2 Phoenix spp :: Date palm (species unknown) 319 500 27th St 1 Front Yard : Yard 7 Tree 1 Private 1     31     6003233.68779 2100061.78197 37.7465526736632 -122.43154832611799 (37.7465526736632, -122.431548326118)

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