Re: [gdal-dev] Moving GDAL GRASS driver in a dedicated repository ?

2022-04-28 Thread Markus Neteler
Hi Even, (back to your wish) On Thu, Nov 18, 2021 at 7:12 PM Even Rouault wrote: > > Hi, > > (writing to both GDAL and GRASS lists) > > Working on the transition to CMake as the GDAL build system, the > particular status of the GRASS driver in GDAL raised my attention. > > (The following is base

Re: [gdal-dev] Standardize gdal-utils scripts return code for "no arguments"

2022-04-28 Thread Robert Coup
Hi Matt, On Wed, 27 Apr 2022 at 18:27, wrote: > > > Since return 2 is the default for argparse then it seems to we should do > the same for all the python utils? > In my experience 2 is a common exit code when missing/invalid arguments are passed to a process in the unix-ey world, but it's not