⚠️ Our 0.1 release refactored several early-development functions for long-term stability, to update your code see here. ⚠️
Future changes will come with deprecation warnings! 🙂

geoutils.Raster.info

Contents

geoutils.Raster.info#

Raster.info(stats=False, verbose=True)[source]#

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

Return type:

None | str

Returns:

summary string or None.