extract.station.name.and.location: Extract the names and the position of the individual stations...

Description Usage Arguments Value Author(s)

View source: R/import.R

Description

The DWD has a peculiar format for their description files. This function will serve as a wrapper to look up the name and the location of a station, specified using its station.id, inside a description file.

Usage

1
extract.station.name.and.location(station.id, file.description)

Arguments

station.id

String specifying a station.

file.description

Path to a description file linking the station IDs to their actual names.

Value

A list containing a string with the name of the station as one element and a numerical vector of length three ( longitude, latitude, altitude ) as the second element.

Author(s)

Philipp Mueller


theGreatWhiteShark/dwd2r documentation built on May 22, 2019, 2:26 p.m.