We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b19cf8 commit fc742d8Copy full SHA for fc742d8
1 file changed
climada/util/finance.py
@@ -46,9 +46,7 @@
46
47
FILE_WORLD_BANK_WEALTH_ACC = "Wealth-AccountsData.csv"
48
49
-WORLD_BANK_INC_GRP = (
50
- "http://databank.worldbank.org/data/download/site-content/OGHIST.xls"
51
-)
+WORLD_BANK_INC_GRP = "https://ddh-openapi.worldbank.org/resources/DR0095334/download"
52
"""Income group historical data from World bank."""
53
54
INCOME_GRP_WB_TABLE = {
0 commit comments