climate_indices
climate_indices copied to clipboard
Climate indices for drought monitoring
This is probably nice to have, and perhaps relevant to the issue of scaling/packing data (to be addressed in another issue). https://unidata.github.io/netcdf4-python/#netCDF4.Variable
The initial year of the dataset is used in some of the index calculations, and this value can be determined from the NetCDF but we're currently not doing this, using...
Dr. Dai's PDSI dataset is here: https://rda.ucar.edu/datasets/ds299.0/ Ascertain his code if possible in order to look much closer at where numbers bifurcate.
Compare results of new code against operational results from NCEI climate divisions with the following variables computed: For each division: 1. differences by calendar month, with line plots (expected, actual,...
[CodeFactor](https://www.codefactor.io/repository/github/monocongo/indices_python/overview/develop) found an issue: Using the global statement It's currently on: [pdinew.py:649 ](https://www.codefactor.io/repository/github/monocongo/indices_python/source/develop/pdinew.py#L649)
Investigate whether or not this code's logic follows closely what is described in the relevant literature (Palmer 1965, Wells 2004). If so then look into how the code can be...
Investigate whether or not this code's logic follows closely what is described in the relevant literature (Palmer 1965, Wells 2004). If so then look into how the code can be...
* Enabling this allows one to carry the input file's chunksizes through to the output file(s). * Closes #476
**Is your feature request related to a problem? Please describe.** I am using process_climate_indices in a data pipeline, with this step being done on a fairly large, dedicated compute resource....
Hi, SPEI: I want to be able to use the same historical calibration period (1981-2010) and apply it to future data sets (but not as one continuous gridded time series)...