[GRASS-dev] [GRASS GIS] #2874: r.external: add offset and num_digits as r.in.gdal

#2874: r.external: add offset and num_digits as r.in.gdal
-------------------------+---------------------------------
Reporter: hellik | Owner: grass-dev@…
     Type: enhancement | Status: new
Priority: normal | Milestone: 7.0.4
Component: Raster | Version: svn-releasebranch70
Keywords: | CPU: Unspecified
Platform: Unspecified |
-------------------------+---------------------------------
in r.in.gdal (trunk) there are very nice options:

{{{
offset=integer
     The offset will be added to the band number while output raster map
name creation
     Default: 0
}}}

{{{
num_digits=integer
     Number of digits for the generated band number with leading 0's. If 0
the length will adjust to the band number.
     Default: 0
}}}

would be nice to have such options also in r.external.

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2874&gt;
GRASS GIS <https://grass.osgeo.org>

#2874: r.external: add offset and num_digits as r.in.gdal
--------------------------+---------------------------------
  Reporter: hellik | Owner: grass-dev@…
      Type: enhancement | Status: new
  Priority: normal | Milestone: 7.0.4
Component: Raster | Version: svn-releasebranch70
Resolution: | Keywords: r.external
       CPU: Unspecified | Platform: Unspecified
--------------------------+---------------------------------
Changes (by neteler):

* keywords: => r.external

Comment:

* offset was implemented in r46429
  * num_digits in r66714

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2874#comment:1&gt;
GRASS GIS <https://grass.osgeo.org>