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

proj 9.3.1

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 proj 9.3.1 as follows:

guix install proj@9.3.1

Or install the latest version:

guix install proj

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.