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 f8e9c9a46f updated version, added missing resources 2015-12-27 22:36:33 +01:00
resources updated version, added missing resources 2015-12-27 22:36:33 +01:00
CMakeLists.txt updated version, added missing resources 2015-12-27 22:36:33 +01: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
general.pri disable new ABI (can't catch ios_base::failure with new ABI) 2015-12-15 23:33:24 +01:00
geocoordinatecalculator.pro updated version, added missing resources 2015-12-27 22:36:33 +01:00
location.cpp added simple CMake project file 2015-12-05 22:49:18 +01:00
location.h added simple CMake project file 2015-12-05 22:49:18 +01:00
main.cpp improved project files 2015-12-08 08:33:39 +01: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.