Opened 8 years ago

Closed 5 years ago

#3002 closed defect (wontfix)

r.tile incorrect overlapping

Reported by: aardgoose Owned by: grass-dev@…
Priority: normal Milestone: 7.0.7
Component: Raster Version: svn-trunk
Keywords: r.tile Cc:
CPU: x86-64 Platform: MSWindows 8

Description (last modified by martinl)

r.tile using an overlap of 1 overlaps adjacent tiles by 2 columns, illustrated by the r.info extract below. Resolution is 32m and overlap S -N of is 64m.

+----------------------------------------------------------------------------+
 | Map:      TEXTZ-000-000@SK               Date: Tue Apr 26 11:52:03 2016    |
 | Title:    Tile 0,0 of SK32M ( TEXTZ-000-000 )                              |
 | Timestamp: none                                                            |
 |----------------------------------------------------------------------------|
 |                                                                            |
 |   Type of Map:  raster               Number of Categories: 0               |
 |   Data Type:    DCELL                                                      |
 |   Rows:         100                                                        |
 |   Columns:      100                                                        |
 |   Total Cells:  10000                                                      |
 |        Projection: Transverse Mercator                                     |
 |            N: 390031.98976328    S: 386833.0134357   Res: 31.98976328      |
 |            E: 403166.31130064    W: 399968.01705757   Res: 31.98294243     |
 |   Range of data:    min = 149.215669047674  max = 373.009547999747         |
 |                                                                            |
 |   Data Source:                                                             |
 |    SK32M                                                                   |
 |                                                                            |
 |                                                                            |
 |   Data Description:                                                        |
 |    generated by r.tile                                                     |
 |                                                                            |
 |   Comments:                                                                |
 |    r.tile --verbose input="SK32M" output="TEXTZ" width=98 height=98 ove\   |
 |    rlap=1                                                                  |
 |                                                                            |
 +----------------------------------------------------------------------------+

 +----------------------------------------------------------------------------+
 | Map:      TEXTZ-001-000@SK               Date: Tue Apr 26 11:52:03 2016    |
 | Title:    Tile 0,1 of SK32M ( TEXTZ-001-000 )                              |
 | Timestamp: none                                                            |
 |----------------------------------------------------------------------------|
 |                                                                            |
 |   Type of Map:  raster               Number of Categories: 0               |
 |   Data Type:    DCELL                                                      |
 |   Rows:         100                                                        |
 |   Columns:      100                                                        |
 |   Total Cells:  10000                                                      |
 |        Projection: Transverse Mercator                                     |
 |            N: 386896.99296225    S: 383698.01663468   Res: 31.98976328     |
 |            E: 403166.31130064    W: 399968.01705757   Res: 31.98294243     |
 |   Range of data:    min = 127.552440611917  max = 409.305838621671         |
 |                                                                            |
 |   Data Source:                                                             |
 |    SK32M                                                                   |
 |                                                                            |
 |                                                                            |
 |   Data Description:                                                        |
 |    generated by r.tile                                                     |
 |                                                                            |
 |   Comments:                                                                |
 |    r.tile --verbose input="SK32M" output="TEXTZ" width=98 height=98 ove\   |
 |    rlap=1                                                                  |

Change History (5)

comment:1 by martinl, 8 years ago

Component: DefaultRaster
Description: modified (diff)
Keywords: r.tile added

comment:2 by martinl, 8 years ago

Milestone: 7.0.47.0.5

comment:3 by neteler, 8 years ago

Milestone: 7.0.57.0.6

comment:4 by neteler, 6 years ago

Milestone: 7.0.67.0.7

comment:5 by martinl, 5 years ago

Resolution: wontfix
Status: newclosed

No reproducable example.

Note: See TracTickets for help on using tickets.