Opened 7 years ago
Closed 7 years ago
#3460 closed defect (fixed)
r.modis: create mosaic from more tiles
Reported by: | martinl | Owned by: | |
---|---|---|---|
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)
Change History (3)
comment:1 by , 7 years ago
by , 7 years ago
Attachment: | modis-m.png added |
---|
comment:2 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
See r71965