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 Barry DeZonia via gdal-dev
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 installed gdal? On Fri, Nov 8, 2024 at 2:50 AM Brad Hards wrote: > On Fr

[gdal-dev] Fwd: Would it be a good idea have a users list?

2024-11-08 Thread Howard Butler via gdal-dev
The questions about the gdal-dev list is purposefully on the GDAL Users Survey [1] (please fill one out) so we can learn more about preferences and habits of the community on this topic. The challenge of where the community convenes is a difficult one because it requires balancing a number of t

Re: [gdal-dev] GPU support for GDAL

2024-11-08 Thread Greg Troxel via gdal-dev
Pradeep Mahato via gdal-dev writes: > In second approach i am facing issue in stacking and making it as one > ".ovr" file. So Pls help me in this regard. If you are going to ask for help, you should have your goals and software design in writing, and publish them. Before doing that, you should

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