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 pass coordinates to the grid method #326

Merged
merged 19 commits into from
Nov 3, 2021

Commits on May 19, 2021

  1. Add option to pass coordinates to the grid method

    Start drafting the addition of an optional coordinates argument to the
    grid method of the BaseGridder.
    It would allow use to predict on preexisting grids and obtain
    a xr.Dataset as output.
    Add a new example that passes the coordinates of a preexisting grid to
    a Chain with a Spline inside.
    Write a new meshgrid_from_1d function that creates a meshgrid out of 1d
    horizontal arrays, but also checks if they have a single dimensions and
    supports for passing extra coordinates as 2d-arrays.
    santisoler committed May 19, 2021
    Configuration menu
    Copy the full SHA
    2e88327 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. Configuration menu
    Copy the full SHA
    1a95532 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    santisoler authored May 26, 2021
    Configuration menu
    Copy the full SHA
    af3babb View commit details
    Browse the repository at this point in the history
  3. Add test functions

    santisoler committed May 26, 2021
    Configuration menu
    Copy the full SHA
    84ba68c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    68c6820 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. Configuration menu
    Copy the full SHA
    d0067c3 View commit details
    Browse the repository at this point in the history
  2. Rename grid_coordinates variable to grid_coords

    Rename variable to avoid overriding the grid_coordinates function
    santisoler committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    3edb79a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1434206 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ce72d0 View commit details
    Browse the repository at this point in the history
  5. Fix linting error

    santisoler committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    2682c1b View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. Improve error message

    Co-authored-by: Leonardo Uieda <[email protected]>
    santisoler and leouieda authored Aug 2, 2021
    Configuration menu
    Copy the full SHA
    4fe7e8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7add8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e614ee View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. Remove example for this new feature

    We will change every gridding example so they predefine grid coordinates
    and pass them as the `coordinates` argument.
    santisoler committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    e196bee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    914097c View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. Extend docstring of grid method

    Co-authored-by: Leonardo Uieda <[email protected]>
    santisoler and leouieda authored Aug 27, 2021
    Configuration menu
    Copy the full SHA
    f929efe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0107912 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5fbbbf View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. Configuration menu
    Copy the full SHA
    ee26e8b View commit details
    Browse the repository at this point in the history