Results 138 comments of James Adams

@Auth0rM0rgan I have cooked up my own [OpenImages downloader](https://github.com/monocongo/openimages) as it seemed simpler than updating this code which I found a bit hard to navigate. Feel free to add an...

I have changed the `verify` property from 0 to 1 in my `~/.cdsapi` file and this appears to have helped: ``` 2019-05-11 14:32:52,680 INFO Sending request to https://cds.climate.copernicus.eu/api/v2/resources/reanalysis-era5-pressure-levels-monthly-means 2019-05-11 14:32:53,229...

The InsecureRequestWarning went away, apparently as a result of setting the `verify` property from 0 to 1, but now I get a no data available error: ``` 2019-05-11 15:28:32,423 INFO...

Apparently, the log-logistic distribution is also referred to as the [Fisk distribution](https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.fisk.html#scipy.stats.fisk), available within SciPy.

Thanks for your work on this @Emmadd Is it useful for us to also provide a generalized logistic distribution? I'd like to include it if so, but only if truly...

> I was wondering as I was making changes to the docs whether they should not include the possibility of pre-computing SPEI distribution fitting variables. This seems possible in the...

Yes, almost certainly. This is why the tests are in place, to shield from introducing changes that will give different results from before. In this case, however, we're expecting to...

No, @Emmadd I don't think your new code has caused any of the existing tests to fail. Several of them were broken before you started this work, and I have...

There was a fix merged today (#450) which may fix the failing tests here. I'm not sure how to get the checks to run again (the instructions in GitHub help...