[GRASS-dev] [GRASS GIS] #3271: r.external.out doesn't write the extension of the files

#3271: r.external.out doesn't write the extension of the files
----------------------------+-------------------------
Reporter: madi | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone: 7.2.1
Component: Raster | Version: svn-trunk
Keywords: r.external.out | CPU: Unspecified
Platform: Unspecified |
----------------------------+-------------------------
Tried:

{{{
r.external.out directory=... format=GTiff

r.texture ..

r.external.out -r
}}}

the output files are written in the given directory and are valid gdal
format, however they are named without the .tif extension.

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

#3271: r.external.out doesn't write the extension of the files
--------------------------+----------------------------
  Reporter: madi | Owner: grass-dev@…
      Type: defect | Status: new
  Priority: normal | Milestone: 7.2.1
Component: Raster | Version: svn-trunk
Resolution: | Keywords: r.external.out
       CPU: Unspecified | Platform: Unspecified
--------------------------+----------------------------

Comment (by martinl):

Extension need to be given by `extension` option, see `r.external.out
--help`. But you are right, it could be determined automatically based on
format.

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

#3271: r.external.out doesn't write the extension of the files
--------------------------+----------------------------
  Reporter: madi | Owner: grass-dev@…
      Type: enhancement | Status: new
  Priority: normal | Milestone: 7.2.1
Component: Raster | Version: svn-trunk
Resolution: | Keywords: r.external.out
       CPU: Unspecified | Platform: Unspecified
--------------------------+----------------------------
Changes (by martinl):

* type: defect => enhancement

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