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
Hello everyone,
I want to regrid some satellite data with Nan values inside, using xesmf Regridder. Is there a way that Xesmf interpolate all the values in a grid cell without calculating the Nan values in that same grid cell (some how negelct the Nan values)?
Because otherwise I get false value either I do ignore_degenerate=True or False and also when I rewrite the Nan values to 0.
I wouuld be very glad if someone can help me in that point.
Thank you in advance.
Ismail Makroum
The text was updated successfully, but these errors were encountered:
Eventually I also stumbled across this issue and becomes even worse due to interpolation when you have stitched multiple orbits. For me, setting unmapped_to_nan=True was important to make sure no artificial values were created. However, I would request the developers to look into this issue.
I can provide sample data and minimum working code, but that would be around 100 Mb.
Hello everyone,
I want to regrid some satellite data with Nan values inside, using xesmf Regridder. Is there a way that Xesmf interpolate all the values in a grid cell without calculating the Nan values in that same grid cell (some how negelct the Nan values)?
Because otherwise I get false value either I do ignore_degenerate=True or False and also when I rewrite the Nan values to 0.
I wouuld be very glad if someone can help me in that point.
Thank you in advance.
Ismail Makroum
The text was updated successfully, but these errors were encountered: