miucs2latlon: Convert between UCS and geographical coordinates

Description Usage Arguments Value Author(s) See Also Examples

Description

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).

Usage

1
miucs2latlon(northings, eastings)  

Arguments

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

Value

Returns a data.frame with latitude (lat) and longitude (lon) and metadata.

Author(s)

Øystein Godøy (o.godoy@met.no)

See Also

milatlon2ucs

Examples

1
2
3
    geopos <- miucs2latlon(northings,eastings)
    geopos$lat
    geopos$lon

steingod/R-mipolsat documentation built on May 30, 2019, 2:31 p.m.