Learn R Programming

GSODR (version 0.1.9)

stations: Stations

Description

Stations

Usage

stations

Arguments

Format

A data frame with 24878 observations of 13 variables:
USAF
Air Force Datsav3 station number
WBAN
Weather Bureau Army Navy (5 digit identifier)
STN.NAME
Unique station name
CTRY
FIPS country ID
STATE
If applicable, US states only (2 letter code)
CALL
ICAO Identifier, identifiers approved for use under the International Civil Aviation Administration plan of identifiers (4 letter identifier)
LAT
Latitude in thousandths of decimal degrees
LON
Longitude in thousandths of decimal degrees
ELEV.M
Elevation to tenths in metres
BEGIN
First available date of data for station, YYYYMMDD format
END
Last available date of data for station, YYYYMMDD format
STNID
Unique station ID, a concatenation of USAF and WBAN number, used for merging with station data weather files
ELEV.M.SRTM.90m
Elevation in metres extracted from SRTM data (Jarvis et al. 2008)
Station information for the US National Climatic Data Centre (NCDC) Global Surface Summary of the Day (GSOD) weather data. The original file has missing and incorrect information. This is a clean version of this dataset, provided by this package. The following changes were made.
  1. Stations with both a latitude and longitude of 0 degrees were removed.
  2. Stations with longitude values that are beyond -180/180 degrees were removed.
  3. Stations with latitude values that are beyond -90/90 degrees were removed.
  4. For convenience elevation is converted from decimetres to metres.
  5. STNID is added as a new field, a concatenation of USAF and WBAN.
  6. A new field for elevation is included, ELEV.M.90m. This was created using mean values of a 200m buffer around the reported LAT/LON station location within the CGIAR-CSI hole-filled 90m SRTM digital elevation model (Jarvis et al. 2008)

References

Jarvis, A, HI Reuter, A Nelson, E Guevara, 2008, Hole-filled SRTM for the globe Version 4, available from the CGIAR-CSI SRTM 90m Database http://srtm.csi.cgiar.org