paint.preprocessing.juelich_weather_mappings
Attributes
Key for the direct irradiation column name in the Jülich weather data. |
|
Key for the global irradiation column name in the Jülich weather data. |
|
Key for the diffuse irradiation column name in the Jülich weather data. |
|
Key for the wind speed column name in the Jülich weather data. |
|
Key for the wind direction column name in the Jülich weather data. |
|
Key for the temperature column name in the Jülich weather data. |
|
Key for the relative humidity column name in the Jülich weather data. |
|
Key for the precipitation column name in the Jülich weather data. |
|
Key for the atmospheric pressure column name in the Jülich weather data. |
|
Key for the direct temperature column name in the Jülich weather data. |
|
Key for the global temperature column name in the Jülich weather data. |
|
Key for the diffuse temperature column name in the Jülich weather data. |
|
Dictionary to map parameter names from the original name to the saved name for the Jülich weather data. |
|
Dictionary to include descriptions for the weather parameters for the attributes in the Jülich weather HDF5 files. |
|
Dictionary to include units for the weather parameters in the Jülich weather HDF5 files. |
|
Key to access the description attribute for the Jülich weather HDF5 files. |
|
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.