AISViz / AISdb

AISdb Python package for smart AIS data storage and interaction.
https://aisviz.cs.dal.ca
GNU Affero General Public License v3.0
7 stars 0 forks source link

Interpolation #35

Closed gabrielspadon closed 6 months ago

gabrielspadon commented 6 months ago

@JayKumarr and @Jinnkunn, whenever you can, could you please add two other algorithms for interpolation? One is the great-circle interpolation and the other is interpolation with polylines for better handling curves. Thanks!

JayKumarr commented 6 months ago

I have added the great-circle interpolation, however, I cannot find the interpolation with polyline check these links out and let me know: https://www.mathworks.com/help/map/geographic-interpolation-of-vectors.html https://docs.scipy.org/doc/scipy/reference/generated/scipy.interpolate.barycentric_interpolate.html#scipy.interpolate.barycentric_interpolate