A simple website that allows you to generate METAR strings by entering the desired data. METAR (Meteorological Aerodrome Report) is a standardized format for reporting weather conditions, used in aviation.
- User-friendly interface: Enter the required data through a simple and intuitive form.
- METAR generation: Automatically converts the entered data into a valid METAR string.
- Multi-parameter support: Handles temperature, wind, visibility, pressure, and more.
- Quick copy: Allows you to copy the generated METAR string with one click.
- Clone the repository:
git clone https://github.com/SignG3T/metar-string-generator.git
- Open the
index.html
file in your browser. - Fill out the form with the desired data (e.g., wind speed, temperature, etc.).
- Click the "Generate METAR" button to get the string.
index.html
: Contains the structure of the web page.style.css
: Styling file for the website design.script.js
: Logic for generating the METAR string.README.md
: Project documentation.
Example of a generated METAR string:
LIRF 181200Z 21012KT 9999 SCT020 BKN080 12/07 Q1013 NOSIG
Explanation:
- LIRF: Airport code.
- 181200Z: Day and time (18th of the month at 12:00 Zulu).
- 21012KT: Wind direction and speed (210° at 12 knots).
- 9999: Visibility (greater than 10 km).
- SCT020 BKN080: Cloud coverage (scattered at 2000 feet, broken at 8000 feet).
- 12/07: Temperature and dew point (12°C, 7°C).
- Q1013: Atmospheric pressure (1013 hPa).
- NOSIG: No significant changes expected.
If you want to contribute:
- Fork the repository.
- Create a branch for your feature:
git checkout -b feature-feature-name
- Commit your changes:
git commit -m "Added [feature description]"
- Push the branch:
git push origin feature-feature-name
- Open a Pull Request.
This project is distributed under the MIT license. For more information, see the LICENSE
file.
For any questions or reports:
- Email: [email protected]
- GitHub: https://github.com/SignG3T