Learn R Programming

PROJ (version 0.4.5)

PROJ-package: PROJ: Generic Coordinate System Transformations Using 'PROJ'

Description

A wrapper around the generic coordinate transformation software 'PROJ' that transforms coordinates from one coordinate reference system ('CRS') to another. This includes cartographic projections as well as geodetic transformations. The intention is for this package to be used by user-packages such as 'reproj', and that the older 'PROJ.4' and version 5 pathways be provided by the 'proj4' package.

The goal of PROJ is to provide generic coordinate system transformations in R without requiring bespoke formats for storing basic data.

Arguments

I. Functions

Author

Maintainer: Michael D. Sumner mdsumner@gmail.com (ORCID)

Other contributors:

  • Jeroen Ooms (provided PROJ library support on Windows, and assistance with Windows configuration) [contributor]

  • Simon Urbanek (wrote original code versions for PROJ version 6) [copyright holder, contributor]

  • Dewey Dunnington (key code contributions) [contributor]

See Also