An open API service indexing awesome lists of open source software.

https://github.com/nationalparkservice/npsutils

NPSutils contains functions for accessing and downloading data packages from DataStore. It can also be used to load data packages into R. There are also some function that facilitate scripted routes for moving data packages into dashboard tools such as PowerBI
https://github.com/nationalparkservice/npsutils

data-packages downloader ecological-metadata-language metadata national-park-service nps nps-datastore r r-package

Last synced: 4 months ago
JSON representation

NPSutils contains functions for accessing and downloading data packages from DataStore. It can also be used to load data packages into R. There are also some function that facilitate scripted routes for moving data packages into dashboard tools such as PowerBI

Awesome Lists containing this project

README

          

[![Lifecycle:
experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![R-CMD-check](https://github.com/nationalparkservice/NPSutils/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/nationalparkservice/NPSutils/actions/workflows/R-CMD-check.yaml)

# NPS Data Store Utilities - NPSutils

This package is a collection of functions to acquire metadata and data
from the [National Park Service DataStore](https://irma.nps.gov/DataStore/).
Please request enhancements and bug fixes through [Issues](https://github.com/nationalparkservice/NPSutils/issues).

# Install from GitHub

``` r
# install.packages("pak")
pak::pkg_install("nationalparkservice/NPSutils")
```

NPSutils is also available as part of the
[NPSdataverse](https://nationalparkservice.github.io/NPSdataverse/)

``` r
# install.packages("pak")
pak::pkg_install("nationalparkservice/NPSdataverse")
```