> I've tried to generilze it, but I get no reduction of the number of > vertices. I can't figure out why! > > v.generalize input=grd0_MASKED output=grd0_MASKED_Gen type=area > method=douglas_reduction threshold=50 reduction=50
This is probably bit late, but your problem is in type=area. Try type=boundary or type=line or any combination of those or, actually, ommit the type parameter at all.... Or if it does not help, play a bit with reduction and/or threshold parameter. Daniel > > Any advice? > Giovanni > _______________________________________________ > grass-user mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/grass-user > _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
