Description Usage Arguments Value
Given the latitude and longitude of a point, compute the projection to Lambert Conformal Conic coordinates.
1 | latlong_to_LCC(latitude, longitude)
|
latitude |
The latitude of the point (WGS84). |
longitude |
The longitude of the point (WGS84). |
A named list with elements coord_y
for the latitude and
coord_x
for the longitude, both as LCC coordinates.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.