[GRASS5] rasters?

Markus Neteler neteler at itc.it
Tue Mar 14 03:37:11 EST 2006


On Tue, Mar 14, 2006 at 08:42:40AM +0100, Andrea Antonello wrote:
> > I can only think of two changes:
> >
> > 1. For compressed maps (integer or FP), the size of the row offsets is
> > sizeof(off_t) rather than sizeof(long). The main consequence of this
> > is that 8-byte offsets will now be more common, so if your code only
> > handles 4-byte offsets, it will fail more often.
> 
> I'm not completely sure but it should be that, which should again be easy to 
> solve (hopefully). I will check and in case come back with new questions.
> 
> Do you know when more or less sizeof(long) was changed.

Hi Andrea,

if you to find out such things by yourself:

# in GRASS 6.1-CVS
cd lib/gis/

# generate local ChangeLog file (http://www.red-bean.com/cvs2cl/):
cvs2cl.pl --follow trunk
less ChangeLog

Then watch out for relevant changes.

Best

 Markus




More information about the grass-dev mailing list