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
{{ message }}
This repository was archived by the owner on Apr 1, 2026. It is now read-only.
To avoid the error where users on the west side of the
prime meridian specify lon=100 instead of lon=-100
(for example), and analogously with lat if that also
happens, I suggest that a warning should emitted unless lat is suffixed with [nNsS] and lon is suffixed with [eEwW].
A warning should also be emitted if - is.
So for example, instead of -l 50:-100 on would write -l 50N:100W or -l 50n:100w. -l 50n:-100w would also
be accepted but emits a warning because it is ambiguous.
To avoid the error where users on the west side of the
prime meridian specify
lon=100instead oflon=-100(for example), and analogously with lat if that also
happens, I suggest that a warning should emitted unless
latis suffixed with [nNsS] andlonis suffixed with [eEwW].A warning should also be emitted if
-is.So for example, instead of
-l 50:-100on would write-l 50N:100Wor-l 50n:100w.-l 50n:-100wwould alsobe accepted but emits a warning because it is ambiguous.