Opened 7 years ago
Closed 6 years ago
#3459 closed defect (worksforme)
r.modis.import must be run from data directory
Reported by: | martinl | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.2.4 |
Component: | Addons | Version: | 7.2.2 |
Keywords: | r.modis.import | Cc: | |
CPU: | Unspecified | Platform: | Unspecified |
Description
It seems that G7A:r.modis.import must be run from directory where data lives, see:
GRASS 7.2.2 (gismentors-modis):~/geodata/modis > r.modis.import -m files=./data/listfileMOD11A1.006.txt spectral="( 1 1 0 0 0 0 0 0 0 0 0 0 )" WARNING: If no QA layer chosen in the "spectral" option the command will report an error
vs.
GRASS 7.2.2 (gismentors-modis):~/geodata/modis/data > r.modis.import -m files=listfileMOD11A1.006.txt spectral="( 1 1 0 0 0 0 0 0 0 0 0 0 )" WARNING: If no QA layer chosen in the "spectral" option the command will report an error Layer MOD11A1.A2017323_mosaic_QC_Day.vrt reprojected Dataset 'MOD11A1.A2017323_mosaic_QC_Day.vrt' reprojected ...
It seems to be a bug to me.
Change History (2)
comment:1 by , 7 years ago
Milestone: | → 7.2.4 |
---|
comment:2 by , 6 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
No able to reproduce