Street_Tree_List

Data source: data.sfgov.org

5 rows where PlotSize = "2x2" and qSpecies = 84

View and edit SQL

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

PlotSize

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
91261 105378 Undocumented 2 Prunus spp :: Cherry 84 298X SAN FERNANDO WAY 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     7 2x2   5991951.0 2094979.0 37.7319506911602 -122.47019222238899 (37.7319506911602, -122.470192222389)
92134 56560 Permitted Site 1 Prunus spp :: Cherry 84 298X SAN FERNANDO WAY 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     12 2x2   5992129.0 2095185.0 37.7325266047982 -122.46959183484199 (37.7325266047982, -122.469591834842)
96787 19030 DPW Maintained 3 Prunus spp :: Cherry 84 3176 SACRAMENTO ST 2 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     7 2x2   5999568.0 2115477.0 37.78867053817721 -122.44533201 (37.7886705381772, -122.44533201)
98177 19029 DPW Maintained 3 Prunus spp :: Cherry 84 3176 SACRAMENTO ST 4 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     8 2x2   5999568.0 2115477.0 37.78867053817721 -122.44533201 (37.7886705381772, -122.44533201)
144726 19028 DPW Maintained 3 Prunus spp :: Cherry 84 3176 SACRAMENTO ST 3 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     7 2x2   5999568.0 2115477.0 37.78867053817721 -122.44533201 (37.7886705381772, -122.44533201)

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