climate_indices
climate_indices copied to clipboard
Climate indices for drought monitoring
Now there is a new index, PCI so we should update the version in PyPI. A short section about the PCI should be included in the README and/or docs as...
This seems to work, but I am not particularly proud of it. It would close #447. Would be good to get some eyeballs on this.
When trying to use the --save_params / --load_params options they are not available, I get the following error: ``` usage: process_climate_indices [-h] --index {spi,spei,pnp,scaled,pet,palmers,all} --periodicity {monthly,daily} [--scales [SCALES [SCALES ...]]]...
The running environment I use is the subsystem of Linux under windows10 (WSL, the system is Ubuntu 18.04). According to the document process, the following error is obtained: (climate) gszs@WINDOWS-C9SKUO7:~/anaconda3$...
**Is your feature request related to a problem? Please describe.** There is the very handy "spi" console script, but I need SPEI values (and the fitting parameters). **Describe the solution...
My first attempt to include the Fisk distribution into SPEI as suggested in #106, copying as mush as possible from the PearsonIII implementation. The last @numba.jit leads to problems, but...
valid the miss SPI
I want to calculate SPEI using data from [TERRACLIMATE](http://www.climatologylab.org/terraclimate.html). All the input (precipitation and pet) have been prepared using NCO, following standard dimension order `time,lat,lon` that acceptable by `climate-indices` During...
**Is your feature request related to a problem? Please describe.** Yes. There is a lot of code in the main processing script for parallelization over a shared object in memory....
[It's been shown](http://spei.csic.es/home.html#p9) that a log-logistic distribution fitting is optimal for SPEI calculations. Let's add this to complement the gamma and Pearson III distribution fittings we already have available. This...