Closed simonrp84 closed 4 years ago
Looking at this on a different computer today and I'm not sure this is actually an issue. I suspect something went wrong when I retrieved the lons + lats as they should already be dask arrays. Could someone else please try just to confirm if it was a local problem on my machine? If so, I'll close the issue.
I can confirm that lons
and lats
are dask arrays in my tests (reading aapp l1b data)
Ok, I'll close this.
Problem description
The text for
help(bucket.BucketResampler)
is incorrect, as the resampler expects dask arrays for lats + lons but the function used gives numpy arrays:Expected Output
Actual Result