The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

pmetar

CRAN cran checks Project Status: Active – The project has reached a stable, usable state and is being actively developed. monthly total

Package allows to download current and historical METAR weather reports and decode basic parameters.

METAR weather reports source web pages

The main functions scrap data from the below web pages:

  1. For current reports, the function metar_get:
  1. For historical reports, the function metar_get_historical:

Please take into consideration that the http://www.ogimet.com/ can block too frequent requests for data due to the server overload.

Locations of METAR stations

Information about the locations of the METAR stations / ariports were taken from two sources:

  1. The first choice is the file from https://ourairports.com/data/ created by David Megginson.
  2. If information can’t be found, the second source is searched, the ADDS Station Table prepared by Greg Thompson NCAR/RAP. The file is available on the web page of Aviation Weather Center https://weather.ral.ucar.edu/surface/stations.txt from NOAA National Weather Service https://www.weather.gov/

The both above data sources are in the public domain.

Package pmetar is for extracting and parsing information, from current or historical METAR reports, only.

Don’t use it for flight planning or navigation!

Installation

CRAN version

install.packages("pmetar")

Get the development version 0.4.0.2 from github:

# install.packages("devtools")
devtools::install_github("prcwiek/pmetar")
library('pmetar')

Contributors

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.