Python function for creating cubic spline from lat/lon points

Job ID: 33786920

Budget: $10 – $30 AUD

I need a python function that can create a cubic spline from a set of points.

The function should take a list of points.
((146.50302, -26.417881), (146.520779, -26.431321), (146.530607, -26.43086), (146.549262, -26.436251), (146.58783, -26.425387), (146.60285, -26.414395), (146.621923, -26.41346), (146.635466, -26.415702), (146.655872, -26.408822))

and create a cubic spline that passes through each point. See https://docs.scipy.org/doc/scipy/reference/generated/scipy.interpolate.CubicSpline.html
Related categories: Python Mathematics NumPy SciPy Engineering Mathematics