Metadata-Version: 1.0
Name: arrayterator
Version: 0.1.0
Summary: Buffered iterator for big arrays.
Home-page: http://pydap.org/
Author: Roberto De Almeida
Author-email: rob@pydap.org
License: MIT
Download-URL: http://cheeseshop.python.org/packages/source/a/arrayterator/arrayterator-0.1.0.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, pycdf, Numeric.array and numarray.array.
        
Keywords: data array math
Platform: any
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
