James Adams
James Adams
Thanks for all the work that's been done on this tool and for sharing as open-source, it really looks promising. I have run `lambda build` but it doesn't appear to...
This PR contains 1) a `setup.py` file that allows for installation of this package into a Python (virtual) environment via the command: ``` $ python setup.py install ``` This setup...
When I make a request for a dataset via the Copernicus Climate Data Store API I get a series of InsecureRequestWarning messages such as the below: ``` /home/james/miniconda3/envs/climate/lib/python3.7/site-packages/urllib3/connectionpool.py:847: InsecureRequestWarning: Unverified...
When I attempted to install dependencies via `pip install -r requiremts.txt` into a fresh conda environment (Python 3.10.4) I received the following error message: ``` $ pip install -r requirements.txt...
Add the below to `.deepsource.toml` ``` test_patterns = [ "tests/**", "test_*.py" ] ``` Described here: https://deepsource.io/docs/concepts/#test_patterns
Now there is a new index, PCI so we should update the version in PyPI. A short section about the PCI should be included in the README and/or docs as...
**Is your feature request related to a problem? Please describe.** Yes. There is a lot of code in the main processing script for parallelization over a shared object in memory....
[It's been shown](http://spei.csic.es/home.html#p9) that a log-logistic distribution fitting is optimal for SPEI calculations. Let's add this to complement the gamma and Pearson III distribution fittings we already have available. This...
The Thornthwaite method being used for PET is based on monthly/calendar values. Work out another method to allow for daily SPEI, i.e. compute PET from daily temperature values so we...
A user contacted me about an issue and as usual, it was related to NCO (or pynco?) when running on Windows. My initial idea was to run the processing on...