Skip to content
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

Grid.from_points() with Spherical Delaunay & Voronoi #1023

Merged
merged 22 commits into from
Nov 4, 2024
Merged
Show file tree
Hide file tree
Changes from 19 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ I/O & Conversion
Grid.from_dataset
Grid.from_file
Grid.from_topology
Grid.from_points
Grid.to_xarray
Grid.to_geodataframe
Grid.to_polycollection
Expand Down Expand Up @@ -127,7 +128,12 @@ Descriptors
Grid.edge_node_distances
Grid.edge_face_distances
Grid.antimeridian_face_indices
Grid.hole_edge_indices
Grid.boundary_node_indices
Grid.boundary_edge_indices
Grid.boundary_face_indices
Grid.partial_sphere_coverage
Grid.global_sphere_coverage
Grid.triangular

Attributes
~~~~~~~~~~
Expand Down Expand Up @@ -232,6 +238,8 @@ Grid
Grid.plot.face_centers
Grid.plot.edge_coords
Grid.plot.edge_centers
Grid.face_degree_distribution
Grid.face_area_distribution


UxDataArray
Expand Down
Loading
Loading