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.