You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, this results in duplicate latitude/longitude values, which has also been described in pydata/xarray#7042. The conclusion from this discussion is to adjust the area of interest so that it contains or is closer to a grid point (pixel center).
This will result in an empty DataArray:
This combination of
.sel
and using index slicing is how I've implemented it in theload_mswep
function:sdc-tools/sdc/products/mswep.py
Lines 55 to 56 in 7d57239
The text was updated successfully, but these errors were encountered: