Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent segfault in LambertAzimuthalEqualArea #1100

Merged
merged 2 commits into from
Aug 2, 2018

Commits on Aug 1, 2018

  1. Prevent segfault in LambertAzimuthalEqualArea

    Avoid shifting the antipode out-of-range of the PlateCarree
    projection before transforming to LambertAzimuthalEqualArea to
    compute the projection boundary.
    ajdawson committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    6d49a13 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2018

  1. Add tests for Lambert azimuthal extrema

    These tests produce the LamberAzimuthalEqualArea CRS with central
    latitudes at the poles to ensure the extreme cases work as required.
    ajdawson committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    2453bfd View commit details
    Browse the repository at this point in the history