ogrmerge.py
Merge several vector datasets into a single one. More information: <https://gdal.org/programs/ogrmerge.html>.
RUN apt-get update && \
apt-get install -y python-gdal
RUN apt-get update && \
apt-get install -y python-gdal
RUN pacman -S --noconfirm python-gdal
RUN apt-get update && \
apt-get install -y python-gdal
RUN dnf install -y gdal-python-tools
RUN apt-get update && \
apt-get install -y python-gdal