polartoolkit.get_grid_info#
- get_grid_info(grid, print_info=False)[source]#
Returns information of the specified grid.
- Parameters:
grid (str or xarray.DataArray) â Input grid to get info from. Filename string or loaded grid.
print_info (bool, optional) â If true, prints out the grid info, by default False
- Returns:
(string of grid spacing, array with the region boundary, data min, data max, grid registration)
- Return type: