https://github.com/flopp/coordinates-toolbox
A single page web-app providing several (geographic) coordinate calculations
https://github.com/flopp/coordinates-toolbox
Last synced: 11 months ago
JSON representation
A single page web-app providing several (geographic) coordinate calculations
- Host: GitHub
- URL: https://github.com/flopp/coordinates-toolbox
- Owner: flopp
- License: mit
- Created: 2017-01-02T20:16:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-01-31T22:05:43.000Z (over 2 years ago)
- Last Synced: 2025-04-05T06:28:54.274Z (about 1 year ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# coordinates-toolbox
A single page web-app providing several (geographic) coordinate calculations
The app (currently) supports:
- fuzzy coordinate parsing
- waypoint projection
- distance/bearing calculation
- coordinate format transformations
- display of results on maps
Demo: https://coords.flopp.net/

## Installation
```sh
git clone https://github.com/flopp/coordinates-toolbox.git
cd coordinates-toolbox
./setup.sh
```
All files of the web app can then be found in the `.build` folder.
Point your browser directly to `.build/index.html` or copy the content of the `.build` folder to a server of your choice.
## Third Party Stuff
The web app uses
- [GeographicLib](http://geographiclib.sourceforge.net/) (local copy)
- [Leaflet](http://leafletjs.com/) (via cdnjs)
- [Pure CSS](http://purecss.io/) (via cdnjs)
- [jQuery](https://jquery.com/) (via cdnjs)