arrayterator 0.2.0
pip install arrayterator==0.2.0
Released:
Buffered iterator for big arrays.
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Roberto De Almeida
- Tags data , array , math
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
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 and a copy() method, like variables from Scientific.IO.NetCDF, pynetcdf and numpy.array.
The latest version is available in a Subversion repository.
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Roberto De Almeida
- Tags data , array , math
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file arrayterator-0.2.0.tar.gz
.
File metadata
- Download URL: arrayterator-0.2.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
721434020dfe6ab1213c3c33b02428639e5ba4a3b0da34bf69d45d4ce40b07b5
|
|
MD5 |
231a1de6019d9b90565fd745a5dd8eba
|
|
BLAKE2b-256 |
45aca350d2b11a37a5fd1f452d02c0e79859888d9ae7fdc09d43abbe89bc0d31
|
File details
Details for the file arrayterator-0.2.0-py2.4.egg
.
File metadata
- Download URL: arrayterator-0.2.0-py2.4.egg
- Upload date:
- Size: 6.6 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
2576dba994ce9587107cabaf0efbcf52ac166eadedade08a57ec83cf33e761b0
|
|
MD5 |
20a1af4497cff5668fcab1e1878c5728
|
|
BLAKE2b-256 |
e713848bdd988e8b3d3768676dd73d098ee37d291d741c5fcfa2ed7ca389268b
|