Cleaned up metars some, fixed humidity calculation
This commit is contained in:
11
README.md
11
README.md
@@ -35,13 +35,13 @@ to allow communication within the docker network
|
||||
* `ADMIN_EMAIL` - Please change in production environments
|
||||
* `ADMIN_PASSWORD` - Please change in production environments
|
||||
* `VITE_API_URL` - Change to the FQDN of the URL that is reachable through the internet.
|
||||
For example: `https://aviaation.bensherriff.com`
|
||||
For example: `https://aviation.bensherriff.com`
|
||||
* `__VITE_ADDITIONAL_SERVER_ALLOWED_HOSTS` - Change to the domain of the `VITE_API_URL`.
|
||||
For example: `aviation.bensherriff.com`
|
||||
|
||||
If the App is not directly exposed to the internet (i.e., behind another reverse proxy or similar),
|
||||
then `NGINX_SSL_ENABLED` most likely should be `false`. The `NGINX_SSL_ENABLED` should only be
|
||||
enabled when you need to setup SSL directly. However, the SSL configuration is incomplete, and may
|
||||
enabled when you need to set up SSL directly. However, the SSL configuration is incomplete, and may
|
||||
require additional configuration that is not included in this README.
|
||||
* Additionally, run `make cert` to generate certificates.
|
||||
|
||||
@@ -64,7 +64,10 @@ Metar data is collected from aviationweather.gov.
|
||||
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)
|
||||
- [moratech.com](http://moratech.com/aviation/metar-class/metar.html#INDEX)
|
||||
|
||||
### OpenMapTiles
|
||||
[Generate Vector Tiles](https://openmaptiles.org/docs/generate/generate-openmaptiles/)
|
||||
[Generate Vector Tiles](https://openmaptiles.org/docs/generate/generate-openmaptiles/)
|
||||
|
||||
### Other data
|
||||
- https://www.faa.gov/air_traffic/weather/asos
|
||||
|
||||
Reference in New Issue
Block a user