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.
- Versions: 9.3.1
- 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 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:
[](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]]