Hi! See: https://groups.google.com/d/msg/julia-users/XH7SRGHc6Pg/OQSouoUoAwAJ
Cheers, Kaj On Thursday, November 17, 2016 at 9:48:07 PM UTC+2, Pieterjan Robbe wrote: > > I am trying to do interpolation on irregular grids using > Interpolations.jl. From its documentation: > > Currently its support is best for B-splines and also supports irregular >> grids. > > > Anyone knows how I get the irregular grids to work? Basically, I have > some triples (x,y,u) where x,y is a data point and u is a measurement. I'd > like to find the value at (x*,y*). >