geoutils.Raster.info

Contents

geoutils.Raster.info#

Raster.info(stats=False, verbose=True)#
Overloads:
  • self, stats (bool), verbose (Literal[True]) → None

  • self, stats (bool), verbose (Literal[False]) → str

Print summary information about the raster.

Parameters:
  • stats (bool) – Add statistics for each band of the dataset (max, min, median, mean, std. dev.). Default is to not calculate statistics.

  • verbose (bool) – If set to True (default) will directly print to screen and return None

Returns:

Summary string or None.