Command line tool for basic calculations with geo coordinates such as format conversions and calculation of distance, bearing, mid point, destination and more
Go to file
Martchus b9517071cb configure as console-only application 2015-09-01 20:34:20 +02:00
LICENSE first commit 2015-06-24 23:20:44 +02:00
README.md first commit 2015-06-24 23:20:44 +02:00
angle.cpp first commit 2015-06-24 23:20:44 +02:00
angle.h first commit 2015-06-24 23:20:44 +02:00
general.pri updated project files 2015-08-26 21:11:56 +02:00
geocoordinatecalculator.pro configure as console-only application 2015-09-01 20:34:20 +02:00
location.cpp first commit 2015-06-24 23:20:44 +02:00
location.h first commit 2015-06-24 23:20:44 +02:00
main.cpp first commit 2015-06-24 23:20:44 +02:00
main.h first commit 2015-06-24 23:20:44 +02:00
utils.cpp first commit 2015-06-24 23:20:44 +02:00
utils.h first commit 2015-06-24 23:20:44 +02:00

README.md

geocoordinatecalculator

Command line tool for basic calculations with geo coordinates such as format conversions and calculation of distance, bearing, mid point, destination and more.

Build instructions

The application depends on c++utilities and is built in the same way.