[GRASS-user] TR : Extensions

marie-joëlle desgagné mjdesgagne at hotmail.com
Tue Jul 23 17:30:58 PDT 2019


I modified the lines 936 to 941 in the g.extension and now I am able to download the precompiled GRASS Addons. The problem was in the base url mentionned in the g.extension script. I am wondering if it has an impact when I try to launch the _GRASS scripts though.

________________________________
De : marie-joëlle desgagné
Envoyé : 22 juillet 2019 15:37
À : Markus Neteler <neteler at osgeo.org>
Objet : RE: [GRASS-user] Extensions

I modified the lines 936 to 941 in the g.extension and now I am able to download the precompiled GRASS Addons. The problem was in the base url mentionned in the g.extension script. I am wondering if it has an impact when I try to launch the _GRASS scripts though.


    platform = 'x86_64'
base_url = "http://wingrass.fsv.cvut.cz/" \
           "grass%(major)s%(minor)s/%(platform)s/addons/latest" % \
           {'platform': platform,
            'major': version[0], 'minor': version[1],
            'patch': version[2]}

Provenance : Courrier<https://go.microsoft.com/fwlink/?LinkId=550986> pour Windows 10

________________________________
De : Markus Neteler <neteler at osgeo.org>
Envoyé : Monday, July 22, 2019 3:27:34 PM
À : marie-joëlle desgagné <mjdesgagne at hotmail.com>
Objet : Re: [GRASS-user] Extensions

Hi,

Would you mind to share your change?

Thanks
Markus


marie-joëlle desgagné <mjdesgagne at hotmail.com<mailto:mjdesgagne at hotmail.com>> schrieb am Mo., 22. Juli 2019, 19:32:
Hi, I found a way to modify the path on the g.extension script to find the source codes of the tools I want to use and it worked.
I am now trying to launch the script Watershed_GRASS but I get an error message saying that my module is built against version $Revision$ but trying to use version $Revision: 72327 $. I need to rebuild GRASS GIS or untangle multiple installations.

I am not used to programing so I don't really know how to deal with this situation.

Thank you very much

Marie-Joëlle Desgagné
________________________________
De : grass-user <grass-user-bounces at lists.osgeo.org<mailto:grass-user-bounces at lists.osgeo.org>> de la part de Helmut Kudrnovsky <hellik at web.de<mailto:hellik at web.de>>
Envoyé : 16 juillet 2019 08:53
À : grass-user at lists.osgeo.org<mailto:grass-user at lists.osgeo.org> <grass-user at lists.osgeo.org<mailto:grass-user at lists.osgeo.org>>
Objet : Re: [GRASS-user] Extensions

marie-joëlle desgagné wrote
> Hi, I am currently using Grass Gis version 7.6.1.
>
> I want to add the plug in: r.stream.basins. For that to occur I tried to
> go in g.extension and install it, but I get this error message:
>
> Downloading precompiled GRASS Addons
> <r.stream.basins>
> ...
>
> ERROR: Extension
> <r.stream.basins>
>  not found
>
>
> It looks like none of the extensions can be found.
>
> Thank you!

which operating system?

see

https://lists.osgeo.org/pipermail/grass-commit/2019-July/045534.html

adapting the addon system after the git switch is still a work in progress.



-----
best regards
Helmut
--
Sent from: http://osgeo-org.1560.x6.nabble.com/Grass-Users-f3884509.html
_______________________________________________
grass-user mailing list
grass-user at lists.osgeo.org<mailto:grass-user at lists.osgeo.org>
https://lists.osgeo.org/mailman/listinfo/grass-user
_______________________________________________
grass-user mailing list
grass-user at lists.osgeo.org<mailto:grass-user at lists.osgeo.org>
https://lists.osgeo.org/mailman/listinfo/grass-user
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-user/attachments/20190724/9cb1abea/attachment-0001.html>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: g.extension.py
URL: <http://lists.osgeo.org/pipermail/grass-user/attachments/20190724/9cb1abea/attachment-0001.ksh>


More information about the grass-user mailing list