meteo: Meteorological Vietnamese Data

Description Usage Format Details Source See Also Examples

Description

A dataset containing the meteorological data of Vietnam collected per month from 69 climatic stations, from January 1960 to December 2017. Two versions exist in this package, meteo_r is the tidy version of the raw data and meteo is the tidy, clean version of the raw data, with the temperatures were checked and adjusted if necessary. Additionnally, aggregates of these climatic variables by the province definition of the most recent period (starting in 2008) are avaiable from 2008 to 2017 in meteo_intagg_2008_2017.

Usage

1
2
3
4
5

Format

A data frame with 37,848 rows and 10 variables:

Details

The variable station is a key shared with dataset stations. The variable province is a key shared with the most recent polygon definitions of the provinces of Vietnam gadmVN::gadm()$province. The aggregated data are generated by interpolation and aggregation weighted by the local population density, using the 2009 data from WorldPop. The method used is detailed here. Note that values of relative humidity calculated to be higher than 100 are set to 100 and that values of absolute and relative humidities as well as rainfall and hours of sunshine calculated to be negative are set to 0.

Source

Thai P.Q. et al. (2015) Seasonality of absolute humidity explains seasonality of influenza-like illness in Vietnam. Epidemics 13: 65-73. [PDF]

See Also

The stations dataset that shares the variable station with meteo.

Examples

1
2
3
4
## Extracting the meteorological data for the stations above an elevation of
## 500 meters:
sel <- subset(stations, elevation > 500, station)
subset(meteo, stations$station %in% sel$statiom)

choisy/imhen documentation built on Aug. 22, 2019, 10:32 a.m.