Re: [gdal-dev] Proxy vs Real Driver in GDAL

2025-07-07 Thread John Smith via gdal-dev
hat doesn't modify GDAL sources, then you can ignore it Even Le 07/07/2025 à 10:55, John Smith via gdal-dev a écrit : Hello Can anyone explain the concept of proxy driver and real driver in GDAL? I am looking at the link https://gdal.org/en/stable/development/rfc/rfc96_deferred_plugin_loa

[gdal-dev] Proxy vs Real Driver in GDAL

2025-07-07 Thread John Smith via gdal-dev
Hello Can anyone explain the concept of proxy driver and real driver in GDAL? I am looking at the link https://gdal.org/en/stable/development/rfc/rfc96_deferred_plugin_loading.html Say I create an external plugin of some data format for e.g. say JP2 and then some Geospatial server loads my plu

Re: [gdal-dev] Can we external libtiff and internal GeoTiff while building GDAL?

2025-03-28 Thread John Smith via gdal-dev
Sounds Great. Thanks I assume you meant this is true even when I use Internal Geotiff & external libTiff? From: Even Rouault Sent: Friday, March 28, 2025 5:27 PM To: John Smith ; gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] Can we external libtiff and inter

Re: [gdal-dev] Can we external libtiff and internal GeoTiff while building GDAL?

2025-03-28 Thread John Smith via gdal-dev
Even Le 28/03/2025 à 14:04, John Smith via gdal-dev a écrit : Hi Is this allowed if I use GDAL Internal Geotiff and external libtiff library while building GDAL? What all things I need to take care. Will there be any symbol clashes etc which I need to handle as well? //Specify extern

[gdal-dev] Can we external libtiff and internal GeoTiff while building GDAL?

2025-03-28 Thread John Smith via gdal-dev
Hi Is this allowed if I use GDAL Internal Geotiff and external libtiff library while building GDAL? What all things I need to take care. Will there be any symbol clashes etc which I need to handle as well? //Specify external libtiff include and libs My end goal is to have below Options enab