You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove pandas-datareader
Use JSON/pandas solution for downloading World Bank indicator data.
* Add function `download_world_bank_indicator`.
* Add unit test.
* Update requirements.
* Update CHANGELOG.md
* Remove stray print and fix comments
* Switch to compatible Petals target branch for testing
REVERT THIS!
* Fix linter warnings
- Add timeout parameter to requests call
- Remove unused import
* #168 is merged
Co-authored-by: Lukas Riedel <[email protected]>
* Apply suggestions from code review
Use single list instead of nested lists
Co-authored-by: Emanuel Schmid <[email protected]>
* Update reading WB data
* Fall back to parsing dates if conversion to ints fails.
* Throw a ValueError if no data is available.
---------
Co-authored-by: emanuel-schmid <[email protected]>
Co-authored-by: Emanuel Schmid <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,17 @@ Code freeze date: YYYY-MM-DD
10
10
11
11
### Dependency Changes
12
12
13
+
Removed:
14
+
15
+
-`pandas-datareader`
16
+
13
17
### Added
14
18
- Added instructions to install Climada petals on Euler cluster in `doc.guide.Guide_Euler.ipynb`[#1029](https://github.com/CLIMADA-project/climada_python/pull/1029)
15
19
16
20
### Changed
17
21
-`Hazard.local_exceedance_intensity`, `Hazard.local_return_period` and `Impact.local_exceedance_impact`, `Impact.local_return_period`, using the `climada.util.interpolation` module: New default (no binning), binning on decimals, and faster implementation [#1012](https://github.com/CLIMADA-project/climada_python/pull/1012)
22
+
- World Bank indicator data is now downloaded directly from their API via the function `download_world_bank_indicator`, instead of relying on the `pandas-datareader` package [#1033](https://github.com/CLIMADA-project/climada_python/pull/1033)
23
+
18
24
### Fixed
19
25
- NaN plotting issues in `geo_im_from_array`[#1038](https://github.com/CLIMADA-project/climada_python/pull/1038)
0 commit comments