Skip to content

Import a weather station observation axf-file downloaded from a Australian Bureau of Meteorology station

License

Notifications You must be signed in to change notification settings

MarkusLoew/ReadAxfBOM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReadAxfBOM

Build Status

R package to Import a weather station observation axf-file downloaded from a Australian Bureau of Meteorology station

See

help(package = "ReadAxfBOM") 

for details on the function provided by this package. The import functions returns a data frame with the weather observations. Used in this example at Rpubs:
http://rpubs.com/MarkusLoew/226759

Installation

Installation straight from github (if package "devtools" is already installed) via

devtools::install_github("MarkusLoew/ReadAxfBOM")

Example session

# load ReadAxfBOM package from the library
library(ReadAxfBOM)

# importing the file
obs <- ReadAxfBOM("observationfile.axf")

About

Import a weather station observation axf-file downloaded from a Australian Bureau of Meteorology station

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages