invlambert: Inverse Lambert projection

Description Usage Arguments Value Note See Also

View source: R/invlambert.R

Description

Inverse Lambert projection.

Usage

1
invlambert(x, y, lat0, lon0, lat1, scale = "km", old = F)

Arguments

x, y

The input data to be inversely projected as two vectors

lat0

First latitude defining of the projection

lon0

Longitude defining the projection

lat1

Second latitude defining the projection

scale

Scale of the input data, "km" default, redundant ??

old

Old method, seldom used???

Value

List of components:

lat, lon

Coordinates in latitude and longitude

x, y

Input coordinates (projected)

scale

Scale

projection

Projection (stated redunantly)

lat0, lon0, lat1

Defining lats and lon

is returned invisibly.

Note

Needs elaboration and perhaps documenting with lambert in the same doc-file.

See Also

Called by invProj.


geo documentation built on May 2, 2019, 5:22 p.m.