[GRASS-dev] [GRASS-SVN] r63958 - grass/trunk/scripts/v.to.lines

Helmut Kudrnovsky hellik at web.de
Tue Jan 6 08:03:31 PST 2015


hi Anna,

> The motivation is probably that the input map name is used to construct
> temporary map names, 
> so you want to avoid the mapset part there. 

yes, that's the point; tested with winGRASS:

--------------
v.to.lines --verbose input=geodetic_pts at PERMANENT output=geodetic_pts_lines     
Processing point data (29939 points found)...
WARNING: Unable to create vector map:
<geodetic_pts at PERMANENT_point_tmp_4724> is not in the current mapset (user1)
ERROR: Kann die Vektorkarte <geodetic_pts at PERMANENT_point_tmp_4724> nicht
erzeugen.
Traceback (most recent call last):
  File
"C:\OSGeo4W\apps\grass\grass-7.1.svn/scripts/v.to.lines.py",
line 170, in <module>
    main()
  File
"C:\OSGeo4W\apps\grass\grass-7.1.svn/scripts/v.to.lines.py",
line 78, in main
    output=out_temp, quiet=quiet)
  File "C:\OSGeo4W\apps\grass\grass-7.1.svn\etc\python\grass
\script\core.py", line 375, in run_command
    return handle_errors(returncode, returncode, args,
kwargs)
  File "C:\OSGeo4W\apps\grass\grass-7.1.svn\etc\python\grass
\script\core.py", line 310, in handle_errors
    returncode=returncode)
grass.exceptions.CalledModuleError: Module run None
['v.delaunay', 'input=geodetic_pts at PERMANENT', 'layer=1',
'output=geodetic_pts at PERMANENT_point_tmp_4724'] ended with
error
Process ended with non-zero return code 1. See errors in the
(error) output.
(Tue Jan 06 16:59:15 2015) Befehl ausgeführt (2 Sek)   
--------------

> I hopefully fixed that in http://trac.osgeo.org/grass/changeset/63965 and
> backported 
> but I didn't really tested it.

thanks for fixing



-----
best regards
Helmut
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Re-GRASS-SVN-r63958-grass-trunk-scripts-v-to-lines-tp5180152p5180207.html
Sent from the Grass - Dev mailing list archive at Nabble.com.


More information about the grass-dev mailing list