Re: [gdal-dev] Merge many raster using maximum value where overlaps

2017-11-17 Thread Rousseau Lambert2, Louis-Philippe (EC)
Hi everyone, I would like to have your opinion on some processing I have to do. So I have to merge many rasters (eventually more then 50). Some overlaps (never completely), but others don't, my files when merged cover Canada. I have to keep the maximum value where there is some overlap between d

Re: [gdal-dev] GDAL 2.2.3 planning

2017-11-17 Thread Sebastiaan Couwenberg
On 11/17/2017 11:58 AM, Martin Landa wrote: > Hi, > > 2017-11-17 9:58 GMT+01:00 Sebastiaan Couwenberg : >> Has the gdal-grass plugin been updated to support 7.4? Or are there no >> new libraries that need to be linked like last time? [0] >> >> [0] https://trac.osgeo.org/gdal/ticket/6785 > > I tri

Re: [gdal-dev] GDAL 2.2.3 planning

2017-11-17 Thread Martin Landa
Hi, 2017-11-17 9:58 GMT+01:00 Sebastiaan Couwenberg : > Has the gdal-grass plugin been updated to support 7.4? Or are there no > new libraries that need to be linked like last time? [0] > > [0] https://trac.osgeo.org/gdal/ticket/6785 I tried to compile plugin against GRASS 7.4, no problem appeare

Re: [gdal-dev] GDAL 2.2.3 planning

2017-11-17 Thread Sebastiaan Couwenberg
On 11/16/2017 10:16 PM, Markus Neteler wrote: > On Wed, Nov 1, 2017 at 7:26 PM, Jeff McKenna > wrote: >> On 2017-11-01 7:32 AM, Even Rouault wrote: >>> I've add an exchange with Sebastiaan Couwenberg about a schedule that >>> would give GDAL 2.2.3 a chance to enter the next Ubuntu LTS 18.04. While

Re: [gdal-dev] The new WCS driver

2017-11-17 Thread Even Rouault
On vendredi 17 novembre 2017 10:27:34 CET Ari Jolma wrote: > Even Rouault kirjoitti 16.11.2017 klo 22:07: > > We have already various "linting" tools that run: cppcheck, clang > > static analyzer, coverity scan and a few ad-hoc scripts in scripts/ . > > But indeed we don't enforce things like maxim

Re: [gdal-dev] The new WCS driver

2017-11-17 Thread Ari Jolma
Even Rouault kirjoitti 16.11.2017 klo 22:07: We have already various "linting" tools that run: cppcheck, clang static analyzer, coverity scan and a few ad-hoc scripts in scripts/ . But indeed we don't enforce things like maximum size of a function, etc. clang looks interesting. I installed