pyresample._multi_proc module
Helper for working with chunked data over multiple workers.
- class pyresample._multi_proc.Scheduler(ndata, nprocs, chunk=None, schedule='guided')
Bases:
objectProvide chunks of data to work on based on various ‘schedule’ algorithms.
- __init__(ndata, nprocs, chunk=None, schedule='guided')
- pyresample._multi_proc.shmem_as_ndarray(raw_array)
Create numpy array from shared memory data.