[GRASS-user] Re: TIN (Linear interpolation) from points

Martin Landa landa.martin at gmail.com
Sat Mar 17 12:06:08 EDT 2012


Hi,

2012/3/17 Vincent Bain <bain at toraval.fr>:
> g.gisenv GRASS_ADDON_PATH
>
> should return addons directory path. If not, just type :
>
> g.gisenv set="GRASS_ADDON_PATH=/path/to/your/addons"

it will not work GRASS_ADDON_PATH is environmental variable which
needs to be defined before GRASS starts. In GRASS 6.4.3+ it's possible
to use GRASS variable called ADDON_PATH

1) g.gisenv set=ADDON_PATH=$HOME/addons
2) restart GRASS
3) env | grep GRASS_ADD
GRASS_ADDON_PATH=/home/martin/addons

Martin

-- 
Martin Landa <landa.martin gmail.com> * http://geo.fsv.cvut.cz/~landa


More information about the grass-user mailing list