conventions
¶
Naming conventions for the EFTS netCDF file format.
ConvertibleToTimestamp
module-attribute
¶
Definition of a 'type' for type hints.
check_index_found
¶
Helper function to check that a value (index) was is indeed found in the dimension.
Source code in src/efts_io/conventions.py
113 114 115 116 117 118 119 120 121 122 123 |
|
get_default_dim_order
¶
Default order of dimensions in the netCDF file.
Returns:
Source code in src/efts_io/conventions.py
99 100 101 102 103 104 105 106 107 108 109 110 |
|