paint.preprocessing.dwd_mappings

Attributes

dwd_parameter_mapping

Dictionary to map DWD names to simpler names for saving the data.

DWD_10_MIN_DESCRIPTION

Dictionary to include a description for the 10 min resolution weather parameters in the DWD weather HDF5 file.

DWD_10_MIN_UNIT

Dictionary to include units for the 10 min resolution weather parameters in the DWD weather HDF5 file.

DWD_1H_DESCRIPTION

Dictionary to include a description for the 1h resolution weather parameters in the DWD weather HDF5 file.

DWD_1H_UNIT

Dictionary to include units for the 1h resolution weather parameters in the DWD weather HDF5 file.

DESCRIPTION

Key to access the description attribute for the DWD weather HDF5 file.

UNITS

Key to access the units attribute for the DWD weather HDF5 file.

Module Contents

paint.preprocessing.dwd_mappings.dwd_parameter_mapping

Dictionary to map DWD names to simpler names for saving the data.

paint.preprocessing.dwd_mappings.DWD_10_MIN_DESCRIPTION

Dictionary to include a description for the 10 min resolution weather parameters in the DWD weather HDF5 file.

paint.preprocessing.dwd_mappings.DWD_10_MIN_UNIT

Dictionary to include units for the 10 min resolution weather parameters in the DWD weather HDF5 file.

paint.preprocessing.dwd_mappings.DWD_1H_DESCRIPTION

Dictionary to include a description for the 1h resolution weather parameters in the DWD weather HDF5 file.

paint.preprocessing.dwd_mappings.DWD_1H_UNIT

Dictionary to include units for the 1h resolution weather parameters in the DWD weather HDF5 file.

paint.preprocessing.dwd_mappings.DESCRIPTION = 'description'

Key to access the description attribute for the DWD weather HDF5 file.

paint.preprocessing.dwd_mappings.UNITS = 'units'

Key to access the units attribute for the DWD weather HDF5 file.