#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>
GRASS GIS <https://grass.osgeo.org>