lagrangian.MapProperties¶
-
class
lagrangian.MapProperties¶ Bases:
pybind11_builtins.pybind11_objectProperties of a regular grid
-
__init__(self: lagrangian.core.MapProperties, nx: int, ny: int, x_min: float, y_min: float, step: float) → None¶ Default constructor
Methods
MapProperties.x_axis(self)Gets the x-axis values
MapProperties.y_axis(self)Gets the y-axis values
Attributes
Number of longitudes in the grid
Number of latitudes in the grid
Step between two consecutive longitudes and latitudes
Minimal longitude
Minimal latitude
-