[GRASS5] Re: [GRASS-CVS] hamish: grass6/scripts/r.fillnulls
r.fillnulls,1.10,1.11
Hamish
hamish_nospam at yahoo.com
Wed Mar 2 19:26:38 EST 2005
> > remove AWK for doing decimal multiplication -- broke when decimal
> > point was a ",". The buffer distance is pretty arbitrary anyway, so
> > not a big deal if we lose sub-meter precision (I hope).
> >
>
> What about using
>
> LC_ALL=C echo 0.3 0.3 | awk '{printf "%.8f", ($1 + $2)}'
Could work, but I've never really used any of the language encoding
magic so someone else will have to test..
Hamish
More information about the grass-dev
mailing list