Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 1.57 KB

File metadata and controls

52 lines (31 loc) · 1.57 KB

Planning Service Organization GIS Tools (psoGIStools) R Package

Overview

Welcome to the Planning Service Organization (PSO; USDA Forest Service) GIS Tools R package. This package has been developed by PSO staff to standardize common GIS tasks in R.

Author: Matt Van Scoyoc

Maintainer: Matt Van Scoyoc

Version: 0.1.0

License: Mit + file LICENSE

Depends: R (>= 4.1.0)

Imports: arcgislayers, dplyr, foreign, glue, janitor, rlandfire, sf, terra, tidyselect

Issues: This package is under active development and changes often with out warning. Functions may experience breaking changes at any time. If you find a bug or have an idea for a feature, please submit an Issue at https://github.com/fs-scoyoc/psoGIStools/issues.

Documentation: Just the man pages for now.

Installation

remotes::install_github("fs-scoyoc/psoGIStools")

List of Functions

  • clip_sf(): clip a sf object, just like in ArcGIS.

  • dissolve_sf(): dissolve an sf object, just like in ArcGIS.

  • get_landfire(): download LANDFIRE Existing Vegetation Type (250EVT) using the rlandfire package.

  • pull_nwi_data(): Read FWS National Wetlands Inventory data into R.

  • read_edw_lyr(): read data from the public (arcx) or internal (arcn) Forest Service ArcGIS REST Services.

  • read_fc(): read a feature class into R from geodatabase.

  • view_layers(): view layers, or feature class, names in a geodatabase.