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.
Author: Matt Van Scoyoc
Maintainer: Matt Van Scoyoc
Version: 0.0.1
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/GIStools/issues.
Documentation: Just the man pages for now.
remotes::install_github("fs-scoyoc/psoGIStools")-
clip_sf(): clip asfobject, just like in ArcGIS. -
get_landfire(): download LANDFIRE Existing Vegetation Type (250EVT) using therlandfirepackage. -
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.