This package browser is in early development. Mind the rough edges.

proj

Coordinate transformation software

Proj is a generic coordinate transformation software that transforms geospatial coordinates from one CRS to another. This includes cartographic projections as well as geodetic transformations. Proj includes command line applications for easy conversion of coordinates from text files or directly from user input. In addition, Proj also exposes an application programming interface that lets developers use the functionality of Proj in their own software.

Installation

Install the latest version of proj as follows:

guix install proj

Or install a particular version:

guix install proj@9.3.1

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of proj about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/proj'><img src='https://packages.guix.gnu.org/packages/proj/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/proj/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/proj)

Example Org:

[[https://packages.guix.gnu.org/packages/proj][https://packages.guix.gnu.org/packages/proj/badges/latest-version.svg]]