ks905383 / xagg

Aggregating gridded data (xarray) to polygons

Home Page:https://xagg.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dimensions Issue

loganbundy opened this issue · comments

I have run into an issue with the dimensions I believe. I receive the error message:

ValueError: new dimensions ('lat', 'bnds') must be a superset of existing dimensions ('lat', 'bnd')

when trying to run the xa.pixel_overlaps function.

I have tried numerous datasets to see if the issue persists, and it does. I see this issue has been raised before, but I am unsure how to solve it...

Hi @loganbundy , I think that was raised in #50 - should be fixed with the newest version (0.3.1.1). Let me know if that doesn't work!