[GRASS-user] r.hazard.flood does not respect region settings?

2014-03-06 Thread maning sambale
Hi, I'm testing r.hazard.flood and noticed that it computes the flood and mti layers on the full region of the elevation raster instead of the pre-defined region settings. The relvant code I found from the r.hazard.flood is this: # Detect cellsize of the DEM info_region =

[GRASS-user] ps.map - eps frame affect/hide border and legend

2014-03-06 Thread Domenico Giusti
Dear all, I'm trying to output a ps file with ps.map (GRASS 6.4.2). Results from the psmap.def are good, with border, colortable, vlegend, etc.. http://osgeo.codepad.org/NtM3oJy0 (pasted def file) But when I add an eps frame border, colortable and vlegend disappear. I changed the order, putting

Re: [GRASS-user] DOY support in t.register?

2014-03-06 Thread Vaclav Petras
On Wed, Mar 5, 2014 at 3:21 PM, Sören Gebbert soerengebb...@googlemail.comwrote: print map_name, |, start, |, end I'm affraid that this prints also spaces around | and so t.register will fail because it expects only one separator, i.e. |. That should be print map_name + | + start + | + end

Re: [GRASS-user] DOY support in t.register?

2014-03-06 Thread Veronica Andreo
Hi Vaclav! Yeah, I've noticed that and already changed it Thanks! Vero 2014-03-06 17:26 GMT+01:00 Vaclav Petras wenzesl...@gmail.com: That should be print map_name + | + start + | + end http://grass.osgeo.org/grass70/manuals/t.register.html

Re: [GRASS-user] DOY support in t.register?

2014-03-06 Thread Vaclav Petras
On Thu, Mar 6, 2014 at 12:58 PM, Veronica Andreo veroand...@gmail.comwrote: Hi Vaclav! Yeah, I've noticed that and already changed it Hi Veronica, so you are already learning Python, that's great! Vaclav Thanks! Vero 2014-03-06 17:26 GMT+01:00 Vaclav Petras wenzesl...@gmail.com:

[GRASS-user] Problems to launch GRASS in OSX 10.6.8 (Snow Leopard)

2014-03-06 Thread José Carlos Guerrero Antúnez
Hi, When I launch GRASS GIS, must be appear the startup screen, but doesn't open it. All plugin are updated, I installed GRASS today from kynchaos web*.* Any help/advice?, Thank you, José Carlos Guerrero -- Dr. José

Re: [GRASS-user] DOY support in t.register?

2014-03-06 Thread Veronica Andreo
Hi Vaclav!!! lol!!! I'd wished!!! Just fixed it with awk :) Anyway, i tried what you suggested and didn't work in python 2.7. I googled a bit, and this worked in python 3.3 print(map_name, '|', start, '|', end, sep=) best, Vero 2014-03-06 20:46 GMT+01:00 Vaclav Petras wenzesl...@gmail.com:

[GRASS-user] v.univar error in sum stats (windows, 6.4.3RC2)

2014-03-06 Thread Milton Ribeiro
Dear all, I have vector maps with just one line each. When I run v.univar setting a numeric collumn, de MIN and MAX value looks fine (the same value) but SUM stats looks very strange. Anyone have idea what is happening? best -- Miltinho - m...@rc.unesp.br Laboratório de Ecologia Espacial e

Re: [GRASS-user] ps.map - eps frame affect/hide border and legend

2014-03-06 Thread Hamish
Domenico wrote: I'm trying to output a ps file with ps.map (GRASS 6.4.2). Results from the psmap.def are good, with border, colortable, vlegend, etc.. http://osgeo.codepad.org/NtM3oJy0 (pasted def file) But when I add an eps frame border, colortable and vlegend disappear. I changed the

Re: [GRASS-user] r.hazard.flood does not respect region settings?

2014-03-06 Thread Hamish
maning wrote: I'm testing r.hazard.flood and noticed that it computes the flood and mti layers on the full region of the elevation raster instead of the pre-defined region settings. The relvant code I found from the r.hazard.flood is this:   # Detect cellsize of the DEM     info_region =