Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 464 Bytes

sph_spline.rst

File metadata and controls

19 lines (12 loc) · 464 Bytes

sph_spline

  • Interpolates data over a sphere using spherical surface splines in tension

Calling Sequence

import spatial_interpolators as spi
output = spi.sph_spline(lon, lat, data, longitude, latitude, tension=0.5)

Source code

spatial_interpolators.sph_spline