PathLength: Function to compute path length of microwave links from...

View source: R/PathLength.R

PathLengthR Documentation

Function to compute path length of microwave links from coordinates.

Description

Function for computing path length of microwave links from coordinates.

Usage

PathLength(InputCoorSystem, XStart, XEnd, YStart, YEnd)

Arguments

InputCoorSystem

Define EPSG code for input coordinate system (e.g., 4326L for WGS84 in degrees).

XStart

List with longitude of start of microwave links.

XEnd

List with longitude of end of microwave links.

YStart

List with latitude of start of microwave links.

YEnd

List with latitude of end of microwave links.

Value

Path length of microwave links (km).

Author(s)

Aart Overeem

References

”ManualRAINLINK.pdf”

Overeem, A., Leijnse, H., and Uijlenhoet, R., 2016: Retrieval algorithm for rainfall mapping from microwave links in a cellular communication network, Atmospheric Measurement Techniques, 9, 2425-2444, https://doi.org/10.5194/amt-9-2425-2016.

Examples

PathLength(InputCoorSystem=4326L,XStart=XStart,XEnd=XEnd,YStart=YStart,YEnd=YEnd)

overeem11/RAINLINK documentation built on July 8, 2023, 5:53 a.m.