geoutils.PointCloud.georeferenced_coords_equal

geoutils.PointCloud.georeferenced_coords_equal#

PointCloud.georeferenced_coords_equal(pc, warn_3d_crs=True)#

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

Parameters:
  • pc (Any) – PointCloud, point-cloud accessor or GeoDataFrame to compare.

  • warn_3d_crs (bool) – Whether to warn if the vertical CRS differs.

Return type:

bool

Returns:

True if the point coordinates and CRS are equal.