NAME
g.extension - Tool to maintain the extensions in local GRASS installation.
Downloads, installs extensions from GRASS Addons SVN repository into local GRASS installation or removes installed extensions.
KEYWORDS
general, installation, extensions
SYNOPSIS
g.extension
g.extension help
g.extension [-lfgdi] [extension=name] [operation=string] svnurl=url prefix=path [--verbose] [--quiet]
Flags:
- -l
- List available modules in the GRASS Addons SVN repository
- -f
- List available modules in the GRASS Addons SVN repository including modules description
- -g
- List available modules in the GRASS Addons SVN repository (shell script style)
- -d
- Don't delete downloaded source code when installing new extension
- -i
- Don't install new extension, just compile it
- --verbose
- Verbose module output
- --quiet
- Quiet module output
Parameters:
- extension=name
- Name of extension to install/remove
- operation=string
- Operation to be performed
- Options: add,remove
- Default: add
- svnurl=url
- SVN Addons repository URL
- Default: https://svn.osgeo.org/grass/grass-addons/grass7
- prefix=path
- Prefix where to install extension
- Default: $GRASS_ADDON_PATH
DESCRIPTION
g.extension downloads and installs, removes or updates
extensions from GRASS Addons SVN repository into the local GRASS
installation.
Re-running the script on an installed GRASS Addons re-installs
the requested extension which may include updates.
EXAMPLES
Download and install i.landsat.toar into current GRASS installation:
g.extension extension=i.landsat.toar operation=add
AUTHOR
Markus Neteler
Upgraded for GRASS 7 by Martin Landa, CTU in Prague, Czech Republic
Last changed: $Date: 2009-07-05 11:37:19 -0700 (Sun, 05 Jul 2009) $
Main index - general index - Full index
© 2003-2011 GRASS Development Team