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

【HELP】How to specify the output resolution #26

Open
daihaozxn opened this issue Oct 18, 2023 · 2 comments
Open

【HELP】How to specify the output resolution #26

daihaozxn opened this issue Oct 18, 2023 · 2 comments

Comments

@daihaozxn
Copy link

daihaozxn commented Oct 18, 2023

"From the documentation about the ECMWF open data: (https://www.ecmwf.int/en/forecasts/datasets/open-data).
Products are produced at 0.4 degrees resolution in GRIB2 format unless stated otherwise."
How do I state the output resolution of the data products (e.g. HRES) by ecmwf-api-client Python package? It seems that there are no related request keywords such as grid or resolution that can be specified.
Thank you in advance.

@hammad93
Copy link

Alternatively, you could download the product at 0.4 degrees resolution and then reproject it to your liking. https://stackoverflow.com/questions/7719651/how-can-i-change-the-resolution-of-a-raster-using-gdal

@daihaozxn
Copy link
Author

Alternatively, you could download the product at 0.4 degrees resolution and then reproject it to your liking. https://stackoverflow.com/questions/7719651/how-can-i-change-the-resolution-of-a-raster-using-gdal

Thank you very much. I will try.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants