-
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: HEALPix to UGRID #1147
base: main
Are you sure you want to change the base?
DRAFT: HEALPix to UGRID #1147
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
nside: int, ipix: Any, nest: bool = False, lonlat: bool = False | ||
) -> Tuple[Any, Any, Any, Any]: | ||
if nest: | ||
fu = hp._chp.nest2ang_uv |
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.
Please put TO-DO for these that clarifies we will start using healpix user API once this issues is addressed
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.
Will do! Haven't had a chance to create the docstrings yet for any of the functions.
how do you get healpix mesh data, what is the format? do you have an example? |
I've put a few examples in #1028 which are a good read |
…Y/uxarray into philipc2/healpix-to-ugrid
…Y/uxarray into philipc2/healpix-to-ugrid
Closes #1097
Overview
Grid.from_healpix(resolution_level, nest, pixels_only)
classmethod that constructs a UGRID-compliant representation of a HEALPix Gridface_node_connectivity,
node_lonand
node_lat` computed when the user requires them (i.e. for plotting)Examples