[GRASS-dev] [GRASS GIS] #3459: r.modis.import must be run from data directory

GRASS GIS trac at osgeo.org
Tue Nov 28 08:10:48 PST 2017


#3459: r.modis.import must be run from data directory
----------------------------+-------------------------
 Reporter:  martinl         |      Owner:  grass-dev@…
     Type:  defect          |     Status:  new
 Priority:  normal          |  Milestone:
Component:  Addons          |    Version:  7.2.2
 Keywords:  r.modis.import  |        CPU:  Unspecified
 Platform:  Unspecified     |
----------------------------+-------------------------
 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.

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3459>
GRASS GIS <https://grass.osgeo.org>



More information about the grass-dev mailing list