[GRASS-git] [OSGeo/grass-addons] 472ec1: r.null.all: add wrapper around r.null for multiple...

Vaclav Petras noreply at github.com
Mon Nov 25 15:03:57 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/OSGeo/grass-addons
  Commit: 472ec1f52b5db1e6bdbdc7da3e0b9d77ffaa59e9
      https://github.com/OSGeo/grass-addons/commit/472ec1f52b5db1e6bdbdc7da3e0b9d77ffaa59e9
  Author: Vaclav Petras <wenzeslaus at gmail.com>
  Date:   2019-11-25 (Mon, 25 Nov 2019)

  Changed paths:
    A grass7/raster/r.null.all/Makefile
    A grass7/raster/r.null.all/r.null.all.html
    A grass7/raster/r.null.all/r.null.all.py

  Log Message:
  -----------
  r.null.all: add wrapper around r.null for multiple maps (#52)

r.null.all uses g.list wrapper to select all raster maps or a subset.
g.list syntax options are supported but are driven by an option,
not flags with an explicit default value for selecting all maps.

r.null flags are supported as flags, but the dry run mode of r.null.all
does not take these into account.

Includes suggestions from code review by @neteler:
Use plural when we have multiple examples. Use plain Bash/CLI syntax
and full option names in examples. Add missing comma in a see also list.

Co-Authored-By: Markus Neteler <neteler at gmail.com>




More information about the grass-commit mailing list