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

Add option to return 1D arrays in grid_coordinates #388

Merged
merged 2 commits into from
Oct 24, 2022
Merged

Commits on Oct 24, 2022

  1. Add option to return 1D arrays in grid_coordinates

    The meshgrid=True option enables and disables calling numpy.meshgrid on
    the output arrays. Can be useful when building xarray grids, where we
    end up making the 2D arrays and then extracting the 1D arrays.
    leouieda committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    ef07916 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35e04fa View commit details
    Browse the repository at this point in the history