Description Usage Arguments Details Value See Also Examples
This function returns a custom "PROJ.4" string for a particular datum and possibly projection. Currently only the Lambert azimuthal equal-area projection and Albers conic equal-area projections are supported.
1 2 3 4 5 6 7 8 9 10 11 12 |
x |
Character. Name of PROJ.4 string to return. Possible values include:
|
long0, lat0 |
Numeric, specify central point or meridian of the projection. Units are degrees. Both or just one may be needed for a given projection. |
long1, long2, lat1, lat2 |
Numeric, specify additional standard parallels or meridians, depending on the projection. These are not needed for all projections. |
dat |
Character, name of datum. If |
ell |
Character, name of ellipse. If |
asCRS |
Logical. If |
The function does its best to fill in information. So if the datum is any of WGS84
, NAD83
, or NAD27
, the the string +no_defs
is attached to the PROJ.4 string. Definitions are also attached if they are specified in rgdal::projInfo('datum')
.
Object of class CRS
or character
.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.