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
Is your feature request related to a problem? Please describe.
Hello, I am new to use polytope in the frame of DestinE. I was wondering if it was possible to request a specific area of interest in the polytope via using the request parameter:
Here is the following code:
request= {
"class": "rd",
"expver": "i7yv",
"stream": "oper",
"date": "20231211",
"model": 'IFS-NEMO',
"resolution": 'high',
"time": "00:00:00",
"type": "fc",
"levtype": "sfc",
"step": "0",
"param": "167"
}
#data is an earthkit streaming object but with stream=False will download data immediately data=earthkit.data.from_source("polytope", "destination-earth", request, address="polytope.lumi.apps.dte.destination-earth.eu", stream=False)
Moreover do you now where I can find all the possible parameters?
Many thanks in advance.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Hello, I am new to use polytope in the frame of DestinE. I was wondering if it was possible to request a specific area of interest in the polytope via using the request parameter:
Here is the following code:
Moreover do you now where I can find all the possible parameters?
Many thanks in advance.
The text was updated successfully, but these errors were encountered: