climate_indices
climate_indices copied to clipboard
Climate indices for drought monitoring
**[How to craft a useful, minimal bug report](http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports)** I'm using the PyPi version of climate indices with input datasets in climate-indices' package: nclimgrid_lowres_prcp.nc I'm getting this Error" raise ValueError(f"the first...
Hi, I might be missing a resource, but I can't seem to locate a notebook where the SPEI is calculated, as an example. Having a notebook going through the calculation...
Hello, it's written in the disclaimer, that the Palmer indices are not ready to use for research. Also I found a few open issues regarding to the implementation of the...
**Describe the bug** When I use the average temperature to calculate potential evapotranspiration, there are nulls in some areas in the north, even though the average temperature does not have...
while running the climate_indices python package for processing of spi, there is always a error as below. I tried with various datasets and also run the calculation using SPEI package...
The main processing script expects data variables to have (lat, lon, time) as the dimension order and currently raises an error if not. It may be possible to leverage xarray...
**Is your feature request related to a problem? Please describe.** When the input dataset has variables with dimensions not in the expected order (lat, lon, time) the current behavior is...
Hi everyone! Thanks a lot for all the work done here, it's really helpful for many of us working with climate data. **Describe the bug** I get `ValueError: Invalid periodicity...
**Is your feature request related to a problem? Please describe.** I would like to calculate SPI values on dekadal periodicity, i.e. every ten days of a month (days 1-10 are...