Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wakeupdxxn/haversinedistance

lib for counting distance between to point by рaversine formula
https://github.com/wakeupdxxn/haversinedistance

cmake cplusplus cpp20 lib library maths

Last synced: 18 days ago
JSON representation

lib for counting distance between to point by рaversine formula

Awesome Lists containing this project

README

        

[![build and test](https://github.com/wakeUPdxxn/byteReverse/actions/workflows/pipeline.yml/badge.svg)](https://github.com/wakeUPdxxn/byteReverse/actions/workflows/pipeline.yml)
# haversineDistance
Header-only for counting distance between two point by haversine formula. Requires c++20
## Not necessary steps:
### build static lib and tests:
./all_build.sh
### run tests:
./all_test.sh
### to install compiled static version:
./install.sh
### if unix does not open scripts, try use before: sudo chmod +x
### tested at ubuntu-latest and msys2