linear_coordinates_distance: Calculate Euclidean Distance of Two Locations

Description Usage Arguments Value See Also

Description

Function calculating linear distance between two GPS coordinates expressed as decimal numbers

Usage

1
linear_coordinates_distance(from_latitude, from_longitude, to_latitude, to_longitude)

Arguments

from_latitude

Latitude of the origin (provided as a numeric value)

from_longitude

Longitude of the origin (provided as a numeric value)

to_latitude

Latitude of the destination (provided as a numeric value)

to_longitude

Longitude of the destination (provided as a numeric value)

Value

Returns the distance of the two locations in km (as a numeric value)

See Also

geoCode, find_nearest_weather_station


dsmirnov88/GermanWeatherData documentation built on May 15, 2019, 4:22 p.m.