Coordinate data is contained in the header of the file

read_mow_data(filename, n_max = Inf)

Arguments

filename

path/filename of the RWS datafile

n_max

integer; shortcut for testing, loading just a section of the data

Value

data.frame with the headers location_name, datetime (UTC), value, unit, variable_name, latitude, longitude and source_filename

Examples

if (FALSE) {
# see vignettes for more examples
file_path <- "mow_file.txt"
mow_data <- read_mow_data(file_path)
}