Learn R Programming

rroad (version 0.0.5)

Road Condition Analysis

Description

Computation of the International Roughness Index (IRI) given a longitudinal road profile. The IRI can be calculated for a single road segment or for a sequence of segments with a fixed length (e. g. 100m). For the latter, an overlap of the segments can be selected. The IRI and likewise the algorithms for its determination are defined in Sayers, Michael W; Gillespie, Thomas D; Queiroz, Cesar A.V. 1986. The International Road Roughness Experiment (IRRE) : establishing correlation and a calibration standard for measurements. World Bank technical paper; no. WTP 45. Washington, DC : The World Bank. (ISBN 0-8213-0589-1) available from .

Copy Link

Version

Install

install.packages('rroad')

Monthly Downloads

136

Version

0.0.5

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Viliam Simko

Last Published

February 21st, 2018

Functions in rroad (0.0.5)

IRI_COEF_250

precomputed coeficients 250 mm segments (lazily evaluated promise)
CalculateIRIContinuously

Computes the IRI for a continuously increasing segment given a road profile
CalculateIRIperSegments

Computes the IRI for fixed length segments (e.g. 100m segments) given a road profile.
CalculateIRIperSegmentsOverlapping

Computes the IRI for fixed length overlapping segments (e.g. 100 m segments) with an offset (e.g. 20 m) given a road profile
IRI_COEF_100

precomputed coeficients 100 mm segments (lazily evaluated promise)