CliDyn / climsight

prototype of a system that provide local climate information
BSD 3-Clause "New" or "Revised" License
27 stars 9 forks source link

adding natural hazard data from EMDAT (by SEDAC) #17

Closed AntoniaJost closed 7 months ago

AntoniaJost commented 7 months ago

closes #11

koldunovn commented 7 months ago

Looks good and works in my setup. I would only try to send less information. Currently the table looks like this:

country  year geolocation          disastertype   latitude  longitude
13415  Germany  2002      Berlin                 storm  52.501332   13.40144
13428  Germany  2006      Berlin                 storm  52.501332   13.40144
13434  Germany  2010      Berlin                 storm  52.501332   13.40144
33496  Germany  2003      Berlin  extreme temperature   52.501532   13.40185
33517  Germany  2006      Berlin  extreme temperature   52.501532   13.40185
33528  Germany  2009      Berlin  extreme temperature   52.501532   13.40185
33536  Germany  2009      Berlin  extreme temperature   52.501532   13.40185
33552  Germany  2012      Berlin  extreme temperature   52.501532   13.40185
33569  Germany  2012      Berlin  extreme temperature   52.501532   13.40185     

I would only keep year and disaster type columns. The rest we already know.