Skip to content

Commit fc742d8

Browse files
committed
Attempts at fixing the old url with dead SSL cert
1 parent 2b19cf8 commit fc742d8

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

climada/util/finance.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@
4646

4747
FILE_WORLD_BANK_WEALTH_ACC = "Wealth-AccountsData.csv"
4848

49-
WORLD_BANK_INC_GRP = (
50-
"http://databank.worldbank.org/data/download/site-content/OGHIST.xls"
51-
)
49+
WORLD_BANK_INC_GRP = "https://ddh-openapi.worldbank.org/resources/DR0095334/download"
5250
"""Income group historical data from World bank."""
5351

5452
INCOME_GRP_WB_TABLE = {

0 commit comments

Comments
 (0)