New API URLfor ERA5 #1361
-
I encountered an error while performing atmospheric correction and found the cause when the api url for ERA5 was shown to be empty, where can I find the new url? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
👋 Thanks for opening your first issue here! Please filled out the template with as much details as possible. We appreciate that you took the time to contribute! |
Beta Was this translation helpful? Give feedback.
-
Hi @guhuo123, THe new CDS API endpoint is https://cds.climate.copernicus.eu/api You can create or update a
Downloading the data from the new CDS site requires an ECMWF account and accepting new Terms of Use on the ERA5 dataset. There are more detailed instructions in this notebook: https://github.com/ASFOpenSARlab/opensarlab_MintPy_Recipe_Book/blob/main/2_CDS_Access.ipynb |
Beta Was this translation helpful? Give feedback.
Hi @guhuo123, THe new CDS API endpoint is https://cds.climate.copernicus.eu/api
You can create or update a
.cdsapirc
file in your home directory that contains the URL and your access key in the following format:Downloading the data from the new CDS site requires an ECMWF account and accepting new Terms of Use on the ERA5 dataset. There are more detailed instructions in this notebook: https://github.com/ASFOpenSARlab/opensarlab_MintPy_Recipe_Book/blob/main/2_CDS_Access.ipynb