Description Usage Arguments Value Author(s) See Also Examples
Geographical coordinates (latitude and longitude) are converted to coordinates within the Cartesian User Coordinate System, northings and eastings using a spherical Earth and an Earth radius of 6371. km. This is a very crude approximation, for better accuracy and support of other Earth models use e.g. PROJ.4 software (http://www.remotesensing.org/proj).
1 | milatlon2ucs(latitude, longitude)
|
latitude |
decimal degrees, positive in northern hemisphere |
longitude |
decimal degrees, positive Eastwards, negative westwards |
Returns a data.frame with latitude (lat) and longitude (lon) and metadata.
Øystein Godøy (o.godoy@met.no)
miucs2latlon
1 2 3 | ucs <- miucs2latlon(latitude,longitude)
ucs$northings
ucs$eastings
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.