cdsapi icon indicating copy to clipboard operation
cdsapi copied to clipboard

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

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

### What happened? I've been attempting debug my python script to download swh and ppd1 (as per Table 7: [https://confluence.ecmwf.int/display/CKB/ERA5%3A+data+documentation#ERA5:datadocumentation-Introduction]), I've implemented error statements to check for ppd1 and I'm...

bug

### What happened? With the previous version we could set options that are not always needed (like 'pressure_level' and 'leadtime_month') to "None". This was really helpful as it allowed us...

bug

### What happened? Good morning, I want to download ocean waves and wind variables for the dataset: 'ERA5 hourly data on single levels from 1940 to present' through the cdsapi...

bug

### What happened? So far cdsapi was happily running on python 3.6. However, for the new platform cds-beta, a new module is required, cads-api-client. This module does not work with...

bug

I am using cdspi 0.7.6. version When I submit a request, I encounter following error ![Image](https://github.com/user-attachments/assets/97facb1e-bc89-4099-b5a5-be1332939796) However, same request works fine when I run it on the CDS website. Below...

### What happened? I met this problem couple of days ago (20.10.2025 20:49 UTC) using code that I frequently use and which has been working with no problems in hundreds...

bug

I am trying to download several variants of one model, e.g. r**1**i1p1f1 and r**2**i1p1f1. I cannot find documentation on how to do it and tried several keywords in the dictionary...

enhancement

### Is your feature request related to a problem? Please describe. I would like to stream to cloud storage without a local temporary file. ### Describe the solution you'd like...

enhancement

### What happened? Typically, the cdsapi client/backend throws an error for requests in the future. However, using a specific vegetation cover variable in a query for the dataset "reanalysis-era5-land" (at...

bug

Is there a parameter that can adjust the resolution of the downloaded data? For example, the default resolution of era5 is 0.25°, but I only need 1° or 2.5° data....