461ed2ba62384678ef77723039059b01c0f9fbd9
Makefile
make help to list all commands
Setup
- Override any environment variables in
.env.local - Build the required images. Running just
make buildwill build thenginximagemake build f=nginxmake build f=apimake build f=ui
- Generate the SSL certificates with
make cert d=<DOMAIN>- Running just
make certwill generatelocalhostcertificates
- Running just
- Run the application with
make up
Data Sources
Airport Data
Potential Data sources
- https://adip.faa.gov/agis/public/#/airportSearch/advanced
- https://www.icao.int/Aviation-API-Data-Service/Pages/default.aspx
- https://ourairports.com/data/
- mborsetti/airportsdata
- https://www.iata.org/en/publications/directories/code-search/
- openstreet
Metar Data
Metar data is collected from aviationweather.gov.
Decoding METARS
The following resources were used to help decode METARS.
OpenMapTiles
Description
Languages
Rust
65.5%
TypeScript
23.1%
CSS
6%
Shell
1.6%
HTML
1.5%
Other
2.3%
