latlong_to_LCC: Project latitude and longitude to Lambert Conformal Conic...

Description Usage Arguments Value

Description

Given the latitude and longitude of a point, compute the projection to Lambert Conformal Conic coordinates.

Usage

1
latlong_to_LCC(latitude, longitude)

Arguments

latitude

The latitude of the point (WGS84).

longitude

The longitude of the point (WGS84).

Value

A named list with elements coord_y for the latitude and coord_x for the longitude, both as LCC coordinates.


floresfdev/wtkapi documentation built on May 24, 2019, 7:14 a.m.