Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 506 Bytes

interpolate.rst

File metadata and controls

25 lines (15 loc) · 506 Bytes

interpolate

  • Interpolators for spatial data

Calling Sequence

import pyTMD.interpolate
data = pyTMD.interpolate.bilinear(ilon, ilat, idata, lon, lat)

Source code

pyTMD.interpolate.bilinear

pyTMD.interpolate.spline

pyTMD.interpolate.regulargrid

pyTMD.interpolate.extrapolate