-
Notifications
You must be signed in to change notification settings - Fork 32
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
DRAFT: Bilinear Remapping #1016
base: main
Are you sure you want to change the base?
Conversation
…into zedwick/dual_mesh
…into zedwick/dual_mesh
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
…AY/uxarray into zedwick/bilinear-remapping
# Convert degrees to radians | ||
lat, lon = np.radians(lat), np.radians(lon) | ||
lat0, lon0 = np.radians(lat0), np.radians(lon0) | ||
lat0, lon0 = np.radians(lat0), np.radians(lat0) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this a typo?
lon0 should equal np.radians(lon0), right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes that is a typo. And something was not working with the point in triangle, that might by the problem, thanks for catching this!
Closes #678
Overview
Adds bilinear remapping functionality to UXarray.
Expected Usage
PR Checklist
General
Testing
Documentation
_
) and have been added todocs/internal_api/index.rst
docs/user_api/index.rst