Skip to contents

Read stations meta data from coo file used by postbin tool.

Usage

import_meta_postbin(file = file.choose())

Arguments

file

Character vector with the path to input coo file.

Value

A data.table with points coordinates, name and code.

Examples

if (FALSE) {
cooFile <- c("extdata/station_4.0.coo")
metadata <- import_meta_postbin(cooFile)
}