xdem.DEM.info

Contents

xdem.DEM.info#

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

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

Print summary information about the DEM.

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.