Re[GRASS-user] sampling categorical data with r.resamp.stats

Hello,
I want to resample my categorical raster data from higher resolution to
lower, using mode method. Looking at the syntax, I can't figure out where I
tell the command the new resolution. I am confused, as I had expected that
the command would be implemented at the location with crude resolution using
the data from the location with higher resolution as an input, similar as
r.proj, where you specify the input data name, location and mapset.
Could someone tell me how I tell r.resamp.stats the new - crude resolution?

Thanks,

Jana
--
View this message in context: http://www.nabble.com/Resampling-categorical-data-with-r.resamp.stats-tp19569167p19569167.html
Sent from the Grass - Users mailing list archive at Nabble.com.

Jana K. wrote:

I want to resample my categorical raster data from higher resolution to
lower, using mode method. Looking at the syntax, I can't figure out where I
tell the command the new resolution. I am confused, as I had expected that
the command would be implemented at the location with crude resolution using
the data from the location with higher resolution as an input, similar as
r.proj, where you specify the input data name, location and mapset.
Could someone tell me how I tell r.resamp.stats the new - crude resolution?

Use g.region.

Resampling modules (r.resample, r.resamp.stats, r.resamp.interp,
r.resamp.rst) resample the map to match the current region.

--
Glynn Clements <glynn@gclements.plus.com>