[GRASS-user] Installing GIPE
Markus Neteler
neteler at osgeo.org
Fri Apr 2 18:03:54 EDT 2010
2010/4/1 Szabó Balázs <szabobaa at gmail.com>:
> Hi list!
>
> Is it possible install gipe to grass gis 7.0 latest svn?
It requires several updates to the new raster library architecture.
Basically, the "raster.h" header must be added and functions renamed,
for example
G_put_raster_row() -> Rast_put_row()
etc. For a table, see
http://trac.osgeo.org/grass/wiki/Grass7/RasterLib/ListOfFunctions
...
> ----------------------------------------------
> I tryed with g.extension manager, but this command won't work:
>
> g.extension extension=r.hydro.CASC2D \
> svnurl=https://svn.osgeo.org/grass/grass-addons/gipe/
Similar problem here.. all code is for GRASS 6 and needs to be updated
(actually more time consuming than difficult).
Markus
More information about the grass-user
mailing list