Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

[RFC] Explicit N/S and E/W suffixes #107

@maandree

Description

@maandree

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions