ecmwf-api-client icon indicating copy to clipboard operation
ecmwf-api-client copied to clipboard

Python API to access ECMWF archive

Results 5 ecmwf-api-client issues
Sort by recently updated
recently updated
newest added

I get "Connection reset by peer" randomly when downloading ECMWF files from MARS via the python api. I have a script that submits 20 at a time (max MARS queue...

I'm trying to write unit tests that will only run if valid credentials are found on the system running the tests. I'm using the `get_api_key` function but this will only...

After reading the api code, I wasn´t able to find a place to configure an authenticated proxy. I know urllib2 and urllib.requests have some support for proxies. But, it´s not...

With https://www.python.org/doc/sunset-python-2/, the imports can be simpler. The code also doesn't need the `__future__` any more now that the future is here.

### What happened? When I use this retrieval: ```python import ecmwfapi req = { "accumulation_period": 3, "grid": "O96", "levtype": "sfc", "param": ["cp", "sf", "tp"], "type": "fc", "date": 20240514, "number": 0,...

enhancement