Small GRASS 4.2.1 update

Hi there,

today I published a small update for the current GRASS version

- added full coordinate output to d.what.sites (M.N.)
- Bugfix for r.tiff (Jacques Bouchard)
- added m.in.e00 (Michel Wurtz)
    -> the next update is coming soon :slight_smile:
- added m.statistics - simple statistics for raster images (M.N.)
- v.surf.spline: fixed scripts and Gmakefile
- d.pan: bugfix for middle mouse button (Jacques Bouchard)

These updates are available

in source code:
  http://www.geog.uni-hannover.de/grass/main_source.html (update V19->V20)

and Linux:
  http://www.geog.uni-hannover.de/grass/main_linuxbin.html (update V19->V20)

Hope you enjoy

  Markus Neteler

Markus

I checked the tmp's and other partitions and I have plenty of memory on the hard
drive and plenty of RAM. Which is why I belive it is related to a variable.
I'm still open to other suggestions.

Thanks
Anthony Burns
aburns@ky.nrcs.usda.gov

I compiled the m.in.e00 module on a SUN Sun0s 4.13. It works fine on very

very

small e00 files, but when trying to import a 625,000 byte (which is still

quite

small), I get the following error message:
ERROR: G_malloc: out of memory.
I have compile m.in.e00 in linux and it works just fine on the same e00 file,

so

I feel I have something wrong in my variable on the SUN system.

Hi Anthony,

you should check the /tmp and other directories, if there is *always*
enough space. G_malloc error sounds like a full harddisk... (maybe there is
an overflow only during .tmp-file creation).

Check it several times meanwhile the module is running. Otherwise Michel
might help :slight_smile: