globalmapper.AreProjectionsEquivalent ===================================== .. currentmodule:: globalmapper .. py:function:: AreProjectionsEquivalent (GM_Projection_t aProj1, GM_Projection_t aProj2) -> GM_Error_t32, bool Determines if 2 projections represent the same coordinate system. This is smart enough to treat projections like a particular UTM zone as equivalent to its base Transverse Mercator projection with the right parameters. :param GM_Projection_t aProj1: First projection to check :param GM_Projection_t aProj2: Second projection to check :returns: Error Code :rtype: GM_Error_t32 :return: Are they the same? :rtype: bool