NEWS
pmetar 0.5.01
BUG FIXES
- Added time stamp at midnight when decoding METARs
pmetar 0.5.0 (2023-10-25)
BUG FIXES
- PKGNAME-package \alias fixed
- Change to the new Aviation Weather Center API in metar_get()
- Change of links to Aviation Weather Center
- Change of links to the file stations.txt
- Update of a data set containing the list of airports
pmetar 0.4.1 (2023-05-07)
BUG FIXES
- Fixed problems with decoding TCU in metar_cloud_coverage()
- Fixed problems with unknown airports IATA and ICAO codes
- Fixed problems with decoding visibility like P6SM
- Fixed wrong handling of correctness for METAR without pressure
NEW FEATURES AND CHANGES
- Changed the parameter name numeric_only in metar_visibility()
- Added numeric_only in metar_decode for metar_visibility()
- Update of vignettes
pmetar 0.4.0 (2022-09-04)
BUG FIXES
- Fixed problems with downloading historical data from the Ogimet server
- Fixed several bugs with METAR reports decoding
NEW FEATURES
- Added parameter numeric_only to metar_decode()
- Added parameter check to metar_decode()
- Added parameter sep to metar_decode()
- Added new function metar_is_correct()
- Added new function metar_print()
- Update of metar_decode() for better handling errors
OTHERS
- Update of both airports lists
- Update of vignettes
- Improving how the packages which use Internet resources should fail gracefully with
an informative message.
pmetar 0.3.3 (2022-03-08)
BUG FIXES
- metar_decode() fixed fails with METAR COR
pmetar 0.3.2 (2021-11-04)
BUG FIXES
- Packages which use Internet resources should fail gracefully with an informative message.
pmetar 0.3.1 (2021-03-03)
BUG FIXES
- metar_get() fixed failures with Rcurl, OpenSSL and TLS on Windows
pmetar 0.3.0 (2021-01-13)
BUG FIXES
- metar_cloud_coverage() fixed failures with R old releases
- metar_wx_codes() fixed failures with R old releases
- metar_speed() fixed problems with zero wind speed value when wind direction is variable (VRB)
- metar_cloud_coverage() fixed issue with BKN///
- metar_pressure fixed issue with parsing pressure at the end of METAR reports
NEW FEATURES
- Added option altimeter in metar_decode for selecting pressure value, hPa or mmHg
- Added function metar_rwy_visibility for decoding runway(s) visibility
pmetar 0.2.7.0 (2020-09-09)
NEW FEATURES