Re: [gdal-dev] [PROPOSAL] Add CADRG write support via RPFTOC/NITF drivers

2025-06-12 Thread Brad Hards via gdal-dev
On Thursday, 12 June 2025 6:47:43 PM AEST Patrik Sylve via gdal-dev wrote: > Thank you all for the inputs! > Our use cases are also within defense applications, so the format is indeed > still in active use. I also have some interest in the format. Its important in aviation since it has fast, and

Re: [gdal-dev] Advice on deploying components that use GDAL

2024-11-08 Thread Brad Hards via gdal-dev
On Saturday, 9 November 2024 4:59:17 AM AEDT Barry DeZonia wrote: > If (totally fake example) I set the dependency in my jar to gdal 3.0.0 and > I only make calls within the 3.0.0 java bindings api in my code, then if > someone has gdal 3.7.x installed, will my code be able to interact with the > i

Re: [gdal-dev] Advice on deploying components that use GDAL

2024-11-08 Thread Brad Hards via gdal-dev
On Friday, 8 November 2024 1:39:47 PM AEDT Barry DeZonia via gdal-dev wrote: > I am really curious how people are solving this kind of problem > without pulling out their hair. What is the minimum version of GDAL you actually need? I would suggest to just specify that as your dependency, and al

Re: [gdal-dev] Adding multiple TREs to a NITF using gdal_translate

2024-06-11 Thread Brad Hards via gdal-dev
Not quite what you asked for, but https://github.com/OSGeo/gdal/blob/master/autotest/gdrivers/nitf.py#L2101 might be another way to achieve what you need. Otherwise,  some more details on exact TREs might be relevant. On 11 June 2024 8:11 pm, Marek Setnik via gdal-dev wrote: Hello! I'm h