ks905383 / xagg

Aggregating gridded data (xarray) to polygons
https://xagg.readthedocs.io/
GNU General Public License v3.0
83 stars 15 forks source link

Make `xesmf` dependency optional #62

Closed ks905383 closed 9 months ago

ks905383 commented 9 months ago

xesmf has common dependency issues (see e.g., #47 ), and is only used by xagg in a specific case (regridding weights). For the stability of xagg, it may be better to either make the dependency optional (only appear when setting a specific regridding target) or remove it altogether by requiring regridding to happen outside of xagg.