Package 'proj4shortcut'

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

Help Index


BC Albers Equal Area Projection proj.4 string for British Columbia

Description

Shortcut that provides a proj.4 string

Usage

bc_albers

Format

An object of class character of length 1.


ETRS89 Lambert Azimuthal Equal Area Projection proj.4 string for Europe

Description

Shortcut that provides a proj.4 string

Usage

etrs_laea

Format

An object of class character of length 1.


Geographic, decimal degrees, wgs84 proj.4 string

Description

Shortcut that provides a proj.4 string

Usage

geo_wgs84

Format

An object of class character of length 1.


USGS Albers Equal Area Projection proj.4 string

Description

Shortcut that provides a proj.4 string

Usage

usgs_albers

Format

An object of class character of length 1.


UTM zone projection with wgs84 proj.4 string

Description

Shortcut that provides a proj.4 string

Usage

utm_wgs84(zone)

Arguments

zone

chr string of UTM zone

Examples

utm_wgs84('10')

Web Mercator proj.4 string

Description

Shortcut that provides a proj.4 string

Usage

web_mercator

Format

An object of class character of length 1.