readCDTStationData: Read CDT station format file.

View source: R/cdtParseStationData_functions.R

readCDTStationDataR Documentation

Read CDT station format file.

Description

Read CDT station format file.

Usage

readCDTStationData(file, sep = ",", na.strings = "-99")

Arguments

file

character, full path to the file containing the CDT data

sep

character, the column's separator of the data

na.strings

character, the missing values flag

Value

A CDT stations data objects. It is a list object with elements

  • id: Vector of the points/stations id

  • lon: Vector of the points/stations longitude

  • lat: Vector of the points/stations latitude

  • elv: Vector of the points/stations elevation, NULL if there is no elevation data

  • dates: Vector of the dates or times of the data

  • data: Matrix of the data, row indicates the dates and column the stations


rijaf-iri/CDT documentation built on July 3, 2024, 2:54 a.m.