Re: [GRASS-user] Change GRASS region multiple times

2016-03-24 Thread Moritz Lennert
On 23/03/16 22:16, Luna, Daniel Eduardo wrote: Thank you very much for your response Pietro! Unfortunately, I'm still having problems with this topic: During the execution of my module, the resolution can change just one time. Then. when I'm creating multiple raster maps, they all have the

Re: [GRASS-user] Change GRASS region multiple times

2016-03-23 Thread Luna, Daniel Eduardo
y much for your help!! Daniel From: Pietro <peter.z...@gmail.com> Sent: Friday, March 4, 2016 2:20 To: Luna, Daniel Eduardo Cc: grass-user@lists.osgeo.org; Liang, Xu; Hernandez Cruz, Felipe Subject: Re: [GRASS-user] Change GRASS region multiple times

Re: [GRASS-user] Change GRASS region multiple times

2016-03-03 Thread Pietro
Dear Luna, On Wed, Mar 2, 2016 at 10:40 PM, Luna, Daniel Eduardo wrote: > I need to create a new raster map during the execution. I'm using the > commands: > > from grass.pygrass import raster > > newRasterMap = raster.RasterSegment('new') >

[GRASS-user] Change GRASS region multiple times

2016-03-02 Thread Luna, Daniel Eduardo
Hello! I'm working with pygrass, developing a new module for GRASS. I need to create a new raster map during the execution. I'm using the commands: from grass.pygrass import raster newRasterMap = raster.RasterSegment('new') newRasterMap.open('w', 'CELL') I've noticed