Popularity
4.3
Declining
Activity
0.0
Stable
5
2
4
Monthly Downloads: 28
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.
-
streaming
An optimized general monad transformer for streaming applications, with a simple prelude of functions
InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
Promo
www.influxdata.com
Do you think we are missing an alternative of gps or a related project?
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.