List, I am working on a python script using the multiprocessing module with shared memory ctype arrays.
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. Is it possible, via python, to read the array direct to a ctypes array and bypass reading the array as an ndarray? Thanks, J
_______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
