https://github.com/bogind/flights
locations of planes in 3 dimensions
https://github.com/bogind/flights
Last synced: about 1 month ago
JSON representation
locations of planes in 3 dimensions
- Host: GitHub
- URL: https://github.com/bogind/flights
- Owner: bogind
- Created: 2019-10-06T05:43:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-19T09:38:51.000Z (about 2 years ago)
- Last Synced: 2025-10-10T04:19:15.373Z (8 months ago)
- Language: JavaScript
- Homepage: https://bogind.github.io/flights
- Size: 13 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 3D Markers of Flights Locations
Using known bearings and distances between the center of a polygon and each of its vertices,
It's possible to use [MapBox GL JS](https://docs.mapbox.com/mapbox-gl-js/overview/) along with [Turf.js](https://turfjs.org/docs) to create markers based on a simply (not very well) drawn polygon.
The planes' heading is based on the bearing reported, their base height is based on barometric altitude reported,
and the height for all of them is 20 meters.
### Each plane is drawn 150 times larger than a normal plane size.
### The locations are updated every 5 seconde.