E_SIAR {solaR2} | R Documentation |
Data on the stations that make up the SIAR network
Description
Information about the location and operational status of the stations that make up the SIAR network
Usage
data(SIAR)
Format
est_SIAR
is a data.table
with 625 estations containing the following information:
Estacion
character, name of the station.
Codigo
character, code of the station.
Longitud
numeric, longitude of the station in degrees (negative is for locations in the west).
Latitud
numeric, latitud of the station in degrees.
Altitud
integer, altitude of the station in meters.
Fecha_Instalacion
Date, day the station was installed, and therefore, the start of its records.
Fecha_Baja
Date, day the station was decommisioned, and therefore, the end of its records (if its value is
NA
, it means it is still operational).
Source
https://servicio.mapa.gob.es/websiar/
[Package solaR2 version 0.10 Index]