On 3/5/12, Martin Landa <[email protected]> wrote: > Hi, > > 2012/3/5 Markus Neteler <[email protected]>: >> - struct ilist *List; <--- >> - BOUND_BOX box; >> + struct boxlist *List; <--- >> + struct bound_box box; > > `boxlist` and `bound_box` have been introduced in GRASS 7. > > struct ilist *List; > BOUND_BOX box; > > is valid for GRASS 6.
All differences between the GRASS 6 and GRASS 7 version of v.vect.stats are only related to API changes in GRASS 7. The module has been tested for some time, by different users by now, it is IMHO safe to include it in 6.4.3. The module does amongst other things a PIP (points in polygon) count, a feature frequently requested. Markus M _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
