Open ClaudioValletta92 opened 4 months ago
@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:
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