Learn R Programming

ocedata (version 0.1.6)

giss: Time series of NASA/GISS land-ocean temperature index

Description

A data frame containing the Goddard Institute for Space Studies (GISS) time series called LOTI (Land-Ocean Temperature Index) of surface temperature anomaly.

Usage

data(giss)

Arguments

Details

This is data frame with columns named year for decimal year (sampled monthly and represented here at mid-month, i.e. the first sample in any given year is at year+1/24) and index for the temperature anomaly. The resolution of the latter is 0.01C. The details of the original data processing are provided in [1] and [2], and the site of the (Land-Ocean Temperature Index. Anyone using the present dataset is advised very strongly to read the NASA documents on changes to the processing of the data [3].

References

Note: the URLs given were last checked on February 2, 2018.

1. Web location of the raw LOTI data: https://data.giss.nasa.gov/gistemp/tabledata_v3/GLB.Ts+dSST.txt

2. GISTEMP Team, 2015: GISS Surface Temperature Analysis (GISTEMP). NASA Goddard Institute for Space Studies. http://data.giss.nasa.gov/gistemp/

3. J. Hansen, R. Ruedy, M. Sato and K. Lo, 2010. Global surface temperature change. Rev. Geophys., 48, RG4004. http://pubs.giss.nasa.gov/abs/ha00510u.html

4. Updates to analysis: https://data.giss.nasa.gov/gistemp/updates_v3

5. R code to convert from NASA format to the format stored here https://github.com/dankelley/ocedata/blob/master/create_data/giss/create_giss.R