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

BUG: Ensure numpy masked arrays stay masked after projection #1103

Merged

Commits on Jul 11, 2022

  1. Ensure numpy masked arrays stay masked after projection

    As noted in pyproj4#1102, projecting numpy masked arrays returned numpy masked
    arrays in the 2.x series of pyproj.  This behaviour changed in commit
    4ab3ff7 as part of the 3.x series, where a "plain" numpy ndarray was
    returned.  The change implemented here ensures that projecting numpy
    masked arrays returns masked arrays as was previously the case.
    paultcochrane committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    0808144 View commit details
    Browse the repository at this point in the history