Street_Tree_List

Data source: data.sfgov.org

4 rows where PlotSize = "Width 0ft" and qSpecies = 83

View and edit SQL

Suggested facets: SiteOrder

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
37040 248584 Undocumented 2 Fraxinus spp :: Ash Spp 83 784 Cole St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     18 Width 0ft   5998013.4865 2107655.5885 37.7671061143032 -122.450146392184 (37.7671061143032, -122.450146392184)
67135 138603 Undocumented 2 Fraxinus spp :: Ash Spp 83 2662 Pine St 5 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     7 Width 0ft   6001201.7584 2114936.3549 37.787279191103295 -122.439640685052 (37.7872791911033, -122.439640685052)
186614 247293 Undocumented 2 Fraxinus spp :: Ash Spp 83 1187 Masonic Ave 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     19 Width 0ft   5999369.2896 2108822.0623 37.7703864492561 -122.445540779928 (37.7703864492561, -122.445540779928)
188237 244215 Undocumented 2 Fraxinus spp :: Ash Spp 83 1849 Page St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     10 Width 0ft   5997712.0535 2108841.8253 37.7703459631123 -122.451274559097 (37.7703459631123, -122.451274559097)

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