Re: [GRASS-user] TIN to raster conversion module - v.tin.to.rast

2015-04-05 Thread Alexander Muriy
Thanks for edits, Helmut! I will be more careful with Python scripts parameters. 2015-04-06 0:45 GMT+03:00 Helmut Kudrnovsky hel...@web.de: you use old g.remove interface, it should be: grass.run_command('g.remove', type='raster', name=tmp). [...] I'm not sure about g.region stuff, but

Re: [GRASS-user] TIN to raster conversion module - v.tin.to.rast

2015-04-05 Thread Helmut Kudrnovsky
you use old g.remove interface, it should be: grass.run_command('g.remove', type='raster', name=tmp). [...] I'm not sure about g.region stuff, but I'm ready to upload scripts to grass-addons SVN. change to new g.remove syntax for g7, see:

Re: [GRASS-user] v.isochrones : error message

2015-04-05 Thread Moritz Lennert
On 05/04/15 00:03, image93 wrote: Hello, I'm working with grass 7 on windows 7 8 go RAM 64 bits. When i execute the v.isochrones process, there is an error message and the process does not work. Below, i paste the interface of the v.isochrones output command:

Re: [GRASS-user] v.isochrones : error message

2015-04-05 Thread Moritz Lennert
On 05/04/15 12:53, image93 wrote: Hello, Below, the computational region setting : projection: 99 (Lambert Conformal Conic) zone: 0 datum: towgs84=0,0,0,0,0,0,0 ellipsoid: grs80 north: 7037330.05419347 south:

Re: [GRASS-user] v.isochrones : error message

2015-04-05 Thread Mark Wynter
from a practical standpoint, it looks like in your image the origin point for the isolines is central Paris, not the yellow dot to north. By way of comparison with your image, what do results look like if you use v.net.iso? This will return lines with each ISO cost value, not a surface. It

Re: [GRASS-user] v.isochrones : error message

2015-04-05 Thread Roy
grass.exceptions.CalledModuleError: Module run None ['v.to.rast', 'input=roads_merge_idf_picardie_L93@data_set', 'use=attr', 'out=cost_map_tmp_5488', 'type=line', What is your computational region setting? The error seems to mean stack overflow/exhausted but I don't know what in

[GRASS-user] TIN to raster conversion module - v.tin.to.rast

2015-04-05 Thread Alexander Muriy
Hello all! I have corrected and adapted to recent GRASS versions (6.4.* and 7.0) the script of Antonio Alliegro tin.to.raster. These are 2 separate scripts for 6.4.* and 7.0: https://github.com/amuriy/GRASS-scripts/blob/master/Python/v.tin.to.rast_G64.py

Re: [GRASS-user] v.isochrones : error message

2015-04-05 Thread image93
Hello, Below, the computational region setting : projection: 99 (Lambert Conformal Conic) zone: 0 datum: towgs84=0,0,0,0,0,0,0 ellipsoid: grs80 north: 7037330.05419347 south: -0.94580653 west: 0

Re: [GRASS-user] TIN to raster conversion module - v.tin.to.rast

2015-04-05 Thread Anna Petrášová
Hello, On Sun, Apr 5, 2015 at 5:02 AM, Alexander Muriy amu...@gmail.com wrote: Hello all! I have corrected and adapted to recent GRASS versions (6.4.* and 7.0) the script of Antonio Alliegro tin.to.raster. These are 2 separate scripts for 6.4.* and 7.0:

Re: [GRASS-user] re-order boundaries by relative position along polyline

2015-04-05 Thread Thomas Adams
Hi Dylan! (I'm about to start a new position — more on that later). This may help… I had a problem somewhat analogous to this a little while ago, where I needed to create a text file that, among a couple of other things, needed to identify the 'downstream' pixel for all grid cells within a basin

Re: [GRASS-user] TIN to raster conversion module - v.tin.to.rast

2015-04-05 Thread Alexander Muriy
Thanks for your answer, Anna :) I'm not sure about g.region stuff, but I'm ready to upload scripts to grass-addons SVN. 2015-04-05 21:33 GMT+03:00 Anna Petrášová kratocha...@gmail.com: Hello, On Sun, Apr 5, 2015 at 5:02 AM, Alexander Muriy amu...@gmail.com wrote: Hello all! I have

Re: [GRASS-user] v.isochrones : error message

2015-04-05 Thread Markus Neteler
On Sun, Apr 5, 2015 at 10:00 AM, Roy royr...@outlook.com wrote: On Sun, Apr 5, 2015 at 12:03 AM, image93 lcel...@cci-paris-idf.fr wrote: grass.exceptions.CalledModuleError: Module run None ['v.to.rast', 'input=roads_merge_idf_picardie_L93@data_set', 'use=attr', 'out=cost_map_tmp_5488',