Learn R Programming

GSODR (version 1.0.3)

isd_history: isd_history

Description

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 tenthts 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)

Usage

isd_history

Arguments

Format

An object of class tbl_df (inherits from tbl, data.frame) with 28330 rows and 13 columns.

Details

Station elevation information for the US National Centers for Environmental Information (NCEI) Global Surface Summary of the Day (GSOD) weather data. The original file has missing and incorrect geographic data including location (LAT/LON) and elevation. These data provide an alternative set of elevation values with the following changes to the original list of stations from the NCEI:

  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. A new field for elevation is included, ELEV_M_SRTM_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).

For more on this, please consult the document available from the GSODR GitHub repository detailing the process used to generate these data, https://github.com/ropensci/GSODR/blob/master/data-raw/fetch_isd-history.md

References

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