| stations | R Documentation | 
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.
data(stations)The stations contains the following columns:
staidcharacter; station ID from GSOD or ECA&D data set
lonnumeric; longitude coordinate
latnumeric; longitude coordinate
elev_1mnumeric; elevation derived from station metadata in m
data_sourceFactor; data source, GSOD or ECA&D
station_namecharacter; station name
Milan Kilibarda and Tomislav Hengl
Global Surface Summary of the day data (ftp://ftp.ncdc.noaa.gov/pub/data/gsod/)
European Climate Assessment & Dataset (https://www.ecad.eu/dailydata/predefinedseries.php)
# load data:
data(stations)
str(stations)
library(sp)
coordinates(stations) <-~ lon +lat
stations@proj4string <-CRS('+proj=longlat +datum=WGS84')
plot(stations)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.