arrayterator 1.0.1
Buffered iterator for big arrays.
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.
- Changelog:
- 1.0.1 - Implemented the array interface.
The latest version is available in a Subversion repository.
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| arrayterator-1.0.1-py2.5.egg (md5) | Python Egg | 2.5 | 2009-02-10 14:39:46.605833 | 6KB | 216 |
| arrayterator-1.0.1.tar.gz (md5) | Source | 2009-02-10 14:39:45.282698 | 7KB | 222 | |
- Author: Roberto De Almeida <rob at pydap org>
- Home Page: http://taoetc.org/6
- Download URL: http://cheeseshop.python.org/packages/source/a/arrayterator/arrayterator-1.0.1.tar.gz
- Keywords: data array math
- License: MIT
-
Categories
- Development Status :: 4 - Beta
- Environment :: Console
- Intended Audience :: Developers
- Intended Audience :: Science/Research
- License :: OSI Approved :: MIT License
- Operating System :: OS Independent
- Programming Language :: Python
- Topic :: Scientific/Engineering
- Topic :: Software Development :: Libraries :: Python Modules
- Package Index Owner: roberto
- DOAP record: arrayterator-1.0.1.xml
Log in to rate this package.
