On Saturday, 25 February 2023 4:44:10 PM AEDT Amadeus WM via gdal-dev wrote:
> Hello everyone,
>
> I'm new to GDAL and I'm trying to figure out how to create a NITF file
> given the raw data, that also has the NITF_IGEOLO field set. With a
> little help from chatGPT I came up with the c++ program
Hello everyone,
I'm new to GDAL and I'm trying to figure out how to create a NITF file
given the raw data, that also has the NITF_IGEOLO field set. With a
little help from chatGPT I came up with the c++ program below (it has
to be in c++). It writes the file, but it does not contain the
NITF_IGEOL
With gdal >= 3.6 OpenFileGDB is built in by default, no need for
external API.
On 2/24/23 08:37, Jon Morris wrote:
Hi all,
I’ve been upgrading our build script from autotools to CMake and I’ve
almost got it working, except for FileGDB. I’ve added the cmake
parameters -DFileGDB_ROOT=/usr/l
Hi all,
I've been upgrading our build script from autotools to CMake and I've almost
got it working, except for FileGDB. I've added the cmake parameters
-DFileGDB_ROOT=/usr/local/FileGDB_API
-DFileGDB_INCLUDE_DIR=/usr/local/FileGDB_API/include and the paths are correct.
The earlier FileGDB in