Inherits object.
Public Member Functions | |
def | add_item (self, item_dict) |
def | annual_stats (self) |
Common used annual climate statistics based on mean temperature, e.g. PHU.
def seims.preprocess.db_import_meteorology.ClimateStats.add_item | ( | self, | |
item_dict | |||
) |
Add mean temperature of each day. Dict MUST have {YEAR: 2017, TMEAN: 10.} at least.
def seims.preprocess.db_import_meteorology.ClimateStats.annual_stats | ( | self | ) |
Calculate annual statistics.