paint.preprocessing.juelich_weather_mappings

Attributes

DIRECT_IRRADIATION

Key for the direct irradiation column name in the Jülich weather data.

GLOBAL_IRRADIATION

Key for the global irradiation column name in the Jülich weather data.

DIFFUSE_IRRADIATION

Key for the diffuse irradiation column name in the Jülich weather data.

WIND_SPEED

Key for the wind speed column name in the Jülich weather data.

WIND_DIRECTION

Key for the wind direction column name in the Jülich weather data.

TEMPERATURE

Key for the temperature column name in the Jülich weather data.

RELATIVE_HUMIDITY

Key for the relative humidity column name in the Jülich weather data.

PRECIPITATION

Key for the precipitation column name in the Jülich weather data.

ATMOSPHERIC_PRESSURE

Key for the atmospheric pressure column name in the Jülich weather data.

TEMPERATURE_DIRECT

Key for the direct temperature column name in the Jülich weather data.

TEMPERATURE_GLOBAL

Key for the global temperature column name in the Jülich weather data.

TEMPERATURE_DIFFUSE

Key for the diffuse temperature column name in the Jülich weather data.

juelich_weather_parameter_mapping

Dictionary to map parameter names from the original name to the saved name for the Jülich weather data.

juelich_metadata_description

Dictionary to include descriptions for the weather parameters for the attributes in the Jülich weather HDF5 files.

juelich_metadata_units

Dictionary to include units for the weather parameters in the Jülich weather HDF5 files.

DESCRIPTION

Key to access the description attribute for the Jülich weather HDF5 files.

UNITS

Key to access the units attribute for the Jülich weather HDF5 files.

Module Contents

paint.preprocessing.juelich_weather_mappings.DIRECT_IRRADIATION = 'direct_irradiation'

Key for the direct irradiation column name in the Jülich weather data.

paint.preprocessing.juelich_weather_mappings.GLOBAL_IRRADIATION = 'global_irradiation'

Key for the global irradiation column name in the Jülich weather data.

paint.preprocessing.juelich_weather_mappings.DIFFUSE_IRRADIATION = 'diffuse_irradiation'

Key for the diffuse irradiation column name in the Jülich weather data.

paint.preprocessing.juelich_weather_mappings.WIND_SPEED = 'wind_speed'

Key for the wind speed column name in the Jülich weather data.

paint.preprocessing.juelich_weather_mappings.WIND_DIRECTION = 'wind_direction'

Key for the wind direction column name in the Jülich weather data.

paint.preprocessing.juelich_weather_mappings.TEMPERATURE = 'temperature'

Key for the temperature column name in the Jülich weather data.

paint.preprocessing.juelich_weather_mappings.RELATIVE_HUMIDITY = 'relative_humidity'

Key for the relative humidity column name in the Jülich weather data.

paint.preprocessing.juelich_weather_mappings.PRECIPITATION = 'precipitation'

Key for the precipitation column name in the Jülich weather data.

paint.preprocessing.juelich_weather_mappings.ATMOSPHERIC_PRESSURE = 'atmospheric_pressure'

Key for the atmospheric pressure column name in the Jülich weather data.

paint.preprocessing.juelich_weather_mappings.TEMPERATURE_DIRECT = 'temperature_direct'

Key for the direct temperature column name in the Jülich weather data.

paint.preprocessing.juelich_weather_mappings.TEMPERATURE_GLOBAL = 'temperature_global'

Key for the global temperature column name in the Jülich weather data.

paint.preprocessing.juelich_weather_mappings.TEMPERATURE_DIFFUSE = 'temperature_diffuse'

Key for the diffuse temperature column name in the Jülich weather data.

paint.preprocessing.juelich_weather_mappings.juelich_weather_parameter_mapping

Dictionary to map parameter names from the original name to the saved name for the Jülich weather data.

paint.preprocessing.juelich_weather_mappings.juelich_metadata_description

Dictionary to include descriptions for the weather parameters for the attributes in the Jülich weather HDF5 files.

paint.preprocessing.juelich_weather_mappings.juelich_metadata_units

Dictionary to include units for the weather parameters in the Jülich weather HDF5 files.

paint.preprocessing.juelich_weather_mappings.DESCRIPTION = 'description'

Key to access the description attribute for the Jülich weather HDF5 files.

paint.preprocessing.juelich_weather_mappings.UNITS = 'units'

Key to access the units attribute for the Jülich weather HDF5 files.