Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/one19/flight-recorder
a tiny util to log out the flights going over my apartment
https://github.com/one19/flight-recorder
Last synced: 7 days ago
JSON representation
a tiny util to log out the flights going over my apartment
- Host: GitHub
- URL: https://github.com/one19/flight-recorder
- Owner: one19
- Created: 2023-04-04T07:17:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-06T12:46:55.000Z (almost 2 years ago)
- Last Synced: 2024-12-23T02:43:17.820Z (15 days ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FLIGHT FINDER
### WHAT DO
run `node find-flights.mjs`
it then:
1. searches in the bounding box in our sky using airlabs
2. finds the most likely flight to be flying over right now
3. logs that into the terminal
4. writes it into a file inside our flight-finder repo for later consumption### TODO:
1. attempt to use a flight path api to determine a better closest-approach distance, since our linear approximation is a bit poor.
2. use it alot and dial it in to find better filtering parameters for our home
3.