xdem.DEM.info

Contents

xdem.DEM.info#

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

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

Return type:

None | str

Returns:

Summary string or None.