Metadata-Version: 1.0
Name: arrayterator
Version: 0.1.1
Summary: Buffered iterator for big arrays.
Home-page: http://dealmeida.net/projects/arrayterator
Author: Rob De Almeida
Author-email: rob@pydap.org
License: MIT
Download-URL: http://cheeseshop.python.org/packages/source/a/arrayterator/arrayterator-0.1.1.tar.gz
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.
Keywords: data array math
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries :: Python Modules
