It would be nice to have something like this: ``` julia type NearestGrid <: AbstractGrid ``` It just does nearest neighbor interpolation. It should be pretty simple to implement.