CLIMADA-project / climada_python

Python (3.8+) version of CLIMADA
GNU General Public License v3.0
321 stars 125 forks source link

Create a function to store the local exceedence intensity maps as netcdf file #854

Open simonameiler opened 8 months ago

simonameiler commented 8 months ago

It would be nice to have a new function to store the hazard maps that are generated in the Hazard.plot_rp_intensity() function as netCDF files.

My suggestion is incorporated in the following branch and contains one additional function (write_local_exceedence_inten_netcdf) in the hazad.base class.

What do you think? Shall I create a pull request or do you have suggestions for improvement?