remisalmon / gpx-interpolate

Python function to interpolate GPX data using piecewise cubic Hermite splines
MIT License
49 stars 12 forks source link

Invalid Input Error #2

Closed Ekta09 closed 4 years ago

Ekta09 commented 4 years ago

Hi,

I loaded my location data from .csv file and passed np array to splrep() function. It gives invalid input error. I made sure it's np array as per code's requirement. Can anyone help ?

remisalmon commented 4 years ago

Are you calling GPX_interpolate()? GPX_interpolate() uses splprep() and not splrep()

remisalmon commented 4 years ago

Closing for inactivity.