Buffered iterator for big arrays.
Project description
This class creates a buffered iterator for reading big arrays in small contiguous blocks. The class can be used with any object that supports multidimensional slices and a copy() method, like variables from Scientific.IO.NetCDF, pynetcdf and numpy.array.