Popularity
4.4
Declining
Activity
0.0
Stable
5
2
4

Monthly Downloads: 7
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Data    

gps alternatives and similar packages

Based on the "Data" category.
Alternatively, view gps alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of gps or a related project?

Add another 'Data' Package

README

GPS

Querying and manipulating GPS coordinates


This is a Haskell library for querying and manipulating GPS coordinates and/or trails (lists of coordinates).

Features

  • basic coordinate operations: speed, distance and heading
  • advanced coordinate functions: addVector, divideArea, and point interpolation
  • flat-plain geometry: circleIntersectionPoints, intersectionArcsOf, maximumDistanceOfArc
  • Trail filters and queries including: total distance, time, average speed, convex hull, bezier curve interpolation and more.

The Future

  • Determine the "best guess" triangulation coordinate given a set of intersecting circles.