geoutils.PointCloud.georeferenced_coords_equal

geoutils.PointCloud.georeferenced_coords_equal#

PointCloud.georeferenced_coords_equal(pc)[source]#

Check that point cloud X/Y coordinates and CRS are equal.

Parameters:

pc (PointCloud) – Another pointcloud.

Return type:

bool

Returns:

Whether the two objects have the same georeferenced points.