Geospatial Data Abstraction Library (GDAL/OGR) is a cross platform
C++ translator library for raster and vector geospatial data formats.
As a library, it presents a single abstract data model to the calling
application for all supported formats. It also comes with a variety of
useful commandline utilities for data translation and processing.
It provides the primary data access engine for many applications.
GDAL/OGR is the most widely used geospatial data access library.
- disable Patch1 for building with rhel9
- disable GDAL_USE_JPEG12_INTERNAL
- dont do #rm -rf frmts/jpeg/libjpeg12
- build with python on rhel9
- enable java-build for rhel9
- switch to javapackages-local-openjdk21 from javapackages-local-openjdk25