Description Usage Arguments Value Author(s) See Also Examples
Coordinates within the Cartesian User Coordinate System, northings and eastings are converted to geographical latitude and longitude 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 | miucs2latlon(northings, eastings)
|
northings |
distance to the line through the North Pole and -180 - 180 degrees longitude in kilometers, negative southwards in the Atlantic |
eastings |
distance from the Greenwich meridian in kilometers, positive eastwards |
Returns a data.frame with latitude (lat) and longitude (lon) and metadata.
Øystein Godøy (o.godoy@met.no)
milatlon2ucs
1 2 3 | geopos <- miucs2latlon(northings,eastings)
geopos$lat
geopos$lon
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.