Update: I just pushed the linear extrapolation stuff to https://github.com/tlycken/Interpolations.jl/pull/50, so now linear extrapolation works for any interpolation type that supports `gradient` (which, as noted above, unfortunately doesn't include gridded interpolation yet).
*@Tim*, I need some help to wrap that PR up, and would be really grateful for your input; see the questions in the latest comment on the PR. Thanks in advance. // T On Monday, August 31, 2015 at 4:19:50 PM UTC+2, Tim Holy wrote: > > On Monday, August 31, 2015 05:57:19 AM Nils Gudat wrote: > > I thought that Interpolations.jl could do this (it's ticked off the > feature > > wishlist here: https://github.com/tlycken/Interpolations.jl/issues/5), > but > > from what I understand this only works for regularly spaced data? > > See the section > https://github.com/tlycken/Interpolations.jl#gridded-interpolation > about "knots". I didn't realize the extrapolation didn't work anymore. > Bummer, > because Interpolations is _wicked_ fast ;-), as the benchmarks show. > > --Tim > >
