-
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: Construct Grid From Points #442
base: main
Are you sure you want to change the base?
Conversation
Pending #395, once it's in we'll restructure the |
add a notebook example |
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
@philipc2 Something in your recent commit broke all the test cases? |
Let me fix it! I started merging main into it last night, but haven't finished yet |
Closes #349
Overview
The goal is to take in points on a sphere, and be able to create the connectivity information using just the points. The two methods to do this are Voronoi and Delaunay Triangulation. For spherical Voronoi we can use scipy's SphericalVoronoi. For the Delaunay Triangulation, first we must project it to a plane, then use scipy's Delaunay Triangulation, and then relate that back to the sphere. The projection can be done using Stereographic Projection
Expected Usage
PR Checklist
General
Testing
Documentation
_
) and have been added todocs/internal_api/index.rst
docs/user_api/index.rst
Examples
docs/examples/
folderdocs/examples.rst
toctreedocs/gallery.yml
with appropriate thumbnail photo indocs/_static/thumbnails/