-
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
Latitude & Longitude Interval Cross Section, Updated Bounding Box Subset #1115
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Glad to see this, definitely nice to have this updated. Quick clarification, does this update the bounding box and cross-section to be strictly between those bounds? So if I do a bounding box with a face center as the element, and a face center is inside the bounds but the whole face is not, will it include that face or not? |
Not using KDTree queries will definitely speed things up though, so that is really good. |
The
There is no longer an |
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.
good addition, will review more today.
…ARRAY/uxarray into philipc2/use-spherical-bounds
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.
looks good, minor comment for tests
|
||
|
||
def test_constant_longitude_interval_grid(): | ||
uxgrid = ux.open_grid(quad_hex_grid_path) |
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.
some comment on what is in quad hex grid
and why the lon/lat ranges in test here return the faces as shown in asserts would help the readability of the code.
Closes #1104
Overview