SPEI
SPEI copied to clipboard
A simple Python package to calculate and visualize some popular drought indices such as the SPI, SPEI and SGI.
Results
1
SPEI issues
Sort by
recently updated
recently updated
newest added
Hello! I've been trying several datasets and I keep getting the same error: Traceback (most recent call last): Cell In[31], line 3 si.ssfi(pd.Series(df_mean_month['vazao']), dist=scs.fisk) File ~/miniconda3/envs/spyder-env/lib/python3.12/site-packages/spei/si.py:251 in ssfi ssfi.fit_distribution() File...