Command line tool for basic calculations with geo coordinates such as format conversions and calculation of distance, bearing, mid point, destination and more
Перейти к файлу
Martchus f39ae65ef7 Avoid CMake deprecation warning by bumping version 2023-07-23 21:08:50 +02:00
.gitignore Apply clang-format 2017-05-01 03:40:44 +02:00
CMakeLists.txt Avoid CMake deprecation warning by bumping version 2023-07-23 21:08:50 +02:00
LICENSE first commit 2015-06-24 23:20:44 +02:00
README.md Add copyright notice 2022-04-05 20:26:09 +02:00
angle.cpp Adapt to changes in c++utilities 2019-06-10 22:44:05 +02:00
angle.h Apply clang-format 2017-05-01 03:40:44 +02:00
location.cpp Adapt to changes in c++utilities 2019-06-10 22:44:05 +02:00
location.h Apply clang-format 2017-05-01 03:40:44 +02:00
main.cpp Fix typos found via `codespell --skip .git -w` 2021-07-03 19:48:28 +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.

Copyright © 2015-2022 Marius Kittler

All code is licensed under GPL-2-or-later.