On Thu, Mar 26, 2009 at 6:50 AM, georgew <gws...@hotmail.com> wrote:
>
> Hi , I have a large vector shapefile I would like to split into many smaller 
> tiles of equal size. Can
> somebody suggest a way to do this in GRASS 6.4 (either Windows or Linux).

You could use v.mkgrid to generate a grid. Then loop over all categories
in this grid (v.categories) and use v.overlay to intersect.

> Also is it possible to use scripts (for batch processing) under the Windows 
> version of GRASS?

Yes, I think so.

Markus
_______________________________________________
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to