Grass Tutorial | ||
---|---|---|
<<< Previous | Next >>> |
You can use v.to.rast to transform all labeled (!) vectors into a raster map. Unlabeled vectors will be omitted.
Beware that the command uses the current region settings, so make sure they encompass the region you would like to transform into a raster map. Also, when creating fixed category area maps ("thematic maps") that don't need a high resolution, make sure that the resolution is not set too high, as that might make the transformation uneccessarily slow (see the chapter called The GRASS Region).
If you wish to interpolate raster data from vector data, several options exist:
v.surf.rst - interpolation and topographic analysis from given contour data in vector format to floating point raster format using regularized spline with tension
r.surf.contour - creates a raster elevation map from a rasterized contour map (in combination with v.to.rast)
<<< Previous | Home | Next >>> |
Raster to Sites | Up | Vector to Sites |