mhweber / awra2020spatial

R data package for AWRA 2020 spatial workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:R 100.0%