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

Cell Tree, Index translation, and Bilinear Interpolation #78

Merged
merged 12 commits into from
Feb 9, 2016

Commits on Feb 1, 2016

  1. Reset repo from clean fork.

    Added: Interpolation, Cell Tree, variable data lookup
    jay-hennen committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    dcb67bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85668ab View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2016

  1. major refactoring to deal with API changes

    Added a more efficient 1 function interpolation 
    Added translation into the sgrid object itself 
    points_in_polys can now work on polygons defined as points or arrays of
    x/y values 
    Added simplistic caching behavior to variables to avoid repeat lookups
    jay-hennen committed Feb 2, 2016
    Configuration menu
    Copy the full SHA
    d31bacf View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2016

  1. Refinement of interpolation and beginning of renaming

    Added edge1/2_lon/lat to load_grid() 
    Allowed passing in interpolation alphas to avoid repetition
    jay-hennen committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    9058a83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91e7e06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2bf440 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5799d53 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2016

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

Commits on Feb 8, 2016

  1. Configuration menu
    Copy the full SHA
    6b77f02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc55e06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8f7bcb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a5fde1 View commit details
    Browse the repository at this point in the history