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

Get the horizontal spatial coordinates #1

Open
3 tasks
JackKelly opened this issue Dec 2, 2024 · 1 comment
Open
3 tasks

Get the horizontal spatial coordinates #1

JackKelly opened this issue Dec 2, 2024 · 1 comment

Comments

@JackKelly
Copy link
Owner

  • Read a day's worth of GRIB files at the start of the dataset, and a day's worth at the end of the dataset.
  • If the start and end of the dataset have the same coordinates then we're done; let's assume the spatial coords stay the same across the dataset.
  • Otherwise conduct a kind of over-eager binary search to find exactly where the horizontal spatial coords change. The coords might change more than once.

If the scan of .idx files found that the ensemble members and/or vertical levels changed then there's a good chance that the spatial coords also changed at the same times.

@JackKelly
Copy link
Owner Author

I'm considering implementing this in Python. See JackKelly/hypergrib#28!

@JackKelly JackKelly transferred this issue from JackKelly/hypergrib Dec 18, 2024
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

1 participant