All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.cdm.base.math.WeatherUnitEnum.py Maven / Gradle / Ivy

There is a newer version: 6.0.0-dev.89
Show newest version
# pylint: disable=missing-module-docstring, invalid-name, line-too-long
from enum import Enum

__all__ = ['WeatherUnitEnum']

class WeatherUnitEnum(Enum):
    """
    Provides enumerated values for weather units, generally used in the context of defining quantities for commodities.
    """
    CDD = "CDD"
    """
    Denotes Cooling Degree Days as a standard unit.
    """
    CPD = "CPD"
    """
    Denotes Critical Precipitation Day as a standard unit.
    """
    HDD = "HDD"
    """
    Heating Degree Day as a standard unit.
    """




© 2015 - 2025 Weber Informatics LLC | Privacy Policy