Skip to content

Negative long readings #15

@SpinDoc96

Description

@SpinDoc96

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions