rompy.core.grid.RegularGrid#
- pydantic model rompy.core.grid.RegularGrid[source]#
Regular grid in geographic space.
This object provides an abstract representation of a regular grid in some geographic space.
- Fields:
- Validators:
generate
»all fields
- field dx: float | None = None#
Spacing between grid points in the x direction
- Validated by:
- field dy: float | None = None#
Spacing between grid points in the y direction
- Validated by:
- field grid_type: Literal['regular'] = 'regular'#
Type of grid, must be ‘regular’
- Validated by:
- property x: ndarray#
- property xlen#
- property y: ndarray#
- property ylen#