-
Notifications
You must be signed in to change notification settings - Fork 415
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
Automatic field calculation #3
Labels
Comments
As we add more calculations, like specific humidity, this becomes all the more interesting... |
Ideas:
Questions:
Use case:
This could help simplify, or at least prevent the explosion of, the calculations module as we build up functionality. |
Closed
4 tasks
9 tasks
ThomasRieutord
added a commit
to ThomasRieutord/MetPy
that referenced
this issue
Jul 31, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have visions of being able to have certain fields automatically calculated on datasets. By providing a decorator for calculation functions (and utilizing unit handling), the calculations could specify its requirements, and a graph of relationships between the calculations could be generated. Using this graph, we could plot a course to calculate one variable from what's available.
The text was updated successfully, but these errors were encountered: