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
- Host: GitHub
- URL: https://github.com/nationalparkservice/npsutils
- Owner: nationalparkservice
- License: other
- Created: 2020-04-22T05:37:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-26T21:29:38.000Z (about 1 year ago)
- Last Synced: 2025-03-26T22:27:53.477Z (about 1 year ago)
- Topics: data-packages, downloader, ecological-metadata-language, metadata, national-park-service, nps, nps-datastore, r, r-package
- Language: R
- Homepage: https://nationalparkservice.github.io/NPSutils/
- Size: 13.2 MB
- Stars: 6
- Watchers: 12
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.tidyverse.org/lifecycle/#experimental)
[](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")
```