[GRASS-git] [OSGeo/grass-addons] 3df627: New r.fill.category module
pzatelli
noreply at github.com
Thu Jun 20 20:27:00 PDT 2019
Branch: refs/heads/master
Home: https://github.com/OSGeo/grass-addons
Commit: 3df627d79a041fef5d98482818ea12ed6af2a0d3
https://github.com/OSGeo/grass-addons/commit/3df627d79a041fef5d98482818ea12ed6af2a0d3
Author: pzatelli <51366085+pzatelli at users.noreply.github.com>
Date: 2019-06-20 (Thu, 20 Jun 2019)
Changed paths:
A grass7/raster/r.fill.category/Makefile
A grass7/raster/r.fill.category/r.fill.category.html
A grass7/raster/r.fill.category/r.fill.category.py
Log Message:
-----------
New r.fill.category module
r.fill.category substitutes the values of pixels of a given category with values of the surrounding pixels and stores the output in a new raster map. Pixels with other categories are left untouched.
It combines r.neighbors and r.mapcalc. Optionally, it uses r.out.mpeg to create animations.
See the html manual page for an example application on the North Carolina sample dataset.
More information about the grass-commit
mailing list