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
Is your feature request related to a problem? Please describe.
_interpolate under satpy.readers.hdfeos_l1b could be more efficient if arrays were converted to be lazy.
Describe the solution you'd like
Convert numpy arrays to dask arrays. This will allow the arrays to be "lazy".
@wroberts4 your issue doesn't reference what reader this is for. It would also be helpful if you could point to the specific range of lines or the file where this interpolation is started. Please update the issue to include this information including modifying the title. Thanks.
wroberts4
changed the title
geolocation interpolation optimization
Make _interpolate use dask arrays
Jul 16, 2018
wroberts4
changed the title
Make _interpolate use dask arrays
Make hdfeos_l1b geo interpolation use dask arrays
Jul 16, 2018
Is your feature request related to a problem? Please describe.
_interpolate under satpy.readers.hdfeos_l1b could be more efficient if arrays were converted to be lazy.
Describe the solution you'd like
Convert numpy arrays to dask arrays. This will allow the arrays to be "lazy".
Code to be improved
satpy/satpy/readers/hdfeos_l1b.py
Lines 227 to 276 in 0f7ebef
Additional context
@djhoese suggested this improvement.
The text was updated successfully, but these errors were encountered: