os-climate / hazard

Onboarding, creation and transformation of climate hazard models for OS-Climate
Apache License 2.0
6 stars 13 forks source link

Implement SPEI index suitable for WRI power-generating asset model #4

Open joemoorhouse opened 1 year ago

deepakbaskaran commented 1 year ago

There is a python package that can be used to calculate the SPEI (as well as other useful indices). https://climate-indices.readthedocs.io/en/latest/# https://pypi.org/project/climate-indices/

deepakbaskaran commented 1 year ago

SPI Index: AMS_Relationship_Drought_Frequency_Duration_Time_Scales_1993.pdf

deepakbaskaran commented 1 year ago

SPEI Index: A Multiscalar Drought Index Sensitive to Global Warming - The Standardized Precipitation Evapotranspiration Index.pdf

joemoorhouse commented 10 months ago

Hi @faridradmehr, this is the original issue, re-awakened thanks to your additions. https://github.com/os-climate/hazard/blob/main/src/hazard/models/drought_index.py Based on xclim implementation https://xclim.readthedocs.io/en/stable/ Last things to do: