QSHEP2D is a FORTRAN90 library which interpolates scattered 2D data.
QSHEP2D takes a set of data values ZDAT(XDAT,YDAT), where the points (XDAT,YDAT) are "scattered" in the plane, and constructs an interpolating function Z(X,Y) which matches the given data, and extends smoothly through the plane.
QSHEP2D is primarily a FORTRAN90 "translation" of a FORTRAN77 program which was written by Robert Renka and published in the ACM Transactions on Mathematical Software.
QSHEP2D is ACM Transactions on Mathematical Software Algorithm number 660. The original text of any ACM TOMS algorithm is available through ACM: http://www.acm.org/pubs/calgo or NETLIB: http://www.netlib.org/toms/index.html
BIVAR is a FORTRAN90 library which takes scattered 2D data and produces an interpolating function F(X,Y).
QSHEP3D is a FORTRAN90 library which takes scattered 3D data and produces an interpolating function F(X,Y,Z).
Robert Renka
You can go up one level to the FORTRAN90 source codes.