Learn R Programming

meteo (version 0.1-4)

stations: Data frame containing stations' information

Description

Data frame containing stations' information of merged daily observations from the Global Surface Summary of Day (GSOD) with European Climate Assessment & Data set (ECA&D) for the month July 2011.

Usage

data(stations)

Arguments

encoding

utf8

References

  • Global Surface Summary of the day data (ftp://ftp.ncdc.noaa.gov/pub/data/gsod/)
  • European Climate Assessment & Dataset (http://eca.knmi.nl/dailydata/predefinedseries.php)

Examples

Run this code
## load data:
data(stations)
str(stations)
library(sp)
coordinates(stations) <-~ lon +lat
stations@proj4string <-CRS('+proj=longlat +datum=WGS84')
plot(stations)

Run the code above in your browser using DataLab