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.
- Outputs:
out
- Website: https://proj.org/
- Licenses: ASL 2.0 · Expat · X11
- Package source: gnu/packages/geo.scm
- Builds: See build status
- Issues: See known issues
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.