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
Would be great if Dask Array's could be an optionally supported input/output type. This way one could construct a graph of the computation using rank_filter with proper haloing and compute in parallel when ready.
The text was updated successfully, but these errors were encountered:
Alternatively it might be reasonable to just use multiprocessing.dummy.Pool, which would give us a way to run the filter in multiple threads and avoid any additional dependencies.
Would be great if Dask Array's could be an optionally supported input/output type. This way one could construct a graph of the computation using
rank_filter
with proper haloing and compute in parallel when ready.The text was updated successfully, but these errors were encountered: