From d7386ebc124bd714d590472c74a066bd8eb0c03c Mon Sep 17 00:00:00 2001 From: "Adam H. Sparks" Date: Sun, 22 Jul 2018 10:02:23 +1000 Subject: [PATCH] Update NEWS.md --- NEWS.md | 2 ++ docs/news/index.html | 1 + 2 files changed, 3 insertions(+) diff --git a/NEWS.md b/NEWS.md index e43a86c9..a727f3dd 100644 --- a/NEWS.md +++ b/NEWS.md @@ -11,6 +11,8 @@ - Add `parameters` data frame, which lists available parameters with metadata about them +- Add function `create_met()` to create APSIM met objects from POWER data + ### Deprecated functions - `get_cell` and `get_region` are deprecated in favour of `get_power`. The new diff --git a/docs/news/index.html b/docs/news/index.html index 84618729..0f3f6fe7 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -130,6 +130,7 @@

  • Uses new NASA-POWER API to download new 1/2 x 1/2 degree data

  • Replace httr package with crul

  • Add parameters data frame, which lists available parameters with metadata about them

  • +
  • Add function create_met() to create APSIM met objects from POWER data