Peter Mburu

Results 6 comments of Peter Mburu

Changing the output file extension from `zip` to `nc` works.

@simpsus I use Xarray or netcdf ``` import cdsapi import xarray as xr import zipfile c = cdsapi.Client() c.retrieve( 'cems-glofas-historical', { 'format':'zip', 'variable':'River discharge', 'dataset':'Consolidated reanalysis', 'version':'2.1', 'year':'2019', 'month':'01', 'day':'29'...

Thanks a lot for the quick response and solution. I'm testing the code using the data in `https://github.com/monocongo/climate_indices/tree/master/notebooks/data`.

@monocongo Thanks a ton commenting numba decorator for `palmer._cafec_coefficients` works.

@monocongo what do you think of a new version of `climate-indices==1.1.0` with numba decorator for `palmer._cafec_coefficients` commented?

Anything I can do to assist with release of new version of `climate-indices`?