Metadata-Version: 1.0
Name: arrayterator
Version: 1.0
Summary: Buffered iterator for big arrays.
Home-page: http://taoetc.org/6
Author: Roberto De Almeida
Author-email: rob@pydap.org
License: MIT
Download-URL: http://cheeseshop.python.org/packages/source/a/arrayterator/arrayterator-1.0.tar.gz
Description: This class creates a buffered iterator for reading big arrays in small
        contiguous blocks. The class is useful for objects stored in the
        filesystem. It allows iteration over the object *without* reading
        everything in memory; instead, small blocks are read and iterated over.
        
        The class can be used with any object that supports multidimensional
        slices, like variables from Scientific.IO.NetCDF, pynetcdf and ndarrays.
        
        The latest version is available in a `Subversion repository
        <http://pydap.googlecode.com/svn/trunk/arrayterator#egg=arrayterator-dev>`_.
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
