Skip to content

NPS Inventory and Monitoring Environmental Setting Toolkit

Compare
Choose a tag to compare
@llnelson llnelson released this 23 Mar 16:04
· 87 commits to master since this release

The Environmental Setting Toolkit (ESToolkit) functions request weather stations and gridded data (PRISM) around NPS parks and weather observation data for metrics used in the national IMD Environmental Setting protocol from Applied Climate Information System (ACIS) webservices. The generic functions findStation(), getWxObservations(), and getGrids() can be used independently of the protocol to get stations and data for non-protocol use. In other words, the data responses are not limited to the metrics of the protocol.

This toolkit began as the IM_Climate toolkit (2016-2017). For version 2.0, the ESToolkit is written in R as a package. Subsequent versions will be written in both R and Python (as a library).

For examples of protocol metrics, see the RMarkdown notebook ES Toolkit Example.rmd. The R version of the toolkit includes extensive RDoc documentation.

To install the Toolkit package, use the instructions in the README file in the ESToolkit_R folder.