constants#

Common constants.

Constants#

NO_DATA

Default no data value for mHM.

NC_ENCODE_DEFAULTS

ESRI_TYPES

Types for ESRI ASCII grid header information.

ESRI_REQ

Required ESRI ASCII grid header information.


mhm_tools.common.constants.NO_DATA = -9999.0#

Default no data value for mHM.

mhm_tools.common.constants.NC_ENCODE_DEFAULTS = {'_FillValue': -9999.0, 'missing_value': -9999.0}#
mhm_tools.common.constants.ESRI_TYPES = {'cellsize': <class 'float'>, 'ncols': <class 'int'>, 'nodata_value': <class 'float'>, 'nrows': <class 'int'>, 'xllcenter': <class 'float'>, 'xllcorner': <class 'float'>, 'yllcenter': <class 'float'>, 'yllcorner': <class 'float'>}#

Types for ESRI ASCII grid header information.

mhm_tools.common.constants.ESRI_REQ = {'cellsize', 'ncols', 'nrows', 'xllcorner', 'yllcorner'}#

Required ESRI ASCII grid header information.