polartoolkit.get_grid_registration#
- get_grid_registration(grid)[source]#
Returns the registration of the specified grid.
- Parameters:
grid (str or xarray.DataArray) ā Input grid to get registration from. Filename string or loaded grid.
- Returns:
āgā for gridline or āpā for pixel registration.
- Return type:
str | None