Learn R Programming

IsoriX (version 0.4-1)

GNIP_World: World-wide weather station data

Description

This dataset contains the mean and variance of Deuterium delta precipitation values of weather stations sampled between 1960 and 2013. Data have been compiled by the International Atomic Energy Agency IAEA in Vienna (GNIP Project: Global Network of Isotopes in Precipitation).

Usage

data(GNIP_World)

Arguments

Format

The dataframe includes 54513 observations on the following variables:
[, 1] lat (numeric)
Latitude coordinate [decimal degrees] [, 2] long
(numeric) Longitude coordinate [decimal degrees] [, 3]
elev (numeric) Elevation asl [m]
[, 4] isoscape.value (numeric)
Deuterium stable hydrogen delta value [per thousand] [, 5] year
(numeric) Year of sampling [, 6]
month (numeric) Month of sampling
[, 7] stationID (Factor)
The unique identifier of the weather station [, 1] lat

Source

Data extracted from IAEA (see below for more details).

Details

The dataset contains non-aggregated data for 858 weather stations across the world.

This dataset is the raw data source and should not be directly used for fitting isoscapes.

Please use QueryGNIP to filter the dataset by time and location.

References

GNIP Project IAEA Global Network of Isotopes in Precipitation:

http://www.iaea.org

See Also

GNIP_Europe for information on what your working dataset should look like QueryGNIP to filter the dataset by time and location.

Examples

Run this code
data(GNIP_World)
head(GNIP_World)

Run the code above in your browser using DataLab