ks905383 / xagg

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

Add ability to set module-wide defaults for silencing, backend aggregation algorithm #71

Closed ks905383 closed 6 months ago

ks905383 commented 6 months ago

Main changes

Now, xa.set_defaults() can be used, either on its own or in a with block, to set silent=True/False or impl='for_loop'/'dot_product'.

Now truly fixes #55

Minor changes