geoutils.PointCloud.info# PointCloud.info(verbose=True, stats=False)[source]# Print summary information about the point cloud. Overloads: self, verbose (Literal[True]), stats (bool) → None self, verbose (Literal[False]), stats (bool) → str 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.