-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
I have a GPX file that uses negative longitudinal values for those west of the prime meridian. In matplotlib_plots there is the following line:
min_lat, min_lon = max(0, min_lat - offset), max(0, min_lon - offset)
that will force both the min and max longitudinal values to be zero if they are negative (and within offset of zero).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels