Skip to content

RC position sanity incorrect for LON #34

@marcus-aa

Description

@marcus-aa

55cf980

row 337, isn't the sanity check wrong? Excludes all longitudes except 180 exactly?

if lat >= -90 and lat <= 90 and lon >= -180 and lon <= -180:

should be

if lat >= -90 and lat <= 90 and lon >= -180 and lon <= 180:

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