Re: [gdal-dev] create ntif file with NITF_IGEOLO field set

2023-02-24 Thread Brad Hards
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

[gdal-dev] create ntif file with NITF_IGEOLO field set

2023-02-24 Thread Amadeus WM via gdal-dev
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

Re: [gdal-dev] FileGDB_COMPILE fails during CMake

2023-02-24 Thread Scott
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

[gdal-dev] FileGDB_COMPILE fails during CMake

2023-02-24 Thread Jon Morris
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