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
Usually the satellite data only have the pixel center data, it would be nice to generate the boundary automatically. Here's one example using xgcm to create the boundary arrays.
If you data is using a regular lat and lon grid (both coordinates being 1D), then cf-xarray has a function for that! Moreover, this function is already used by xESMF when bounds are missing.
There is an issue there for extending the function to 2D coordinates : xarray-contrib/cf-xarray#71.
Maybe the code from xgcm could be adapted and transposed there?
Usually the satellite data only have the pixel center data, it would be nice to generate the boundary automatically. Here's one example using xgcm to create the boundary arrays.
BTW, we want to support xESMF conservative regridder in pyresample. The auto boundary could make it easier.
The text was updated successfully, but these errors were encountered: