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

Remove pygrib as a dependency; manually parse coordinate reference system from eccodes keys #403

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

blaylockbk
Copy link
Owner

I was having issues with pygrib after it's latest release (it was working fine on my personal computer, but was getting segmentation faults in my GitHub Actions tests).

  • Remove pygrib as a dependency.
  • Manually parse coordinate reference system (CRS) details for pyproj, then convert to CF convention.
  • Am I getting enough data from all the models Herbie supports???

@blaylockbk blaylockbk linked an issue Jan 16, 2025 that may be closed by this pull request
@blaylockbk
Copy link
Owner Author

I should say that one implication of pinning to latest version of numpy will make it so you can't use the present version of xesmf. xesmf, as I understand, is waiting for a numba update to support latest versions of numpy.

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

Successfully merging this pull request may close these issues.

CI: Why are tests failing
1 participant