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

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

#3459: r.modis.import must be run from data directory
--------------------------+----------------------------
  Reporter: martinl | Owner: grass-dev@…
      Type: defect | Status: closed
  Priority: normal | Milestone: 7.2.4
Component: Addons | Version: 7.2.2
Resolution: worksforme | Keywords: r.modis.import
       CPU: Unspecified | Platform: Unspecified
--------------------------+----------------------------
Changes (by lucadelu):

* status: new => closed
* resolution: => worksforme

Comment:

No able to reproduce

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