README.md

awra2020spatial

An R data package for the AWRA 2020 GIS R spatial workshop

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:

Installation

You can install awra2020spatial from Github:

library(remotes)
install_github("mhweber/awra2020spatial")
library(awra2020spatial)

Use

library(sf)
data(package = "awra2020spatial")
data(bike_paths)
data(parks)
data(pnw)


mhweber/awra2020spatial documentation built on May 2, 2022, 5:31 a.m.