georgemilosh / Climate-Learning

How to predict extreme events in climate using rare event algorithms and modern tools of machine learning
https://georgemilosh.github.io/Climate-Learning/
MIT License
20 stars 5 forks source link

xarray friendly `ef.create_mask` #68

Open AlessandroLovo opened 1 year ago

AlessandroLovo commented 1 year ago

Right now masks are created by hardcoded index selections. It would be nice to instead have a more versatile selection, for example depending on explicit latitude and longitude values.

AlessandroLovo commented 1 year ago

For now only France mask is supported

AlessandroLovo commented 1 year ago

It should be possible somehow to get country borders...