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

In many places there are loops that can/should be replaced by broadcasting and/or other tricks available via numpy/pandas capabilities. The lowest hanging fruit is probably the percent of normal precipitation...

enhancement

A [poster about this work](https://ams.confex.com/ams/98Annual/webprogram/Paper322929.html) was presented at the AMS 2018 conference, we should add that into the documentation folder and/or a separate supplemental materials section, in case it'll be...

Create a documentation page on [GitHub pages](https://pages.github.com/) using plain text in order to see how easy it is in comparison to using reStructuredText and hosting the documentation on readthedocs.io.

It would be useful to have a function that validates the calibration start/end year values against the actual years covered by time series input arrays. This sort of check is...

In order to provide more/better code coverage, we should investigate using [Hypothesis](https://hypothesis.readthedocs.io/en/latest/) for property-based testing. - [ ] Create a single test (perhaps transform/fit values to gamma distribution) using the...

A paper describes how the Tweedie distribution fitting can be used for drought monitoring using streamflow data: [Statistical distributions for monthly aggregations of precipitation and streamflow in drought indicator applications;...

enhancement
help wanted

Add indices used within [NACEM](https://www.ncdc.noaa.gov/extremes/nacem/indices)

enhancement

AppVeyor was included in the webhooks(?) for this project, and an attempt was made to remove this integration once it appeared to me that AppVeyor was primarily for .NET projects....

help wanted

Compare the results of the PDSI code against the dataset recently provided by Dai: https://catalog.data.gov/dataset/global-monthly-dai-palmer-drought-severity-index - [ ] Obtain Dai's input datasets - [ ] Run our PDSI code using...

It is not pretty clear which python versions are supported right now. As it is a new package I think you should support most moder python versions, Python >= 3.5,...