<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>arrayterator</name>
<shortdesc>Buffered iterator for big arrays.</shortdesc>
<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
&lt;http://pydap.googlecode.com/svn/trunk/arrayterator#egg=arrayterator-dev&gt;`_.</description>
<download-page>http://cheeseshop.python.org/packages/source/a/arrayterator/arrayterator-1.0.1.tar.gz</download-page>
<homepage rdf:resource="http://taoetc.org/6" />
<maintainer><foaf:Person><foaf:name>Roberto De Almeida</foaf:name>
<foaf:mbox_sha1sum>8b5d30b2a0bb1a198e56c01624ec9fe08266cc2d</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>1.0.1</revision></Version></release>
</Project></rdf:RDF>