Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wakeupdxxn/haversinedistance
- Owner: wakeUPdxxn
- Created: 2024-10-05T11:38:34.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-11-25T08:15:15.000Z (about 1 month ago)
- Last Synced: 2024-12-19T22:29:37.184Z (18 days ago)
- Topics: cmake, cplusplus, cpp20, lib, library, maths
- Language: CMake
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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