proj4string_LCC | R Documentation |
Construct a PROJ4
string for a Lambert Conformal Conic projection.
proj4string_LCC(
lon_0 = 0,
lat_0 = 0,
lat_1 = 0,
lat_2 = 0,
x_0 = 0,
y_0 = 0,
units = "m",
datum = "NAD83",
ellps = "GRS80",
...,
verbose = getOption("verbose", default = FALSE)
)
lon_0 |
Longitude of projection center |
lat_0 |
Latitude of projection center |
lat_1 |
First standard parallel |
lat_2 |
Second standard parallel |
x_0 |
False easting |
y_0 |
False northing |
... |
reserved for future use |
verbose |
logical |
https://proj.org/operations/projections/lcc.html
proj4string_LCC(lat_1=30, lat_2=60, lat_0=37, lon_0=120.5, y_0=16000, x_0=220000, a=6.37e6, b=6.37e6, units="km", verbose=TRUE)
proj4string_LCC(lat_1=30, lat_2=60, lat_0=37, lon_0=120.5, y_0=28000, x_0=233000, a=6.37e6, b=6.37e6, units="km", verbose=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.