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

🐛[BUG]: Using output_grid different than model grid results in an error #188

Open
georg198 opened this issue Apr 28, 2024 · 2 comments
Open
Labels
bug Something isn't working

Comments

@georg198
Copy link

Version

Beta main

On which installation method(s) does this occur?

Source

Describe the issue

Running examples/01_ensemble_inference.py with a slightly changed config using "output_grid": "s2s" results in an AssertionError in line 40 of earth2mip/geometry.py
I was expecting to be able to write other output grids to netcdf by defining the output_grid in the config

Environment details

No response

@georg198 georg198 added ? - Needs Triage Need team to review and classify bug Something isn't working labels Apr 28, 2024
@nbren12
Copy link
Collaborator

nbren12 commented Apr 30, 2024

Sorry about that. This regridding functionality doesn’t work. It requires access to some preexisting map files that aren’t in this repo. We are working on a tool with better regridding support. Until that is ready we should remove this functionality or provide a better error message.

@nbren12
Copy link
Collaborator

nbren12 commented Jun 10, 2024

Our regridding library is out: https://github.com/Nvlabs/earth2grid. Would be a nice feature to add this back.

@nbren12 nbren12 removed the ? - Needs Triage Need team to review and classify label Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants