arrayterator

Buffered iterator for big arrays
Download

arrayterator Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Roberto De Almeida
  • Publisher web site:
  • http://pydap.org/

arrayterator Tags


arrayterator Description

Buffered iterator for big arrays arrayterator is a Python class that 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. Requirements: · Python What's New in This Release: · Implemented the array interface.


arrayterator Related Software