Skip to content

PHP library parsing, processing and displaying data from airports or permanent weather observation stations

License

Notifications You must be signed in to change notification settings

spinopel/parser-metar-taf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parser aviation routine weather reports

Decode aviation data in format METAR and TAF.

Status static Badge PHP online compiler

This script is a PHP library which allows to parse the METAR and TAF code, and convert it to an array of data parameters. These METAR or TAF can be given in the form of the ICAO code string (in this case, the script will receive data from the NOAA website) or in raw format (just METAR/TAF code string). METAR or TAF code parsed using the syntactic analysis and regular expressions. It solves the problem of parsing the data in the presence of any error in the code METAR or TAF. In addition to the return METAR parameters, the script also displays the interpreted (easy to understand) information of these parameters.

Installation

Copy all files to your repository on web server. Change the variable raw to get the result. Run index.php in internet browser.

Links:

About

PHP library parsing, processing and displaying data from airports or permanent weather observation stations

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages