[GRASS5] rasters?

Glynn Clements glynn at gclements.plus.com
Mon Mar 13 21:16:53 EST 2006


Hamish 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.
> 
> maybe why the segment lib is showing read() past end of file errors in
> r.cost, r.walk, etc.
> ?

No. This only affects code which accesses the raster files directly
(i.e. lib/gis or third-party code which does its own I/O).

-- 
Glynn Clements <glynn at gclements.plus.com>




More information about the grass-dev mailing list