climate_indices icon indicating copy to clipboard operation
climate_indices copied to clipboard

Climate indices for drought monitoring

Results 119 climate_indices issues
Sort by recently updated
recently updated
newest added

I'm using the PyPi version of climate indices. I'm getting this " Unable to calculate Pearson Type III parameters due to invalid L-moments" trying to submit SPEI and SPI calculation...

When I attempted to install dependencies via `pip install -r requiremts.txt` into a fresh conda environment (Python 3.10.4) I received the following error message: ``` $ pip install -r requirements.txt...

pip install climate_indices ...cd tests && pytest-3 outputs ============= 1 failed, 36 passed, 333 warnings in 488.50 seconds ============== ![Screenshot from 2022-05-21 15-30-04](https://user-images.githubusercontent.com/5051767/169637079-cb1301a7-245a-4b74-9ac9-81ef0bab25fd.png) **[How to craft a useful, minimal bug...

**Describe the bug** I use monthly precipitation and air temperature from Jan 1995 to June 2021 to calculate SPEI. process_climate_indices raises a `ValueError: cannot reshape array of size 416697660 into...

**Is your feature request related to a problem? Please describe.** SPEI, for instance, requires two NetCDFs. If the float lon/lat of the same data provider differ slightly due to (presumably)...

Add the below to `.deepsource.toml` ``` test_patterns = [ "tests/**", "test_*.py" ] ``` Described here: https://deepsource.io/docs/concepts/#test_patterns

Hi, I have two NetCDF with monthly temperature and precipitation from which I would like to derive SPEI. The file may require some further adjustments to be compatible with `process_climate_indices`...

This is to close #465. The remaining `np.array_equal`s are replaced by `np.allclose`s where longitudes and latitudes are compared but no divisions (`input_type == InputType.divisions`). The fixed absolute tolerance of 0.01...

Dear colleagues, I'm trying to calculate the SPI index through the python package made available by you at https://climate-indices.readthedocs.io/en/latest/. I was able to perform all the necessary installations and processing...

Hi @monocongo i wonder why the code add 1000 to the P_minus_pet in SPEI calculation? additionally, i face an issue in calculating SPEI using W5E5 data. the error is (ValueError:...