View source: R/meters.per.degree.lat.R
meters.per.degree.lat | R Documentation |
meters.per.degree.lat
returns meters traveled North-South per decimal degrees latitude, given latitude (Northern Hemisphere).
meters.per.degree.lat(theta)
theta |
The decimal degrees of latitude of the Northern Hemisphere location(s) of interest, as number or vector of numbers. |
This function returns the meters traveled North-South per decimal degree latitude, at a given latitude (Northern Hemisphere).
This is an approximation and is less accurate further from the given latitude.
Based on
http://en.wikipedia.org/wiki/Latitude#Length_of_a_degree_of_latitude and
http://en.wikipedia.org/wiki/Longitude#Length_of_a_degree_of_longitude
Input theta is latitude on WGS84.
Also see http://en.wikipedia.org/wiki/Longitude and http://en.wikipedia.org/wiki/Decimal_degrees
Returns meters traveled N-S, as a number or vector of numbers the same length as the input.
meters.per.degree.lon
for a similar function but for travel East-West, with more detailed explanation/help,
and get.distances.all
and get.distances
for distances between points, and related functions.
meters.per.degree.lat(32)
meters.per.degree.lat(c(0,45,72))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.