2016-08-12 22:21 GMT-05:00 Anna Petrášová <[email protected]>: > On Fri, Aug 12, 2016 at 7:09 PM, Laurent C. <[email protected]> wrote: >> Hello, >> >> This message to let you know that I'll give a talk called "A GRASS GIS >> module for 2D superficial flow simulations" at the 12th International >> Conference on Hydroinformatics that will be held from 21 to 26 of >> august in Incheon, Korea. The goal is basically to present Itzï >> (https://www.itzi.org/), a new superficial flow model that uses GRASS >> as a back-end. >> >> If any other GRASS user will be present at this event, I'll be glad to meet. >> Of course, I'll be happy if anyone give a try at the software and give >> me some feed back. >> > > This looks great. I tried to follow your example in documentation and > it worked, except for a small inconsistency in map names: > > v.to.rast input=watershed_out type=point output=bcval use=val value=0 > and in the config file you have: > > bcval = bcvalue@PERMANENT > > (should be bcval)
Thanks. I've corrected the manual. > > I will probably test this more later. We should also consider if there > is a way we could distribute it through official addons. I've tried but never manage to make it work. See: https://lists.osgeo.org/pipermail/grass-dev/2016-March/079481.html https://trac.osgeo.org/grass/ticket/2480 https://trac.osgeo.org/grass/ticket/2968 So I finally decided to make it a Python package and drop g.parser for argparse. If anyone want to give it another try, It's OK for me. Laurent _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
