Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Perform request for a specific lon lat. #8

Open
sebastien-tetaud opened this issue May 10, 2024 · 0 comments
Open

Perform request for a specific lon lat. #8

sebastien-tetaud opened this issue May 10, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@sebastien-tetaud
Copy link

sebastien-tetaud commented May 10, 2024

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.

@sebastien-tetaud sebastien-tetaud added the enhancement New feature or request label May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant