Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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")
```