uxarray.Grid.from_face_vertices

uxarray.Grid.from_face_vertices#

classmethod Grid.from_face_vertices(face_vertices, latlon=True)#

Constructs a Grid object from user-defined face vertices.

Parameters:
  • face_vertices (list, tuple, np.ndarray) – array-like input containing the face vertices to construct the grid from

  • latlon (bool, default=True) – Indicates whether the inputted vertices are in lat/lon, with units in degrees