geoutils.PointCloud.pointcloud_equal

geoutils.PointCloud.pointcloud_equal#

PointCloud.pointcloud_equal(other, **kwargs)[source]#

Check if two point clouds are equal.

This means that: - The two vectors (geodataframes) are equal. - The data column is the same for both point clouds.

Keyword arguments are passed to geopandas.assert_geodataframe_equal.

Return type:

bool