Street_Tree_List

Data source: data.sfgov.org

4 rows where PlotSize = "Width 2ft" and qSpecies = 137

View and edit SQL

Suggested facets: SiteOrder, qSiteInfo

PlotSize

  • Width 2ft · 4
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
48780 220750 Undocumented 2 Brugmansia spp :: Angel trumpet 137 3910 22nd St 2 Sidewalk: Property side : Yard 9 Tree 1 Private 1     7 Width 2ft   6002358.12438 2102989.6732400004 37.7545423038021 -122.43478526673901 (37.7545423038021, -122.434785266739)
134667 220737 Undocumented 2 Brugmansia spp :: Angel trumpet 137 98 Crescent Ave 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     12 Width 2ft   6005788.78972 2095836.9730000002 37.7350967901794 -122.422412909327 (37.7350967901794, -122.422412909327)
173888 188846 Undocumented 2 Brugmansia spp :: Angel trumpet 137 65 Langton St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     2 Width 2ft   6009957.95402 2110976.93617 37.776902044424205 -122.409066486348 (37.7769020444242, -122.409066486348)
179356 188841 Undocumented 2 Brugmansia spp :: Angel trumpet 137 998 Rhode Island St 1 : 4 Tree 1 Private 1     5 Width 2ft   6011857.52585 2103846.79049 37.7574305017281 -122.401993886805 (37.7574305017281, -122.401993886805)

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