Title: | What the Package Does (one line, title case) |
---|---|
Description: | Most spatial packages in R rely on Proj.4 strings for defining coordinate reference systems. While it is possible to simply specify the full string as a character vector, the details of the string must usually be looked up. This package provides shortcuts through functions with names (entirely determined by the contributors of this package!) that return the full specified Proj.4 string. |
Authors: | Jeffrey Hollister [aut, cre], Andy Teucher [aut], Francisco Rodriguez-Sanchez [aut], Marcus W. Beck [ctb] |
Maintainer: | Jeffrey Hollister <[email protected]> |
License: | CC0 |
Version: | 0.0.0.9000 |
Built: | 2024-10-31 21:06:56 UTC |
Source: | https://github.com/jhollist/proj4shortcut |
Shortcut that provides a proj.4 string
bc_albers
bc_albers
An object of class character
of length 1.
Shortcut that provides a proj.4 string
etrs_laea
etrs_laea
An object of class character
of length 1.
Shortcut that provides a proj.4 string
geo_wgs84
geo_wgs84
An object of class character
of length 1.
Shortcut that provides a proj.4 string
usgs_albers
usgs_albers
An object of class character
of length 1.
Shortcut that provides a proj.4 string
utm_wgs84(zone)
utm_wgs84(zone)
zone |
chr string of UTM zone |
utm_wgs84('10')
utm_wgs84('10')
Shortcut that provides a proj.4 string
web_mercator
web_mercator
An object of class character
of length 1.