ASFOpenSARlab / opensarlab_MintPy_Recipe_Book

A Jupyter-Book containing data recipes for creating HyP3 Sentinel-1 IINSAR_GAMMA and INSAR_ISCE_BURST Small Baseline Subset (SBAS) Time Series Analyses with MintPy
BSD 3-Clause "New" or "Revised" License
14 stars 5 forks source link

Issue with Downloading Data from CDS API - Request Assistance #15

Open rossindk opened 1 month ago

rossindk commented 1 month ago

Dear Open Science Lab Team,

I hope this message finds you well.

I am writing to seek your assistance regarding an issue I am experiencing while trying to download datasets using the CDS API. Below are the details of the error message I encountered:

INFO: You are using the latest ECMWF platform for downloading datasets: https://cds.climate.copernicus.eu/api/v2
Downloading 1 of 44: /home/jovyan/IW1_InSAR_ISCE_Burst_2020_2021_VV/MintPy/ERA5/ERA5_N0_N10_E90_E110_20201206_23.grb 
{'product_type': 'reanalysis', 'format': 'grib', 'variable': ['geopotential', 'temperature', 'specific_humidity'], 'pressure_level': ['1', '2', '3', '5', '7', '10', '20', '30', '50', '70', '100', '125', '150', '175', '200', '225', '250', '300', '350', '400', '450', '500', '550', '600', '650', '700', '750', '775', '800', '825', '850', '875', '900', '925', '950', '975', '1000'], 'year': '2020', 'month': '12', 'day': '06', 'time': '23:00', 'area': '10.00/90.00/0.00/110.00'}
2024-07-29 09:05:47,861 INFO Welcome to the CDS.
 As per our announcements on the Forum, this instance of CDS will soon be decommissioned.
 Please update your cdsapi package to a version >=0.7.0, create an account on CDS-Beta and update your .cdsapirc file. We strongly recommend users to check our Guidelines at https://confluence.ecmwf.int/x/uINmFw
 The current legacy system will be kept for a while, but we will reduce resources gradually until full decommissioning in September 2024.
2024-07-29 09:05:47,861 WARNING MOVE TO CDS-Beta
2024-07-29 09:05:47,861 INFO Sending request to https://cds.climate.copernicus.eu/api/v2/resources/reanalysis-era5-pressure-levels
WARNING: the 1 attempt to download failed, retry it.

Steps I have taken so far:

  1. Created a new account on CDS-Beta (https://cds-beta.climate.copernicus.eu/profile) and I can't find CDS API Key to use it.

Could you please provide guidance on what might be causing this issue and how I can resolve it? Any assistance you can offer would be greatly appreciated.

Thank you for your support.

Best regards,

marikan114 commented 3 weeks ago

Dear @rossindk,

You can find your API keys on the API page. Please copy and paste them to ~/.cdsapirc. Also, remember to accept the license agreement by scrolling to the very end of the download tab and clicking "accept" on the terms of use page.

Hope this information is helpful to you!

Mahmut