Hello, I am downloading data from both CDS-beta and ADS-beta, but their cdsapirc files have different url:s, and if I put both to the file my download scripts only use the latter url in the file. How to fix this so that I can use both sources on one account? Thanks!
For anyone else battling with this, I got this answer from ECMWF support:
"The different URLs in the cdsapirc was already an issue in the old system but you will be very pleased to hear that soon, this will be no more! We do not have a timeline as to how soon the single URL to fetch data from our Data Stores via API will be implemented but we will post an announcement on our forum when this happens. So I would encourage you to watch our forum for future announcements and any other topic of interest.
In the meantime, you may parse the credentials directly in your API script (please be mindful of sharing your script with others if your credentials are visible!).
client = cdsapi.Client(url=“https://cds-beta.climate.copernicus.eu/api”, key=“YOURKEY”)"