You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ClaudioValletta92, thank you for reporting this issue. You seem to be using CDS beta. I suggest you update your environment to use this package versions:
cdsapi 0.7.0
cads-api-client 1.2.0
I hope it will sort out your problem. earthkit/earthkit-data will be updated to use these minimum versions.
What happened?
Hello, I am simply running the first example on the website:
`import earthkit as ek
data = ek.data.from_source(
'cds',
'reanalysis-era5-single-levels',
{
'product_type': 'reanalysis',
'variable': '2m_temperature',
'year': '2023',
'month': '07',
'day': '3',
'time': '12:00',
},
)
ek.plots.globe(data)`
but it does not work, on my jupyter and on google collab as well
What are the steps to reproduce the bug?
Can you simply try:
`import earthkit as ek
data = ek.data.from_source(
'cds',
'reanalysis-era5-single-levels',
{
'product_type': 'reanalysis',
'variable': '2m_temperature',
'year': '2023',
'month': '07',
'day': '3',
'time': '12:00',
},
)
ek.plots.globe(data)`
And see if you can reproduce it?
Version
Latest
Platform (OS and architecture)
M1
Relevant log output
Accompanying data
I am using the new copernicu beta api
Organisation
No response
The text was updated successfully, but these errors were encountered: