Chunking

class s100py.s100.Chunking

Bases: object

This is a mixin to supply chunking attributes to any other class

Inheritance diagram of Chunking

Attributes Summary

chunking

rtype

str

chunking_attribute_name

HDF5 naming

chunking_type

rtype

Type[str]

Methods Summary

chunking_create()

Attributes Documentation

chunking
Return type

str

chunking_attribute_name = 'chunking'

HDF5 naming

chunking_type
Return type

Type[str]

Methods Documentation

chunking_create()
__init__()