Skip to contents

Read stations meta data from coo file. This function is not necessary since relevant metadata are already include in the data files and read by import_data_arpameteo.

Usage

import_metadata_arpameteo(file = file.choose())

Arguments

file

Path to input coo file

Value

A data.table with points coordinates, name

Examples

if (FALSE) {
metadata <- import_metadata_arpameteo(cooFile)
}