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

This is NOT a bug issue, but I didn't know where else to post something like this. I was wondering if anyone else using this AMAZING Python program had run...

I am using Daymet data (netcdf) to run the climate-indices for the Caribbean. When trying to run the daily SPI for scales 30 days, I am using a netcdf with...

**[How to craft a useful, minimal bug report](http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports)** I am on windows 10 and try to calculate SPEI monthly as described in the image below. I tried forward, backslashes, and...

I have installed the package using `pip`. While testing **PDSI_Canadian_Stations.ipynb** notebook; I encountered the following error on both the ComputeCanada Graham and UCAR Cheyenne linux clusters. `def _cafec_coefficients(potential_evapotranspiration: np.ndarray, with...

Provide implementation and CLI to allow for the computation of [EDDI](https://psl.noaa.gov/eddi/) datasets.

**Describe the solution you'd like** PET using Penman-Monteith method **Describe alternatives you've considered** [pyeto](https://github.com/woodcrafty/PyETo) **Additional context** This will facilitate an implementation of [EDDI](https://psl.noaa.gov/eddi/)

[**(indices_env)](url ![error](https://user-images.githubusercontent.com/69427032/89735184-59781d80-da7e-11ea-8819-ad202531b3d7.JPG) ) PS C:\Users\Pawan kumar> process_climate_indices --index spi --periodicity monthly --netcdf_precip E:\work@home\data\IMD_monsum_rf.nc --var_name_precip rf --output_file_base E:\work@home\data\IMD_monsum --scales 6 12 --calibration_start_year 1901 --calibration_end_year 2019 --multiprocessing all 2020-08-09 20:21:25 INFO Start...

**Is your feature request related to a problem? Please describe.** Users have requested an ability to process seasonal datasets. **Describe the solution you'd like** A new --periodicty argument for "seasonal"...

enhancement

The example for PET monthly mentions a calibration period that is not specified in the example.

documentation

hey, I just found and tried this library. Unfortunately I was not able to use the `indeces.scpdsi()` method, it seems it takes forever. I also tried your example notebook (canadian...