The following data are available in the workshop folder under
exercises/data. You can download just the data files here.
yose_bnd_ll <- sf::st_read(dsn="./data", layer="yose_boundary")
yose_firehist_pts_utm <- sf::st_read("./data/yose_firehistory.gdb", "YNP_FireHistoryPoints")
yose_firehist_poly_utm <- sf::st_read("./data/yose_firehistory.gdb", "YNP_FireHistoryPolys")
yose_celltwrs_utm <- sf::st_read("./data/yose_communications.gdb", "Cell_Towers")
yose_roads_utm <- sf::st_read("./data/yose_roads.gdb", "Yosemite_Roads")
yose_trails <- sf::st_read("./data/yose_trails.gdb", layer="Trails")
yose_poi_utm <- sf::st_read(dsn="./data", layer="yose_poi")
miss_pips_df <- read.csv("./data/yosemite_missing_people.csv")
yose_hp_ll <- sf::st_read("./data/yose_historic_pts.kml", layer="yose_historic_places")
yose_veg37_utm <- sf::st_read(dsn="./data", layer="veg37")
yose_watersheds <- sf::st_read("./data/yose_watersheds.gpkg", layer="calw221")
srtm1305_rst <- raster::raster("./data/srtm_13_05.tif")
st_citybnd_ll <- sf::st_read("./data/sf_citybnd.geojson")
sf_nhoods_ll <- sf::st_read("./data/sf_nb.geojson")
sf_supdists_ll <- sf::st_read("./data/sf_sup-dists-2022.geojson")
sf_schools_ll <- sf::st_read("./data/sf_schools.shp")
sf_311strtswlk_ll <- sf::st_read("./data/sf_311_strt-sdwk-cln_2021.gpkg", layer = "SF 311 Street Sidewalk Cleaning 2021")
sf_libraries_df <- read.csv("./data/sf_libraries_longlat.csv")
sf_cannabis_ll <- sf::st_read("./data/sf_cannabis_2014.kml", layer = "Cannabis Dispensaries 2014")
ca_counties_ll <- sf::st_read("./data/ca_counties.geojson")