Skip to content

Add a user-friendly vignette#77

Merged
RobLBaker merged 7 commits into
DOI-NPS:masterfrom
RobLBaker:master
May 17, 2025
Merged

Add a user-friendly vignette#77
RobLBaker merged 7 commits into
DOI-NPS:masterfrom
RobLBaker:master

Conversation

@RobLBaker
Copy link
Copy Markdown
Member

closes #76

@RobLBaker RobLBaker requested a review from wright13 May 16, 2025 22:18
@RobLBaker RobLBaker self-assigned this May 16, 2025
@RobLBaker RobLBaker added the documentation Improvements or additions to documentation label May 16, 2025
Comment thread vignettes/NPSutils.Rmd Outdated
A data package on the National Park Service's science repository, [DataStore](https://irma.nps.gov/DataStore/) consists of one or more tabular data files in .csv file format and a single machine-readable metadata file in [Ecological Metadata Format](https://eml.ecoinformatics.org/) (EML) with a filename ending in "_metadata.xml"

## Downloading data packages
To download a data package (or multiple data packages) you will need to supply the 7-digit reference ID for the data package. You can find this on the DataStore web interface. On the landing page for the data package, the reference ID is listed under "Reference Type data package (Code: xxxxxxx).
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing a closing "

Comment thread vignettes/NPSutils.Rmd Outdated
get_data_package(2300498)
```

If you would like to access restricted data (and you have the appropriate permissions) you can set the parameter `secure = TRUE`. Please note that while NPS strives to make all data publicly accessible according to the [NPS Public Access Plan](https://irma.nps.gov/DataStore/DownloadFile/717695) in a timely fashion some data are considered confidential unclassified information (e.g. location of vulnerable or exploitable species). Each park Superintendent has the authority and is tasked with determining what information is considered confidential and how it should be handled (redacted, fuzzed locations, etc).
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please note that while NPS strives to make all data publicly accessible in a timely fashion according to the NPS Public Access Plan, some data are considered confidential unclassified information (e.g. location of vulnerable or exploitable species). Park superintendents make the final decision on which data is considered confidential and how it should be handled (redacted, fuzzed locations, etc).

Comment thread vignettes/NPSutils.Rmd Outdated

If you would like to access restricted data (and you have the appropriate permissions) you can set the parameter `secure = TRUE`. Please note that while NPS strives to make all data publicly accessible according to the [NPS Public Access Plan](https://irma.nps.gov/DataStore/DownloadFile/717695) in a timely fashion some data are considered confidential unclassified information (e.g. location of vulnerable or exploitable species). Each park Superintendent has the authority and is tasked with determining what information is considered confidential and how it should be handled (redacted, fuzzed locations, etc).

Please be aware that if you download restricted data you should not share it with persons who do not have access to it unless you have explicit permission to do so (preferably in writing).
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please be aware that if you download restricted data, you may not share it outside of the authorized persons or groups specified in the DataStore reference unless you have explicit permission to do so (preferably in writing).

Comment thread vignettes/NPSutils.Rmd Outdated
```

## Advanced scripting options
If you are setting up a scripted solution for your workflow, you may want to turn off the interactive features for functions within NPSutils. Each NPSutils function has a parameter `force`. Setting `force = TRUE` will turn off the interactive components of the function. You should be careful setting `force = TRUE` as this turns off a lot of the protections and suggestiosn within functions (for instance, you will not be warned if you are attempting to download something that is not a data package; you will not be warned that there is a more recent version of the data package you are requesting available, etc).
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestiosn -> suggestions

Copy link
Copy Markdown
Collaborator

@wright13 wright13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found a few typos and made a couple of rephrasing suggestions.
README.md looks incomplete - is that intentional?
Otherwise, looks good! Nice addition to the package.

@RobLBaker RobLBaker merged commit 72bcdf7 into DOI-NPS:master May 17, 2025
6 checks passed
Comment thread vignettes/NPSutils.Rmd
get_data_package(2300498)
```

If you would like to access restricted data (and you have the appropriate permissions) you can set the parameter `secure = TRUE`. Please note that while NPS strives to make all data publicly accessible according to the [NPS Public Access Plan](https://irma.nps.gov/DataStore/DownloadFile/717695). Some data are considered confidential unclassified information (e.g. location of vulnerable or exploitable species). Park superintendents make the final decision on which data are considered confidential and how they should be handled (redacted, fuzzed locations, etc).
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you would like to access restricted data (and you have the appropriate permissions) you can set the parameter secure = TRUE. Please note that while NPS strives to make all data publicly accessible according to the NPS Public Access Plan, some data are considered confidential unclassified information (e.g. location of vulnerable or exploitable species).

Copy link
Copy Markdown
Collaborator

@wright13 wright13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found one more typo - otherwise looks good to go

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a user-friendly vignette

2 participants