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

Hi @monocongo just raised that issue related to the pyOpenSci review as discussed here: https://github.com/pyOpenSci/software-submission/issues/111#issuecomment-1591996074 Before we can start the review we'll need - [ ] API docs, e.g. generated...

**Describe the bug** I encountered an "IndexError: index 159 is out of bounds for axis 1 with size 159" when attempting to use the SPI computation function from the climate-indices...

**Describe the bug** Since https://github.com/monocongo/climate_indices/commit/4a7147ee72e00dd2e4ee4d910e436575cd94787b setup.py does not properly install **To Reproduce** Steps to reproduce the behavior: `python setup.py install --root="$pkgdir/" --optimize=1` **Suggestion** Delete it. It's cruel for classic self-packaging...

While running the code "python process_grid.py --index spi --time_series_type monthly --netcdf_precip ../example_inputs/ds.nc --var_name_precip pre --output_file_base ../results/cru --scales 1 --calibration_start_year 1999 --calibration_end_year 2000" in anaconda prompt in indices_env environment. I am...

**Is your feature request related to a problem? Please describe.** We've decided to try using SonarCloud for test coverage reporting. **Describe the solution you'd like** Integrate the [SonarCloud test coverage...

enhancement

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...

**[How to craft a useful, minimal bug report](http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports)** **Describe the bug** In order to get tests passing again we need to fix various issues such as this: FAILED tests/test_utils.py::test_transform_to_366day -...

Sir kindly tell, how to change the name and order of dimension of NETCDF file. I am using chirps dataset and my dimension name is latitude, I am unable to...

2023-04-21 04:58:09 ERROR Failed to complete Traceback (most recent call last): File "d:\anaconda3\lib\site-packages\climate_indices\__main__.py", line 1688, in main _compute_write_index(kwrgs) File "d:\anaconda3\lib\site-packages\climate_indices\__main__.py", line 722, in _compute_write_index dataset = xr.open_mfdataset(files, chunks=chunks) File "d:\anaconda3\lib\site-packages\xarray\backends\api.py",...

Calculating PET after thornthwaite works great except for one important detail. Having a dataset that uses a fixed 365-day calendar, there is currently no option to do the correct calculation...