Opened 6 years ago

Closed 6 years ago

#3460 closed defect (fixed)

r.modis: create mosaic from more tiles

Reported by: martinl Owned by: grass-dev@…
Priority: normal Milestone:
Component: Addons Version: 7.2.2
Keywords: r.modis.import Cc:
CPU: Unspecified Platform: Unspecified

Description

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@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@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.

Attachments (1)

modis-m.png (43.7 KB ) - added by martinl 6 years ago.

Download all attachments as: .zip

Change History (3)

comment:1 by martinl, 6 years ago

See r71965

by martinl, 6 years ago

Attachment: modis-m.png added

comment:2 by martinl, 6 years ago

Resolution: fixed
Status: newclosed

Seems to be fixed, I tested commands below

r.modis.download settings=settings.txt folder=cr tiles=h18v04,h18v03,h19v04,h19v03
r.modis.import -m files=cr/listfileMOD11A1.006.txt  spectral="( 1 1 0 0 0 0 0 0 0 0 0 0 )"

See result

Note: See TracTickets for help on using tickets.