James Adams
James Adams
Add the notebook for computing self-calibrated PDSI for Canadian stations into [binder](https://mybinder.org/) so it can be available to users without requiring a local Jupyter server instance.
When we compute indices we should document which tag/release of the code was used for reproducibility/replicability. For example, if we make a processing run in March using the latest version...
At the 2018 AGU Fall Meeting, [Dr. Melissa Valentin](https://www.researchgate.net/profile/Melissa_Valentin2) presented a [poster/paper](https://www.researchgate.net/publication/329001298_Calculation_of_the_Palmer_drought_severity_index_PDSI_in_cold_region_watersheds_with_glaciers_and_permafrost) in which the Palmer indices calculation is augmented by the use of a water model more suitable to...
Add this project into [Up for Grabs](https://github.com/up-for-grabs/up-for-grabs.net), and create/tag issues as good tasks for first-time contributors to work on.
Use [PyInstaller](https://www.pyinstaller.org/) to create an executable application for Windows, Linux, and MacOS, following the steps outlined [here](https://realpython.com/pyinstaller-python/).
Add the ability to use Penman-Monteith for PET, initially within the PDSI computation but eventually as a new PET method in addition to Thornthwaite. Utilize as much of the code...
The Pearson Type III SPI runs at least a magnitude slower than does the SPI using a Gamma transform/fitting. Profile using the Kern profiler and/or other tools (Understand?) to identify...
See analysis report generated from Windows laptop here: https://sonarcloud.io/dashboard?id=climate_indices_windows
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...
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...