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
Currently, the RasterData attribute array refers to regular np.array. Aiming to speed-up all data array operations we need to use np.memmap arrays, taking advantage of pre-allocation memory spaces and concurrent writing in a single shared data structure.