List, <div><br></div><div>I am working on a python script using the multiprocessing module with shared memory ctype arrays.</div><div><br></div><div>Currently the workflow is to open the dataset and grab the first band, as usual. I then read in the array, create an empty ctype array, and use memmove to move the numpy array to my ctypes array.</div>
<div><br></div><div>Is it possible, via python, to read the array direct to a ctypes array and bypass reading the array as an ndarray?</div><div><br></div><div>Thanks, </div><div>J</div>