laea_azores_proj {CAOP.RAA.2024} | R Documentation |
Lambert Azimuthal Equal-Area (LAEA) projection centered on the Azores
Description
laea_azores_proj()
creates a PROJ string for a custom Lambert Azimuthal Equal-Area
(LAEA) projection, centered on the Azores. It allows flexibility in setting
the latitude and longitude center, datum, and units.
Usage
laea_azores_proj(lat_0 = 38.5, lon_0 = -28, datum = "WGS84", units = "m")
Arguments
lat_0 |
Numeric. Latitude of the projection's center. Defaults to |
lon_0 |
Numeric. Longitude of the projection's center. Defaults to |
datum |
Character. The geodetic datum used for the projection. Defaults
to |
units |
Character. Measurement units for the projection. Defaults to
|
Value
A character string representing the PROJ definition for the custom LAEA projection.
Examples
# Default Azores-centered LAEA projection
laea_azores_proj()
# Custom projection centered at a different location
laea_azores_proj(lat_0 = 38, lon_0 = -27, datum = "ETRS89")
[Package CAOP.RAA.2024 version 0.0.5 Index]