You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I understand the code correctly, isapprox for UTMZ coordinates requires that the zones be equal. But I think you could have very close points in two different UTM zones, right? I guess this gets to the philosophy behind isapprox. Should it mean that the coordinate representations are almost the same? Or that the points are very close?
The text was updated successfully, but these errors were encountered:
If I understand the code correctly,
isapprox
for UTMZ coordinates requires that the zones be equal. But I think you could have very close points in two different UTM zones, right? I guess this gets to the philosophy behindisapprox
. Should it mean that the coordinate representations are almost the same? Or that the points are very close?The text was updated successfully, but these errors were encountered: