ChunkType# class mhm_tools.common.file_handler.ChunkType(value)[source]# Bases: Enum Define Types of chunking. SPACE: Only chunking in space. Time dimension is conserved. TIME: Chunking predominately in time. If necessary also in space. SPACE = 1# TIME = 2#