Learn R Programming

imgw (version 0.1.0)

meteo_stations: Location of the meteorological stations

Description

The object contains weather stations coordinates, ID numbers, and elevations

Usage

meteo_stations

Arguments

Format

The data contains a data.frame with 1998 obs. of 3 variables:

  • id Station ID

  • X Longitude

  • Y Latitude

The object is in the geographic coordinates using WGS84 (EPSG:4326).

Examples

Run this code
# NOT RUN {
data(meteo_stations)
head(meteo_stations)
# }

Run the code above in your browser using DataLab