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

2023-02-26 Thread Brad Hards
On Monday, 27 February 2023 1:27:54 AM AEDT Amadeus WM via gdal-dev wrote: > Oh, wait, it does put IGEOLO in the output nitf, but I also get the > warning: > > Warning 6: driver NITF does not support creation option IGEOLO Clearly it does support it, since it works correctly. The message is a fal

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

2023-02-26 Thread Amadeus WM via gdal-dev
Oh, wait, it does put IGEOLO in the output nitf, but I also get the warning: Warning 6: driver NITF does not support creation option IGEOLO On Sun, 26 Feb 2023 16:04:16 +1100, Brad Hards wrote: > On Sunday, 26 February 2023 2:33:31 PM AEDT Amadeus WM via gdal-dev > wrote: >> So I just noticed

[gdal-dev] Building distributable files and bindings with CMake

2023-02-26 Thread adamgutonski via gdal-dev
Hello, I am having trouble with CMake and creating the GDAL configuration that I desire. My goal is to be able to distribute GDAL to a few colleagues so they can immediately use the GDAL bindings in Java code without them having to build and install GDAL directly. The GDAL build should be minim

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

2023-02-26 Thread Amadeus WM via gdal-dev
Thank you so much, it worked! It's a life saver! I have read the nitf creation issues before even posting here, and I also tried to set the options at creation time like this: char** opt=nullptr; opt=CSLSetNameValue(opt, "NITF_ICORDS", "D"); opt=CSLSetNameValue(opt, "NITF_IGEOLO",