ogrmerge.py

Merge several vector datasets into a single one. More information: <https://gdal.org/programs/ogrmerge.html>.

Debian Debian
RUN apt-get update && \ apt-get install -y python-gdal
Ubuntu
RUN apt-get update && \ apt-get install -y python-gdal
Arch Arch Linux
RUN pacman -S --noconfirm python-gdal
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y python-gdal
Fedora
RUN dnf install -y gdal-python-tools
Raspbian
RUN apt-get update && \ apt-get install -y python-gdal
click the source code to copy install ogrmerge.py on any operating system with command-not-found.com