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

FIX: Handle non-earth bodies within Projections #2283

Merged
merged 2 commits into from
Nov 30, 2023

Commits on Nov 9, 2023

  1. FIX: Handle non-earth bodies within Projections

    There were several places that initialized PlateCarree with
    no globe. We want to use the same globe as the Projection we
    are transforming between if the user doesn't pass one in explicitly.
    greglucas committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    d4c0ef0 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. MNT: Refactor projection handling in Formatters

    Move the source and target projection calculation into the
    set_axis() call instead of the __call__ method.
    greglucas committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    a6c3419 View commit details
    Browse the repository at this point in the history