invproj
Cartographic projection library (tools)
Install
- All systems
-
curl cmd.cat/invproj.sh
- Debian
-
apt-get install proj-bin
- Ubuntu
-
apt-get install proj-bin
- Arch Linux
-
pacman -S proj
- Kali Linux
-
apt-get install proj-bin
- Fedora
-
dnf install proj
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install proj-bin
- OS X
-
brew install proj
- Raspbian
-
apt-get install proj-bin
- Dockerfile
- dockerfile.run/invproj
proj-bin
Cartographic projection library (tools)
Proj and invproj perform respective forward and inverse transformation of cartographic data to or from Cartesian data with a wide range of selectable projection functions (over 100 projections). Geod and invgeod perform geodesic (Great Circle) computations for determining latitude, longitude and back azimuth of a terminus point given a initial point latitude, longitude, azimuth and distance (direct) or the forward and back azimuths and distance between an initial and terminus point latitudes and longitudes (inverse). This package provides the PROJ4 binary tools.