https://github.com/daijiang/rnps
R package to get National Park Service species lists.
Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 2 committers (50.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.7%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
R package to get National Park Service species lists.
Statistics
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
- Releases: 0
Created about 9 years ago
· Last pushed about 9 years ago
Metadata Files
Readme
README.Rmd
---
output: github_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
# rnps
[](https://travis-ci.org/daijiang/rnps) [](https://codecov.io/github/daijiang/rnps?branch=master)
**R** package to get **N**ational **P**ark **S**ervices' species Lists.
## Overview
This package is set to help download species lists (at this moment, may extend to download other data) from park units managed by [National Park Services](https://www.nps.gov). The website we download from is [NPSpecies](https://irma.nps.gov/NPSpecies/Search/SpeciesList), which includes >500 park units for 17 taxa groups. I have downloaded all available records for plants (`rnps::nps_plants`) and birds (`rnps::nps_birds`) in this package since it takes a while to do so.
To check all park units, use
```{r parks}
rnps::get_nps_code()
```
To check all taxa groups, use
```{r taxa}
rnps::get_taxa_code()
```
To get species list of one taxa group at a specific park, use
```{r one}
rnps::get_one_park(parkcode = "ACAD", categcode = 3) # 3 for fish
```
## Further ideas
It is possible to also download other information about national parks, such as area, visitors, etc in the future. Contributes are welcome.
Owner
- Name: Daijiang Li
- Login: daijiang
- Kind: user
- Location: Baton Rouge, LA
- Website: https://www.dlilab.com
- Repositories: 81
- Profile: https://github.com/daijiang
GitHub Events
Total
- Fork event: 1
Last Year
- Fork event: 1
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| daijiang | d****e@g****m | 7 |
| Daijiang Li | d****1@u****u | 6 |
Committer Domains (Top 20 + Academic)
ufl.edu: 1
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0