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 19e1448577 Uniform line endings (dos2unix) 2016-08-29 20:44:55 +02:00
.gitignore added .gitignore 2016-01-25 19:08:58 +01:00
CMakeLists.txt Generate config header in extra module 2016-07-27 21:39:54 +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 added simple CMake project file 2015-12-05 22:49:18 +01:00
angle.h first commit 2015-06-24 23:20:44 +02:00
location.cpp Uniform line endings (dos2unix) 2016-08-29 20:44:55 +02:00
location.h Uniform line endings (dos2unix) 2016-08-29 20:44:55 +02:00
main.cpp Use workaround for GCC Bug 66145 2016-06-14 22:55:41 +02:00
main.h added simple CMake project file 2015-12-05 22:49:18 +01:00
utils.cpp added simple CMake project file 2015-12-05 22:49:18 +01: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.