[GRASS-dev] [GRASS GIS] #3460: r.modis: create mosaic from more tiles

GRASS GIS trac at osgeo.org
Tue Nov 28 09:00:35 PST 2017


#3460: r.modis: create mosaic from more tiles
----------------------------+-------------------------
 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 doesn't not create mosaics from more
 tiles.

 See import example for one tile:

 {{{
 r.modis.download settings=../settings.txt folder=h18v04 tiles=h18v04
 g.mapset -c h18v04
 cd h18v04
 r.modis.import -m files=./listfileMOD11A1.006.txt  spectral="( 1 1 0 0 0 0
 0 0 0 0 0 0 )"
 g.region -up rast=MOD11A1.A2017322_mosaic_LST_Day_1km at h18v04
 projection: 99 (ETRS89 / LAEA Europe)
 zone:       0
 datum:      etrs89
 ellipsoid:  grs80
 north:      3036305.96736026
 south:      1878305.96736026
 west:       3465349.29810465
 east:       4718349.29810465
 }}}

 vs. more tiles:

 {{{
 r.modis.download settings=../settings.txt folder=all
 tiles=h18v04,h18v05,h19v04,h19v05
 cd all/
 r.modis.import -m files=./listfileMOD11A1.006.txt  spectral="( 1 1 0 0 0 0
 0 0 0 0 0 0 )"
 g.region -up rast=MOD11A1.A2017322_mosaic_LST_Day_1km at PERMANENT
 projection: 99 (ETRS89 / LAEA Europe)
 zone:       0
 datum:      etrs89
 ellipsoid:  grs80
 north:      3036305.96736026
 south:      1878305.96736026
 west:       3465349.29810465
 east:       4718349.29810465
 }}}

 Extent is the same. It seems to be a bug.

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



More information about the grass-dev mailing list