Philip Chmielowiec
Philip Chmielowiec
Usage example showcasing GCA functionality, such as as point/GCA and GCA/GCA intersections.
Our CI tests and linkchecks occasionally fail without an underlying cause. We may consider adding retry steps into our CI workflows before failing the whole action. e.g. [geocat-comp-issue#529](https://github.com/NCAR/geocat-comp/issues/529) & [geocat-comp-pr#532](https://github.com/NCAR/geocat-comp/pull/532)....
> > > I would say that our test `test_centroids_from_mean_verts_scrip` is pretty comprehensive, since it runs the algorithm on a dataset that already has `Mesh2_face_x/y` and the results match up....
Should showcase our directly supported plotting methods.
Most MPAS grid datasets already contain face areas, parse them at the I/O step.
### Proposed new feature or change: If an inputted dataset already contains face areas, we should recognize and parse them, performing any unit conversions if necessary.
### Proposed new feature or change: Allow for the following groupings to obtain Dimension, Coordinate, & Connectivity Variables as a dict-like container or similar implementation. ```Python Grid.dims Grid.coords Grid.spherical_coords Grid.cartesian_coords...
### Proposed new feature or change: Plot the geometry of the unstructured grid (i.e. mesh) without any data variables, using internal connectivity information to derive the necessary data structures to...
### Proposed new feature or change: Rasterized version #483