Skip to content

mhweber/awra2020spatial

Repository files navigation

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)

About

R data package for AWRA 2020 spatial workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages