[GRASS-dev] GRASS 6.4.1 testing - v.digit

Just did an update from the svn release branch this morning and am testing GRASS 6.4.1

There is a piece of left over testing code in toolbox.tcl from v.digit (line 55) that puts the button number to the screen. Can I just remove it and commit or do I need to do something special with respect to RC1?

Also, it seems like the tcltk digitizer is not making areas. I can create the boundary and add a centroid, but it does not turn into an area when saved. Perhaps I’m missing something here and someone else might want to test this.

Michael


C. Michael Barton
Director, Center for Social Dynamics & Complexity
Professor of Anthropology, School of Human Evolution & Social Change
Arizona State University

voice: 480-965-6262 (SHESC), 480-727-9746 (CSDC)
fax: 480-965-7671 (SHESC), 480-727-0709 (CSDC)

www: http://www.public.asu.edu/~cmbarton, http://csdc.asu.edu

so far everything goes well except for

Add shaded relief map
run from wxgui - it says
Warning
Map <elevation_shade@PERMANENT> not found

but it runs when the relevant command
d.his h_map=elevation i_map=elevation_shade
is pasted into command console

Helena

On Jan 5, 2011, at 12:25 AM, Barton Michael wrote:

Just did an update from the svn release branch this morning and am testing GRASS 6.4.1

There is a piece of left over testing code in toolbox.tcl from v.digit (line 55) that puts the button number to the screen. Can I just remove it and commit or do I need to do something special with respect to RC1?

Also, it seems like the tcltk digitizer is not making areas. I can create the boundary and add a centroid, but it does not turn into an area when saved. Perhaps I'm missing something here and someone else might want to test this.

Michael
____________________
C. Michael Barton
Director, Center for Social Dynamics & Complexity
Professor of Anthropology, School of Human Evolution & Social Change
Arizona State University

voice: 480-965-6262 (SHESC), 480-727-9746 (CSDC)
fax: 480-965-7671 (SHESC), 480-727-0709 (CSDC)
www: http://www.public.asu.edu/~cmbarton, http://csdc.asu.edu

_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Hi,

2011/1/6 Helena Mitasova <hmitaso@unity.ncsu.edu>:

Add shaded relief map
run from wxgui - it says
Warning
Map <elevation_shade@PERMANENT> not found

but it runs when the relevant command
d.his h_map=elevation i_map=elevation_shade
is pasted into command console

fixed in r44896. Martin

--
Martin Landa <landa.martin gmail.com> * http://geo.fsv.cvut.cz/~landa

Martin,

thanks for the quick fix - I found few more instances of a similar problem:

d.grid runs from command console, when trying to add it through the GIS manager
it says Map <grid> not found

d.rgb b=lsat7_2002_10 g=lsat7_2002_20 r=lsat7_2002_30 runs from command console
but when running it through GUI Add RGB... it cannot find the maps

Search module > Import vector data > common import formats fails to open GUI panel,
when run from GIS manager it opens GUI panel properly
same for Import raster data in common formats

GUI for raster import does not see .img for Erdas Imagine images (img files are grayed out),
it runs OK through the command dialog

Helena

On Jan 6, 2011, at 5:18 AM, Martin Landa wrote:

Hi,

2011/1/6 Helena Mitasova <hmitaso@unity.ncsu.edu>:

Add shaded relief map
run from wxgui - it says
Warning
Map <elevation_shade@PERMANENT> not found

but it runs when the relevant command
d.his h_map=elevation i_map=elevation_shade
is pasted into command console

fixed in r44896. Martin

--
Martin Landa <landa.martin gmail.com> * http://geo.fsv.cvut.cz/~landa

Hi,

2011/1/7 Helena Mitasova <hmitaso@unity.ncsu.edu>:

d.grid runs from command console, when trying to add it through the GIS manager
it says Map <grid> not found

d.rgb b=lsat7_2002_10 g=lsat7_2002_20 r=lsat7_2002_30 runs from command console
but when running it through GUI Add RGB... it cannot find the maps

these issues should be also fixed.

Search module > Import vector data > common import formats fails to open GUI panel,
when run from GIS manager it opens GUI panel properly
same for Import raster data in common formats

Seems to work on my machine. Can you post the traceback to ML?

GUI for raster import does not see .img for Erdas Imagine images (img files are grayed out),
it runs OK through the command dialog

Seems to work, choosing file/directory and format 'img', the files are
loaded properly.

Martin

--
Martin Landa <landa.martin gmail.com> * http://geo.fsv.cvut.cz/~landa

On Jan 7, 2011, at 5:02 AM, Martin Landa wrote:

Hi,

2011/1/7 Helena Mitasova <hmitaso@unity.ncsu.edu>:

d.grid runs from command console, when trying to add it through the GIS manager
it says Map <grid> not found

d.rgb b=lsat7_2002_10 g=lsat7_2002_20 r=lsat7_2002_30 runs from command console
but when running it through GUI Add RGB... it cannot find the maps

these issues should be also fixed.

Search module > Import vector data > common import formats fails to open GUI panel,
when run from GIS manager it opens GUI panel properly
same for Import raster data in common formats

Seems to work on my machine. Can you post the traceback to ML?

here it is ( same error also for DXF, E00, and for raster for common formats,
everything else works)

Traceback (most recent call last):
  File
"/Users/Shared/src/GRASS/grass-6.4.1RC1-snow/dist.i386
-apple-darwin10.5.0/etc/wxpython/gui_modules/ghelp.py", line
311, in OnItemActivated

self.OnRun(None)
  File
"/Users/Shared/src/GRASS/grass-6.4.1RC1-snow/dist.i386
-apple-darwin10.5.0/etc/wxpython/gui_modules/ghelp.py", line
287, in OnRun

eval(handler)(event = None, cmd = data['command'].split())
TypeError
:
OnImportOgrLayers() got an unexpected keyword argument 'cmd'

Helena

GUI for raster import does not see .img for Erdas Imagine images (img files are grayed out),
it runs OK through the command dialog

Seems to work, choosing file/directory and format 'img', the files are
loaded properly.

Martin

--
Martin Landa <landa.martin gmail.com> * http://geo.fsv.cvut.cz/~landa

Hi,

2011/1/11 Helena Mitasova <hmitaso@unity.ncsu.edu>:

[...]

OnImportOgrLayers() got an unexpected keyword argument 'cmd'

hopefully fixed in r45018.

Martin

--
Martin Landa <landa.martin gmail.com> * http://geo.fsv.cvut.cz/~landa