Using Dask arrays doesn't currently break EOReader. However it's support is very little. Major improvements have to be done in this direction: - About reprojection: https://github.com/sertit/sertit-utils/issues/41 - About any other sertit-utils methods: https://github.com/sertit/sertit-utils/issues/27 - Waiting for https://github.com/GlacioHack/geoutils/pull/446 - and https://github.com/GlacioHack/xdem/pull/656 - Ensure EOReader works lazily - Beware of `ifs` conditions, large graphs, etc! - :warning: Major limitation: SAR data is handled through SNAP, so remove this softyware to begin to correctly use dask for SAR #2 - Correlated to #58
Using Dask arrays doesn't currently break EOReader. However it's support is very little.
Major improvements have to be done in this direction:
About reprojection: Abstract reprojection sertit-utils#41
About any other sertit-utils methods: Daskify 'rasters' module: roadmap sertit-utils#27
Rasterclass GlacioHack/geoutils#446demXarray accessor mirroringDEMclass GlacioHack/xdem#656Ensure EOReader works lazily
ifsconditions, large graphs, etc!Correlated to OPTIM: Speeding up EOReader #58