Dec. 5, 2018
2:24 a.m.
On Tue, Dec 04, 2018 at 10:21:20AM +0100, Alistair Grant wrote:
Does anyone know of a library for processing GPS coordinates?
What I'm looking for are things like:
- Parsing from and printing to various string formats (HMS, NESW, decimal) - Distance between two points - etc.
SQLite-based possibilities: - Spatialite: https://www.gaia-gis.it/fossil/libspatialite/index - R*Tree: https://sqlite.org/rtree.html - GeoPoly: https://sqlite.org/geopoly.html