8000 Remove ecmwf_macc functions by AdamRJensen · Pull Request #1654 · pvlib/pvlib-python · GitHub
[go: up one dir, main page]

Skip to content

Remove ecmwf_macc functions #1654

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Jun 8, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update v0.9.5.rst
  • Loading branch information
AdamRJensen committed May 11, 2023
commit a13bfbf6fbc9d316b0126c79a1535db49bfacf24
3 changes: 2 additions & 1 deletion docs/sphinx/source/whatsnew/v0.9.5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ the ``pvlib`` `conda channel <https://anaconda.org/pvlib/pvlib>`_. We recommend
Deprecations
~~~~~~~~~~~~
* Removed the ``get_ecmwf_macc`` and ``read_ecmwf_macc`` iotools functions as the
MACC dataset is outdated (covers the period 2003-2012).
MACC dataset is being removed by ECMWF (data period 2003-2012). Instead, ECMWF
recommends to use CAMS global reanalysis (EAC4) from the Atmosphere Data Store (ADS).
(:issue:`1609`, :pull:`1654`)

Enhancements
Expand Down
0