[GRASS-dev] g.extension.add available to install GRASS Addons SVN modules (GEM replacement)

Markus Neteler neteler at osgeo.org
Sun Jul 5 06:12:15 EDT 2009


Hi,

I have written a simple script to replace GEM:

Example: install i.landsat.toar from GRASS Addons SVN:
  g.extension.add extension=i.landsat.toar

Or r.terracost (the lazy user may omit even extension=):
 g.extension.add r.terracost

It will download, compile and install the requested module.
It can also be used to fetch a later update of course.

The script itself is yet in Addons [1]. It requires 6.4.0RC5 or 6.5.
It won't work with GRASS 7 since the "make install" support wasn't
yet implemented (see my other mail).

Feel free to improve/rewrite the module directly in SVN (ideally
rewrite it to Python).

Cheers
Markus

[1] https://svn.osgeo.org/grass/grass-addons/general/g.extension.add/g.extension.add


More information about the grass-dev mailing list