This package provides some example R datasets for demonstration purposes for the AWRA 2020 R spatial workshop including City of Austin GIS data pusblished as ArcGIS REST services and PNW states in custom Albers projection. The ArcGIS REST services have been scraped and transformed to sf
objects using the esri2sf R package:
You can install awra2020spatial from Github:
library(remotes)
install_github("mhweber/awra2020spatial")
library(awra2020spatial)
library(sf)
data(package = "awra2020spatial")
data(bike_paths)
data(parks)
data(pnw)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.