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 aeb097a549 Use ArgumentParser::parseArgsOrExit() 2017-09-29 17:17:31 +02:00
.gitignore Apply clang-format 2017-05-01 03:40:44 +02:00
CMakeLists.txt Use ArgumentParser::parseArgsOrExit() 2017-09-29 17:17:31 +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 Apply clang-format 2017-05-01 03:40:44 +02:00
angle.h Apply clang-format 2017-05-01 03:40:44 +02:00
location.cpp Apply clang-format 2017-05-01 03:40:44 +02:00
location.h Apply clang-format 2017-05-01 03:40:44 +02:00
main.cpp Use ArgumentParser::parseArgsOrExit() 2017-09-29 17:17:31 +02:00
main.h Apply clang-format 2017-05-01 03:40: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.