On 27/09/2011 13:31, giannis Nj wrote:
In GRASS it can be done with 2 steps: First set the current region to the boundaries of the smaller region with g.region: g.region -p e-<east bound> w=<west bound> n=<north> s=<south> Now create a polygon of the region extents: v.in.region out=small_region and finally with v.overlay you can clip the original to the smaller region: v.overlay ain=<original shape> bin=small_region out=clipped_shape There are tools in the QGIS Vector (fTools) plugin to do the same...
|
_______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
