[GRASS-user] Importing netCDF where raster names is the time variable

2014-11-11 Thread maning sambale
Hi, I'm trying to import multidimensional netCDF files slicing the bands according to time. I want to use the new temopral module in GRASS70 for further processing. My process are as follows: 1. Download the netCDF usinf ncks, i.e.: $ ncks -O -v r -d time,${MIN},${MAX} -d lon,115.00,155.00 -d

[GRASS-user] Opensuse and Grass

2014-11-11 Thread Tim Southern
Sorry for not getting back earlier but broadband was down! I updated Opensuse to 13.2 which included the updates to the version of Grass for Opensuse 13.2. Tried using grass to check all my previous software was running, Grass starts asks to chose map set etc and then promptly crashes with the

Re: [GRASS-user] Problem with r.basin in grass7

2014-11-11 Thread Helmut Kudrnovsky
Andrea Timmermann wrote Hi Markus,nbsp; Thanks a lot for your answer.nbsp; I downloaded the new r. basin and runnbsp; [...] Then I run: gt; g.extensionnbsp;r.stream.distancenbsp; and got: Downloading precompiled GRASS Addons lt;r.stream.distancegt;... Traceback

[GRASS-user] d.out.file / d.save - Shell-script use issues

2014-11-11 Thread Peter Löwe
Dear Csar, dear all, thanks for your input, but the core problem remains: When a Shell-script is invoked from the GRASS-shell (GRASS6.4.2 on Suse Linux on a HPC cluster) with a monitor (x0, PNG, etc.) being already activated (d.mon start / d.mon select), a g.gisenv _within_ the script will

Re: [GRASS-user] d.out.file / d.save - Shell-script use issues

2014-11-11 Thread César Augusto Ramírez Franco
Hello Peter, I'm sorry for misunderstanding your question, I thought that starting the monitor INSIDE the script would be adequate for you, I have tested this and couldn't reproduce your problem: I created a test.sh file on my current directory and made it executable with the following contents:

Re: [GRASS-user] Problem with r.basin in grass7

2014-11-11 Thread Markus Neteler
Hi Andrea, On Tue, Nov 11, 2014 at 3:30 AM, Andrea Timmermann timmerm...@gmx.at wrote: Hi Markus, Thanks a lot for your answer. I downloaded the new r. basin and run r.basin map=map@Elevation prefix=o coordinates=-71.10394196,43.9865230801 threshold=19005 dir=C:\\Users\\Andrea\\Basins

Re: [GRASS-user] d.out.file / d.save - Shell-script use issues

2014-11-11 Thread Peter Löwe
Hi Csar, thanks for your follow-up work in this issue: Thats exactly the workflow I was looking for. So the issue got already fixed between GRASS6.4.2 and 6.4.4. Could you please verify the behaviour of d.out.file in GRASS6.4.4 when a PNG monitor is being used ? Best, Peter

Re: [GRASS-user] d.out.file / d.save - Shell-script use issues

2014-11-11 Thread César Augusto Ramírez Franco
Hi Peter, As far as I understand, d.out.file only works with X monitors, the workflow for a PNG monitor would be as follows: export GRASS_PNGFILE=test.png export GRASS_WIDTH=800 export GRASS_HEIGHT=600 d.mon start=PNG d.rast somerastermap d.vect somevectormap d.mon stop=PNG You could do this

[GRASS-user] A question before I embark on a programming exercise

2014-11-11 Thread Thomas Adams
All: I need to generate an ascii text file from a flow direction grid that consists of (among a couple other things that don't really matter at this point) for each pixel: (1) a unique integer identifier (1 -- N) for the pixel (2) the integer identifier of the downstream pixel (assuming there is

Re: [GRASS-user] [GRASS-dev] recent presentation of GRASS7

2014-11-11 Thread Thomas Adams
Markus, Your suggestion worked great! The movie quality is much better. It's a 33MB file and runs about 2:25. What should I do next to make it available? Thank you! Tom On Mon, Nov 10, 2014 at 9:17 AM, Markus Neteler nete...@osgeo.org wrote: Tom, On Mon, Nov 10, 2014 at 5:15 PM, Thomas