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
I tried adding reduce_data=False and playing with the radius_of_influence. Neither seems to affect the missing chunks...although reduce_data=False does fill in a small portion of the disk over Antarctica.
The text was updated successfully, but these errors were encountered:
The gradient search is leaving chunks out of a resampled GOES-16 image, and also appears to only be using one thread.
My code:
The expected output (from
nearest
):The actual output (from
gradient_search
):I tried adding
reduce_data=False
and playing with theradius_of_influence
. Neither seems to affect the missing chunks...althoughreduce_data=False
does fill in a small portion of the disk over Antarctica.The text was updated successfully, but these errors were encountered: