-
Notifications
You must be signed in to change notification settings - Fork 235
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3295 from infotroph/atm-add-news
Add NEWS.md to data.atmosphere
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# PEcAn.data.atmosphere 1.7.2.9000 | ||
|
||
## Fixed | ||
|
||
* Extensive code cleanup and fixes to function documentation [@moki1202, ; @meetagrawal, #3212; @aariq, #3055; @Its-Maniaco, #2954] | ||
* Retired packages `maptools` and `rgdal` are no longer imported [@istfer, #3228] | ||
* Unit conversion now uses `PEcAn.utils::ud_convert` to avoid relying on orphaned package `udunits2` [@nanu1695, #2989] | ||
* `download.MERRA()` now respects `overwrite = FALSE` [@meetagrawal09, #3169] | ||
* `download.MERRA()` can now find data from September of 2020 [@KristinaRiemer, #2888] | ||
* `download.Fluxnet2015()` now gives a more useful message when passed a malformed URL [@meetagrawal, #3130] | ||
|
||
## Added | ||
|
||
* Newly supported met data sources: | ||
- ERA5 via `ERA5_met_process()` [@DongchenZ, #2886] | ||
- NOAA GEFS data hosted by the Ecological Forecasting Initiative, via `download_NOAA_GEFS_EFI()` [@helge22a, #3174] (For GEFS data directly from NOAA, continue to use `download.NOAA_GEFS`) | ||
* Integration tests of met download from CRUNCEP (#3203), ERA5 (#3207), and Ameriflux (#3208) [@meetagrawal09] | ||
|
||
## Changed | ||
|
||
* Download of Ameriflux data now uses the `amerifluxr` package, replacing old custom download code [@HenriKajasilta, #2907] | ||
* `metgapfill()` can now handle partial years [@istfer, #2878] | ||
|
||
## Removed | ||
|
||
* Helper function `robustly` has moved to package PEcAn.utils [@meetagrawal, #3096] | ||
|
||
|
||
# PEcAn.data.atmosphere 1.7.1 | ||
|
||
* All changes in 1.7.1 and earlier were recorded in a single file for all of the PEcAn packages; please see | ||
https://github.com/PecanProject/pecan/blob/v1.7.1/CHANGELOG.md for details. |