Developer Notebooks
Finding and Adding Neighbors (code link) : methods that connect neighboring points across subdomain edges.
Regular Grid Layouts (code link) : different ways to split a rectangular array into subdomains.
NEMO Ocean Model Grid (code link) : illustrate support and vector operations on this grid (requires data).
Ocean Polygons (code link) ; split the global ocean using polygons (requires data).
The Polygons notebook (code link) illustrates how grids in
MeshArrays.jlcan be represented as sets of Polygons (2D) or LineStrings (3D) using GeoInterface.jl.The GeometryOps notebook (code link) has a few more tests with GeometryOps.jl.