Overhaul refactor. Still things in progress

This commit is contained in:
2025-04-05 22:42:13 -04:00
parent 310d1eaad8
commit 769762dfa7
133 changed files with 119890 additions and 8784 deletions

View File

@@ -5,18 +5,30 @@
## Setup
1. Copy `.env.TEMPLATE` to `.env`
2. Generate JWT RS256 (RSA Signature with SHA-256) Private/Public keys with `make generate`
3. Build the api and ui images with `make build`
4. Run the application with `make up`
1. Override any environment variables in `.env.local`
2. Build the api and ui images with `make build`
3. Run the application with `make up`
## Decoding METARS
## 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://github.com/mborsetti/airportsdata)
- https://www.iata.org/en/publications/directories/code-search/
- [openstreet](https://www.openstreetmap.org/#map=13/38.95223/-77.47417)
### Metar Data
Metar data is collected from aviationweather.gov.
#### Decoding METARS
The following resources were used to help decode METARS.
- [Metar Decode Key PDF](https://www.weather.gov/media/wrh/mesowest/metar_decode_key.pdf)
- [Metar Decode (NPS EDU)](https://met.nps.edu/~bcreasey/mr3222/files/helpful/DecodeMETAR-TAF.html)
- [Weather Phenomena](http://www.moratech.com/aviation/metar-class/metar-pg9-ww.html)
- Airport dataset is based on [mborsetti/airportsdata](https://github.com/mborsetti/airportsdata)
## OpenMapTiles
### OpenMapTiles
[Generate Vector Tiles](https://openmaptiles.org/docs/generate/generate-openmaptiles/)