Parallelize moving polygon sample from ITS_LIVE datacube

I think there’s a couple approaches I would take:

  1. simply decorate with @dask.delayed and call dask.compute(scheduler=client) where client = distributed.Client() on the results
  2. Or use ds.map_blocks

Here’s an example with plotting

1 Like