Changeset 66449
- Timestamp:
- Oct 9, 2015, 9:45:29 AM (9 years ago)
- Location:
- grass/trunk/raster/r.patch
- Files:
-
- 2 added
- 2 edited
-
main.c (modified) (1 diff)
-
r.patch.html (modified) (2 diffs)
-
testsuite (added)
-
testsuite/test_rpatch_artificial.py (added)
Legend:
- Unmodified
- Added
- Removed
-
grass/trunk/raster/r.patch/main.c
r64877 r66449 59 59 G_add_keyword(_("geometry")); 60 60 G_add_keyword(_("mosaicking")); 61 G_add_keyword(_("merge")); 62 G_add_keyword(_("patching")); 61 63 module->description = 62 64 _("Creates a composite raster map layer by using " -
grass/trunk/raster/r.patch/r.patch.html
r63775 r66449 22 22 "no data" cells. 23 23 24 <h 2>EXAMPLE</h2>24 <h3>Example of filling areas</h3> 25 25 26 Below, the raster map layer on the far left is <b>patched</b> 27 with the middle (<em>patching</em>) raster map layer, 28 to produce the <em>composite</em> raster map layer on the right. 26 <!-- this example is also used in the tests --> 27 28 Below, the raster map layer on the far left is <b>patched</b> 29 with the middle (<em>patching</em>) raster map layer, 30 to produce the <em>composite</em> raster map layer on the right. 31 The example assumes zero values to be treated as NULLs (<b>-z</b> flag). 29 32 30 33 <div class="code"><pre> … … 48 51 4 4 4 4 4 4 4 4 0 0 0 0 0 0 0 0 4 4 4 4 4 4 4 4 49 52 </pre></div> 53 50 54 51 55 <h2>NOTES</h2>
Note:
See TracChangeset
for help on using the changeset viewer.
