Re: [gdal-dev] limiting drivers that get registered

2018-03-08 Thread Ben Elliston
On 09/03/18 10:43, br...@frogmouth.net wrote: > I think you should feel free to make general improvements to the autotools > setup 😊 Is this my past coming back to haunt me? :-) Ben ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osge

Re: [gdal-dev] limiting drivers that get registered

2018-03-08 Thread bradh
I think you should feel free to make general improvements to the autotools setup 😊 Brad -Original Message- From: gdal-dev On Behalf Of Ben Elliston Sent: Thursday, 8 March 2018 11:24 PM To: gdal-dev@lists.osgeo.org Subject: [gdal-dev] limiting drivers that get registered Is it possible

Re: [gdal-dev] limiting drivers that get registered

2018-03-08 Thread Kurt Schwehr
I use bazel for building, so the build info isn't useful. You'll have to hack the makefiles a bit. I also tried to stop things from registering... find . -name \*.cpp | egrep -v 'autotest|swig|apps|fuzzers|gdaldrivermanager.cpp|ogrregisterall.cpp|gdalallregister.cpp' | xargs egrep 'Register[(][)]

Re: [gdal-dev] limiting drivers that get registered

2018-03-08 Thread Tobias Wendorff
Am Do, 8.03.2018, 17:47 schrieb Kurt Schwehr: > I get a little more aggressive compared to what others suggested by > commenting out register calls in gdalallregister.cpp and > ogrregisterall.cpp > and removing the code for the drivers. > Share, share, share :) ___

Re: [gdal-dev] limiting drivers that get registered

2018-03-08 Thread Kurt Schwehr
I get a little more aggressive compared to what others suggested by commenting out register calls in gdalallregister.cpp and ogrregisterall.cpp and removing the code for the drivers. There are gotchyas lurking, but it definitely works. e.g. Enable HDF5, but block BAG Enable EHDR & ENVI, but leave

Re: [gdal-dev] Troubleshooting palette management. Potential bug in palette for overviews?

2018-03-08 Thread Daniele Romagnoli
Hi Richard, when investigating on an issue very similar to the ones you have reported, I have discovered that the problem was in the color map. You may take a look on the details of my original report: https://lists.osgeo.org/pipermail/gdal-dev/2016-November/045589.html. The outcome of that proble

Re: [gdal-dev] Troubleshooting palette management. Potential bug in palette for overviews?

2018-03-08 Thread Even Rouault
On jeudi 8 mars 2018 16:00:16 CET Daniele Romagnoli wrote: > You are the man! > > Thanks for that. > Do you know which GDAL versions will contain the fix? 2.2.4 and 2.3.0 -- Spatialys - Geospatial professional services http://www.spatialys.com ___ gda

Re: [gdal-dev] [help][gdalwarp]Use of gdalwarp with data overlapping antimeridian

2018-03-08 Thread Even Rouault
On jeudi 8 mars 2018 14:40:44 CET Robert Coup wrote: > Hi Christophe, > > Have a look at the following: > > https://lists.osgeo.org/pipermail/gdal-dev/2016-January/043358.html > https://gis.stackexchange.com/questions/37790/how-to-> > reproject-raster-from-0-360-to-180-180-with-cutting-180-merid

Re: [gdal-dev] Troubleshooting palette management. Potential bug in palette for overviews?

2018-03-08 Thread Daniele Romagnoli
You are the man! Thanks for that. Do you know which GDAL versions will contain the fix? Cheers, Daniele On Thu, Mar 8, 2018 at 3:55 PM, Even Rouault wrote: > On jeudi 8 mars 2018 15:32:09 CET Daniele Romagnoli wrote: > > > Hi Even, > > > I'm resurrecting this old post since I think we have (Ge

Re: [gdal-dev] Troubleshooting palette management. Potential bug in palette for overviews?

2018-03-08 Thread Even Rouault
On jeudi 8 mars 2018 15:32:09 CET Daniele Romagnoli wrote: > Hi Even, > I'm resurrecting this old post since I think we have (GeoServer) been hit > by that problem again (although I'm not 100% sure about that). > http://osgeo-org.1560.x6.nabble.com/Geotiff-pyramids-non-transparant-while-o > riginal

Re: [gdal-dev] [help][gdalwarp]Use of gdalwarp with data overlapping antimeridian

2018-03-08 Thread Robert Coup
Hi Christophe, Have a look at the following: https://lists.osgeo.org/pipermail/gdal-dev/2016-January/043358.html https://gis.stackexchange.com/questions/37790/how-to- reproject-raster-from-0-360-to-180-180-with-cutting-180-meridian I'd suggest building a couple of VRT files to treat your data as

Re: [gdal-dev] Troubleshooting palette management. Potential bug in palette for overviews?

2018-03-08 Thread Daniele Romagnoli
Hi Even, I'm resurrecting this old post since I think we have (GeoServer) been hit by that problem again (although I'm not 100% sure about that). http://osgeo-org.1560.x6.nabble.com/Geotiff-pyramids-non-transparant-while-original-is-transparent-td5357343.html Do you know if there is any plan to fi

Re: [gdal-dev] limiting drivers that get registered

2018-03-08 Thread Tobias Wendorff
I have created a config for minimal raster and vector. I can uploaded later when I am at home. -- Von einem iPhone gesendet und wird daher Fehler enthalten… Am 08.03.2018 um 13:23 schrieb Ben Elliston : > Is it possible to limit the number of drivers compiled into GDAL (I am > guessing not)?

Re: [gdal-dev] limiting drivers that get registered

2018-03-08 Thread Even Rouault
Ben, > Is it possible to limit the number of drivers compiled into GDAL (I am > guessing not)? You have some knobs with the various ./configure or nmake.opt switch, but yes generally drivers that don't require external dependencies will always be compiled in. Editing manually the makefiles can

[gdal-dev] limiting drivers that get registered

2018-03-08 Thread Ben Elliston
Is it possible to limit the number of drivers compiled into GDAL (I am guessing not)? Alternatively, would a patch be welcome to read a confguration file to limit which drivers are registered at initialisation? Cheers, Ben ___ gdal-dev mailing list gdal

[gdal-dev] GDAL 2.2.4 schedule

2018-03-08 Thread Even Rouault
Hi, Just to notify that I'll probably issue a GDAL 2.2.4 release during the OSGeo code sprint (March 19th-23th). If there are fixes that need to be pushed in the 2.2 branch, please create/update tickets in Trac. Current list of fixes done: https://trac.osgeo.org/gdal/query?group=status&mileston