Skip to main content

Buffered iterator for big arrays.

Project 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.

Changelog:

1.0.1 - Implemented the array interface.

The latest version is available in a Subversion repository.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

arrayterator-1.0.1.tar.gz (7.8 kB view hashes)

Uploaded Source

Built Distribution

arrayterator-1.0.1-py2.5.egg (6.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page