gdalmove.py
Python bindings to the Geospatial Data Abstraction Library
Install
- All systems
-
curl cmd.cat/gdalmove.py.sh
- Debian
-
apt-get install python-gdal
- Ubuntu
-
apt-get install python-gdal
- Arch Linux
-
pacman -S python-gdal
- Kali Linux
-
apt-get install python-gdal
- Fedora
-
dnf install gdal-python-tools
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-gdal
- Raspbian
-
apt-get install python-gdal
- Dockerfile
- dockerfile.run/gdalmove.py
python-gdal
Python bindings to the Geospatial Data Abstraction Library
GDAL is a translator library for raster geospatial data formats. As a library, it presents a single abstract data model to the calling application for all supported formats. The related OGR library (which lives within the GDAL source tree) provides a similar capability for simple features vector data. GDAL supports 40+ popular data formats, including commonly used ones (GeoTIFF, JPEG, PNG and more) as well as the ones used in GIS and remote sensing software packages (ERDAS Imagine, ESRI Arc/Info, ENVI, PCI Geomatics). Also supported many remote sensing and scientific data distribution formats such as HDF, EOS FAST, NOAA L1B, NetCDF, FITS. OGR library supports popular vector formats like ESRI Shapefile, TIGER data, S57, MapInfo File, DGN, GML and more. This package contains Python bindings for GDAL/OGR library and a set of additional command line tools.
python2-gdal
The GDAL Python modules provide support to handle multiple GIS
file formats. The package also includes a couple of useful utilities in Python.