-
Notifications
You must be signed in to change notification settings - Fork 149
Description
Impact data downloaded from EMDAT now come in an updated (2024) format (see https://doc.emdat.be/docs/data-structure-and-content/emdat-public-table/). As some of the columns headers were changed and columns were added/removed, it seems to me that the impact_data.py should be updated in order to work properly with the new version of the data. I think this requires updating the VARNAMES_EMDAT dictionary, and then testing that the rest of the functions in the module work. I have created a new branch (feature/update_emdat_impact_data) and have started updating theVARNAMES_EMDAT dictionary but have not checked yet if the rest of the functions in the module were working.
I would suggest that someone who is used to work with EMDAT data and knows well the impact_data.py have a look and let me know what they think.