Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nationalparkservice/npsutils
NPSutils contains functions for accessing, downloading, loading in to R and filtering data packages on DataStore
https://github.com/nationalparkservice/npsutils
data-packages downloader metadata nps-datastore r r-package
Last synced: about 14 hours ago
JSON representation
NPSutils contains functions for accessing, downloading, loading in to R and filtering data packages on DataStore
- Host: GitHub
- URL: https://github.com/nationalparkservice/npsutils
- Owner: nationalparkservice
- License: other
- Created: 2020-04-22T05:37:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T21:12:38.000Z (15 days ago)
- Last Synced: 2024-10-26T08:46:18.885Z (13 days ago)
- Topics: data-packages, downloader, metadata, nps-datastore, r, r-package
- Language: R
- Homepage: https://nationalparkservice.github.io/NPSutils/
- Size: 12.2 MB
- Stars: 6
- Watchers: 13
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
README
[![Lifecycle:
experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![CodeFactor](https://www.codefactor.io/repository/github/roblbaker/npsutils/badge)](https://www.codefactor.io/repository/github/roblbaker/npsutils)
[![R-CMD-check](https://github.com/RobLBaker/NPSutils/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/RobLBaker/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).These functions are under active development and we apologize for any
that are borked.# 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")
```