Results 117 issues of James Adams

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...

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.