Opened 8 years ago
Last modified 6 years ago
#3271 new enhancement
r.external.out doesn't write the extension of the files
Reported by: | madi | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.6.2 |
Component: | Raster | Version: | svn-trunk |
Keywords: | r.external.out | Cc: | |
CPU: | Unspecified | Platform: | Unspecified |
Description
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.
Change History (9)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
Type: | defect → enhancement |
---|
comment:3 by , 8 years ago
Milestone: | 7.2.1 → 7.2.2 |
---|
comment:4 by , 7 years ago
Milestone: | 7.2.2 → 7.4.0 |
---|
All enhancement tickets should be assigned to 7.4 milestone.
comment:6 by , 6 years ago
Milestone: | 7.4.1 → 7.4.2 |
---|
comment:7 by , 6 years ago
Milestone: | 7.4.2 → 7.6.0 |
---|
All enhancement tickets should be assigned to 7.6 milestone.
Note:
See TracTickets
for help on using tickets.
Extension need to be given by
extension
option, seer.external.out --help
. But you are right, it could be determined automatically based on format.