hydroMet-class {hydroToolkit}R Documentation

hydroMet superclass object

Description

A suitable object for store basic information about an hydro-meteorological station.

Value

A basic hydroMet class object.

Slots

id

numeric. This is the ID assigned by the agency.

agency

character. The name of the agency (or institution) that provides the data of the station.

station

character. The name of the (hydro)-meteorological station.

lat

numeric. Latitude of the station.

long

numeric. Longitude of the station

alt

numeric. Altitude of the station.

country

character. Country where the station is located. Argentina is set as default value.

province

character. Name of the province where the station is located. Mendoza is set as default value.

river

character. Basin river's name.

active

logical. It indicates whether or not the station is currently operated. Default value is TRUE.


[Package hydroToolkit version 0.1.0 Index]