Computational region

From GRASS-Wiki
Revision as of 20:57, 23 October 2011 by Neteler (talk | contribs) (incl FAQ)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The current region or computational region is the actual setting of the region boundaries and the actual raster resolution.

As a general rule in GRASS:

  1. Raster maps are always imported completely at their own resolution (exception: WMS imported layers).
  2. In computations, raster input maps are automatically cropped/padded and rescaled (using nearest-neighbour resampling) to match the current region in order to produce the output raster map or to query values.
  3. Raster output maps have their bounds and resolution equal to those of the current computational region.

FAQs

Q: I don't see anything!

A: Typically the computational region is set to an area not covering the raster map of interest. Use g.region to adjust the computational region settings, e.g. by setting it to the raster map:

 g.region rast=myrastermap -p


Q: The raster map looks ugly.

A: The resolution of the computational region does not match the resolution of the raster map. Use g.region to adjust the resolution settings of the computational region or set it to the raster map (see above).

<a _fcknotitle="true" href="Category:FAQ">FAQ</a>