MeteoBox is a web component for (Seaside)[http://www.seaside.st] framework. The main goals of this little project are:
- Choose a airport meteo station (by example, ELBG) and displaying in realtime the meteo observations in a web page
- Based on regulary and officialy updated METAR notices
- Apply a style to the info box
- With cosmetic toys like smart icons, etc.
- Forecasts (Must have).
**Note : **This repository (and eventually the website) is currently working in progress, so don't be too bad with the content but constructive. If you have remarks, suggestions, code or anything else, please share it.
TBC
- Data exploitation : http://meteo-blois.blogspot.be/2015/04/exploiter-les-donnees-meteo-gratuites.html
- Some informations about METAR Structure : http://weather.unisys.com/wxp/Appendices/Formats/METAR.php
- Another good Wikipedia reference : [https://fr.wikipedia.org/wiki/METAR] (https://fr.wikipedia.org/wiki/METAR)
- Howto decode METAR : http://www.metoffice.gov.uk/media/pdf/n/d/HeliBrief_Help_-Aerodrome_Actual_Weather-_METAR_Decode.pdf
- Howto decode TAF : http://www.metoffice.gov.uk/media/pdf/p/4/HeliBrief_Help_-Aerodrome_Forecast-_TAF_Decode.pdf
- What a TAF values actually mean : http://www.metoffice.gov.uk/binaries/content/assets/mohippo/pdf/aviation/ga/what-taf-values-actually-mean.pdf
- Official observations repository : http://tgftp.nws.noaa.gov/data/observations/metar
- Most recent stations list : https://www.aviationweather.gov/docs/metar/stations.txt
- Stations and locations : https://www.aviationweather.gov/docs/metar/sao.cty
- Api for app (REST mode).
- Store each request into database.
- Add session managment.
- Documentation.