Re: [GRASS-PSC] GRASS add-on sharing and write access

2017-12-15 Thread Anna Petrášová
Hi Nagy,

On Dec 15, 2017 5:03 AM, "Nagy Edmond"  wrote:

Dear All,

Thank you very much for your support.

The add-on is now on GitHub. https://github.com/NagyEdmond/v.lcp.network
Please feel free to evaluate it. Your feedback will be most welcome.


If I understand the code correctly, it computes always one way between 2
points, right? With r.walk the path could be different in each direction,
because of the walking coefficients - they are not symmetric for walking up
and downhill. So that's something which should be probably addressed,
either by computing paths in both directions, or documenting this
limitation in the manual.

Best,
Anna


All the best,
Nagy Edmond



--
Sent from: http://osgeo-org.1560.x6.nabble.com/GRASS-PSC-f4051248.html
___
grass-psc mailing list
grass-psc@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-psc
___
grass-psc mailing list
grass-psc@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-psc

Re: [GRASS-PSC] GRASS add-on sharing and write access

2017-12-15 Thread Luca Delucchi
Hi Nagy,

Il 15 dic 2017 5:42 PM, "Nagy Edmond"  ha
scritto:

Markus, thank you very much for helping.

I have now included into the add-on directory the py, html and makefile
files. The last one is an example I found somewhere, but I am not sure how


You can have a look to makefile for addons in the svn repository [1]

to adapt it, or how to run it (or from where) to generate the final html.
Could you please tell me how it works, or point me to a working example?


To understand how it works you can read the docs in the wiki about addons
compilation [0]
I hope this is helpful


Edmond


Ciao
Luca


[0] https://grasswiki.osgeo.org/wiki/Compile_and_Install#Addons
[1] https://trac.osgeo.org/grass/browser/grass-addons/grass7
___
grass-psc mailing list
grass-psc@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-psc

Re: [GRASS-PSC] GRASS add-on sharing and write access

2017-12-15 Thread Nagy Edmond
Markus, thank you very much for helping.

I have now included into the add-on directory the py, html and makefile
files. The last one is an example I found somewhere, but I am not sure how
to adapt it, or how to run it (or from where) to generate the final html.
Could you please tell me how it works, or point me to a working example?

Edmond



--
Sent from: http://osgeo-org.1560.x6.nabble.com/GRASS-PSC-f4051248.html
___
grass-psc mailing list
grass-psc@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-psc

Re: [GRASS-PSC] GRASS add-on sharing and write access

2017-12-15 Thread Markus Metz
On Fri, Dec 15, 2017 at 12:03 PM, Nagy Edmond 
wrote:
>
> Dear All,
>
> Thank you very much for your support.
>
> The add-on is now on GitHub. https://github.com/NagyEdmond/v.lcp.network
> Please feel free to evaluate it. Your feedback will be most welcome.

Instead of the compiled files, we would need the original files including a
Makefile. The html file should be a template (see source of other
scripts/modules), the real html file is then generated by make. The
contents of the directory v.lcp.network must be

v.lcp.network
├── Makefile
├── v.lcp.network.html
└── v.lcp.network.py

Best,

Markus M


>
> All the best,
> Nagy Edmond
>
>
>
> --
> Sent from: http://osgeo-org.1560.x6.nabble.com/GRASS-PSC-f4051248.html
> ___
> grass-psc mailing list
> grass-psc@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/grass-psc
___
grass-psc mailing list
grass-psc@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-psc

Re: [GRASS-PSC] GRASS add-on sharing and write access

2017-12-15 Thread Nagy Edmond
Dear All,

Thank you very much for your support. 

The add-on is now on GitHub. https://github.com/NagyEdmond/v.lcp.network
Please feel free to evaluate it. Your feedback will be most welcome.

All the best,
Nagy Edmond



--
Sent from: http://osgeo-org.1560.x6.nabble.com/GRASS-PSC-f4051248.html
___
grass-psc mailing list
grass-psc@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-psc