cdsapi icon indicating copy to clipboard operation
cdsapi copied to clipboard

Python API to access the Copernicus Climate Data Store (CDS)

Results 61 cdsapi issues
Sort by recently updated
recently updated
newest added

### What happened? Hello, I have tried to download the data with the following specs ``` Resource: sis-agrometeorological-indicators Request body: { "area": [ 57.181209001464964, 9.969475411121993, 57.16153838745902, 10.011279434106626 ], "day": [...

bug

### What happened? As reported here: https://jira.ecmwf.int/browse/CUS-13245 The filename is treated as a list when provided to the client.download method ### What are the steps to reproduce the bug? ```...

bug

This PR runs [pyupgrade](https://github.com/asottile/pyupgrade) on all source files to modernize them to modern coding practices (i.e. removing Python 2 cruft). A few other f-strings were manually adjusted, otherwise these edits...

contributor

Closes https://github.com/ecmwf/cdsapi/issues/82. The patch ensures that the logging behavior aligns with the value of the `quiet` parameter, as expected: ``` QUIET: True QUIET: False 2023-10-05 16:58:52,034 INFO Welcome to the...

contributor

### What happened? As I understand, in the `cdsapi.Client` class, the `quiet` parameter is designed to control the logging behavior. When set to `True`, the class should not print logs,...

bug

### What maintenance does this project need? I am trying to use `cdsapi` on [Python Anywhere](https://www.pythonanywhere.com/), so I asked them to include this library on the allowed list, which according...

### Is your feature request related to a problem? Please describe. Inside cdsapi, all exceptions are instances of Exception, making the exception handling of the users of the library tricky,...

enhancement

### Is your feature request related to a problem? Please describe. Some datasets are not updated on a strict schedule (specifically the "reanalysis-era5-single-levels-monthly-means"). I see no means of finding out...

enhancement

To avoid retrying downloads (as they corrupt my request #66 ), I attempted to set `retry_max=0` in the client definition. However, this causes cdsapi to fail completely. I believe the...

When trying to download [fapar LAI ](https://cds.climate.copernicus.eu/cdsapp#!/dataset/satellite-lai-fapar)data from the CDS using this package, I encountered a (short) loss of internet connection. This caused the following error: > `2023-02-28 11:50:27,112 ERROR...