1.1 KiB
Executable File
1.1 KiB
Executable File
Aviation Weather
Makefile
make help to list all commands
Setup
- Override any environment variables in
.env.local - Build the api and ui images with
make build - 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.