Skip to content

Commit

Permalink
updates for version 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
llnelson committed May 30, 2019
1 parent 80df467 commit ebcec87
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion ES_Toolkit_R/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: EnvironmentalSettingToolkit
Type: Package
Title: Station Finder and Data Requestor for ACIS climate data in support of the draft IMD Environmental Setting protocol
Version: 2.1.2
Version: 2.1.3
Author: Lisa Nelson <lisa_l_nelson@nps.gov>
Maintainer: Lisa Nelson <lisa_l_nelson@nps.gov>
Description: Utility package for finding climate stations, downloading climate parameter data, and generating protocol metrics for a station or stations.
Expand Down
10 changes: 1 addition & 9 deletions ES_Toolkit_R/ES_StationMetricExamples.Rmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Environmental Setting Protocol - Example Station Metrics"
author: "Lisa Nelson, NPS Inventory and Monitoring Division"
date: "May 31, 2018"
date: "May 30, 2019"
output:
pdf_document:
keep_tex: yes
Expand Down Expand Up @@ -55,14 +55,6 @@ The draft Environmental Setting protocol calculates four types of climate metric

The first two metric types are calculated for all stations that intersect the 30km areas of analysis for parks while the latter two metric types are calculated by area of analysis (AOA) bounding box extent. This notebook shows the first two metric types for stations around Agate Fossil Beds NM (AGFO). The climate stations and observation data for areas around and within National Parks are obtained from webservices maintained by NOAA's Regional Climate Centers (RCCs) from a system called ACIS - Applied Climate Information System (<http://www.rcc-acis.org/index.html>).

Environmental Setting protocol metrics are shown below.


```{r results = "asis", echo=FALSE}
metrics <- read.csv("inst/ESParameters.csv")[ ,1:2]
knitr::kable(metrics, type = "html")
```

For formal metric requests for the protocol, the *getStationMetrics()* convenience function is used. To demonstrate metric request capability, this notebook shows direct calls to the *getWxObservations()* function which is called by the convenience function. The *getWxObservations()* function faciliates access to most ACIS parameters, not just those used for Environmental Setting metrics. Similarly, the *findStation()* function requests in this notebook demonstrate the generic park-based station location capability rather than the station-AOA intersection approach. This function also accepts custom bounding boxes.

Expand Down
2 changes: 1 addition & 1 deletion ES_Toolkit_R/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The Environmental Setting Toolkit is the next iteration of and was forked from t
Version 2.3 - November 2019
Generic capabilities: add DayMet/NASA NEX as sources

#### Release 2.1.3 - 20190508 ####
#### Release 2.1.3 - 20190530 ####
[Release Notes](https://github.com/nationalparkservice/EnvironmentalSetting_Toolkit/releases/tag/v2.1.3)
Enhancements to run count and departure metrics. Addition of daily flag data requests. Updates to station response. Implemented testing framework.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The Environmental setting Toolkit is the next iteration of and was forked from t
Generic capabilities: add DayMet/NASA NEX as sources


#### Release 2.1.3 - 20190508 ####
#### Release 2.1.3 - 20190530 ####
[Release Notes](https://github.com/nationalparkservice/EnvironmentalSetting_Toolkit/releases/tag/v2.1.3)
Enhancements to run count and departure metrics. Addition of daily flag data requests. Updates to station response. Implemented testing framework.

Expand Down

0 comments on commit ebcec87

Please sign in to comment.