ks905383 / xagg

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

Aims to address #58 and #23 by renaming `aux` to `auxfuncs` #61

Closed ks905383 closed 9 months ago

ks905383 commented 9 months ago

Addresses #58 and #23 by fixing module name.

aux may be a reserved term in windows machines, causing installation issues. Changing the name of the module to auxfuncs may fix this.