https://github.com/ekspek/city-compass
Create a compass that points to other major waypoints on the planet based on a given coordinate.
https://github.com/ekspek/city-compass
Last synced: about 1 year ago
JSON representation
Create a compass that points to other major waypoints on the planet based on a given coordinate.
- Host: GitHub
- URL: https://github.com/ekspek/city-compass
- Owner: ekspek
- Created: 2019-07-08T20:14:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-07T22:21:33.000Z (almost 7 years ago)
- Last Synced: 2025-06-10T04:03:48.460Z (about 1 year ago)
- Language: Lua
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# City Compass
Lua script to create a compass for a specific coordinate that gives the distance to other major (or specific) waypoints from that coordinate aside from the four major cardinal directions.
The current idea is to give the input data (cities and other waypoints) via a .csv document, using the WGS84 reference to perform the calculations, and make a LuaLaTeX document that uses the code to make a simple, ugly TikZ-based compass printout as an example.