User talk:Neubadanho: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
(bug reports->-dev mailing list)
No edit summary
 
Line 2: Line 2:


> ''Please refer bug reports regarding native winGRASS to the developers mailing list. thanks. --Hamish''
> ''Please refer bug reports regarding native winGRASS to the developers mailing list. thanks. --Hamish''
i have forget to say that i am new in grass and many thing need to be explain to me. This the error message:
'''For Nviz:'''
couldn't execute "nviz": no such file or directory
couldn't execute "nviz": no such file or directory
    while executing
"exec -- nviz &"
    ("eval" body line 1)
    invoked from within
"eval [list exec -- $cmd] $args &"
    (procedure "spawn" line 3)
    invoked from within
"spawn $cmd"
    (procedure "Gm::nviz" line 13)
    invoked from within
"Gm::nviz"
    ("uplevel" body line 1)
    invoked from within
"uplevel \#0 $cmd"
    (procedure "Button::_release" line 18)
    invoked from within
"Button::_release .mainframe.topf.tb1.bbox4.b0"
    (command bound to event)
'''for legend'''
can't read "env(GRASS_FONT)": no such variable
can't read "env(GRASS_FONT)": no such variable
    while executing
"set currfont $env(GRASS_FONT)"
    (procedure "GmLegend::display" line 69)
    invoked from within
"GmLegend::display $node $mod"
    ("legend" arm line 2)
    invoked from within
"switch $type {
        group {
            GmGroup::display $node $mod
}
raster {
GmRaster::display $node $mod
}
labels {
GmLabels::disp..."
    (procedure "GmTree::display_node" line 7)
    invoked from within
"GmTree::display_node $n $mod"
    (procedure "GmGroup::display" line 24)
    invoked from within
"GmGroup::display "root" $mod"
    (procedure "MapCanvas::runprograms" line 64)
    invoked from within
"MapCanvas::runprograms $mon [expr {$mymodified != 0}]"
    (procedure "MapCanvas::drawmap" line 38)
    invoked from within
"MapCanvas::drawmap $mon"
    (procedure "MapCanvas::display_server" line 9)
    invoked from within
"MapCanvas::display_server"
    ("after" script)
'''
For r.shaded'''
begin_dialog {r.shaded.relief} {
label {}
desc {Creates shaded relief map from an elevation map (DEM).}
key {raster, elevation}
}
add_option 1 {
name {map}
type {string}
multi 0
desc {Input elevation map}
required 1
options {}
descs {}
answer {}
prompt {old,cell,raster}
label {}
guisection {}
}
add_option 2 {
name {shadedmap}
type {string}
multi 0
desc {Output shaded relief map name}
required 0
options {}
descs {}
answer {}
prompt {new,cell,raster}
label {}
guisection {}
}
add_option 3 {
name {altitude}
type {integer}
multi 0
desc {Altitude of the sun in degrees above the horizon}
required 0
options {0-90}
descs {}
answer {30}
prompt {}
label {}
guisection {}
}
add_option 4 {
name {azimuth}
type {integer}
multi 0
desc {Azimuth of the sun in degrees to the east of north}
required 0
options {0-360}
descs {}
answer {270}
prompt {}
label {}
guisection {}
}
add_option 5 {
name {zmult}
type {float}
multi 0
desc {Factor for exaggerating relief}
required 0
options {}
descs {}
answer {1}
prompt {}
label {}
guisection {}
}
add_option 6 {
name {scale}
type {float}
multi 0
desc {Scale factor for converting horizontal units to elevation units}
required 0
options {}
descs {}
answer {1}
prompt {}
label {}
guisection {}
}
add_option 7 {
name {units}
type {string}
multi 0
desc {Set scaling factor (applies to lat./long. locations only)}
required 0
options {meters,feet}
descs {}
answer {}
prompt {}
label {}
guisection {}
}
add_xflag 8 {
name {overwrite}
desc {Allow output files to overwrite existing files}
answer 0
label {Allow overwrite}
guisection {}
}
end_dialog 8
c:/grass/grass-6.3.cvs/scripts/r.shaded.relief: basename: command not found
begin_dialog {r.shaded.relief} {
label {}
desc {Creates shaded relief map from an elevation map (DEM).}
key {raster, elevation}
}
add_option 1 {
name {map}
type {string}
multi 0
desc {Input elevation map}
required 1
options {}
descs {}
answer {}
prompt {old,cell,raster}
label {}
guisection {}
}
add_option 2 {
name {shadedmap}
type {string}
multi 0
desc {Output shaded relief map name}
required 0
options {}
descs {}
answer {}
prompt {new,cell,raster}
label {}
guisection {}
}
add_option 3 {
name {altitude}
type {integer}
multi 0
desc {Altitude of the sun in degrees above the horizon}
required 0
options {0-90}
descs {}
answer {30}
prompt {}
label {}
guisection {}
}
add_option 4 {
name {azimuth}
type {integer}
multi 0
desc {Azimuth of the sun in degrees to the east of north}
required 0
options {0-360}
descs {}
answer {270}
prompt {}
label {}
guisection {}
}
add_option 5 {
name {zmult}
type {float}
multi 0
desc {Factor for exaggerating relief}
required 0
options {}
descs {}
answer {1}
prompt {}
label {}
guisection {}
}
add_option 6 {
name {scale}
type {float}
multi 0
desc {Scale factor for converting horizontal units to elevation units}
required 0
options {}
descs {}
answer {1}
prompt {}
label {}
guisection {}
}
add_option 7 {
name {units}
type {string}
multi 0
desc {Set scaling factor (applies to lat./long. locations only)}
required 0
options {meters,feet}
descs {}
answer {}
prompt {}
label {}
guisection {}
}
add_xflag 8 {
name {overwrite}
desc {Allow output files to overwrite existing files}
answer 0
label {Allow overwrite}
guisection {}
}
end_dialog 8
c:/grass/grass-6.3.cvs/scripts/r.shaded.relief: basename: command not found
    while executing
"exec -- $program --tcltk"
    (procedure "run_ui" line 6)
    invoked from within
"run_ui $cmd"
    (procedure "execute" line 3)
    invoked from within
"execute r.shaded.relief "
    (menu invoke)

Latest revision as of 10:51, 28 May 2007

hi, I have just download the new native wingrass and it seems like it does not work properly. Is it correct?

> Please refer bug reports regarding native winGRASS to the developers mailing list. thanks. --Hamish

i have forget to say that i am new in grass and many thing need to be explain to me. This the error message: 

For Nviz: couldn't execute "nviz": no such file or directory couldn't execute "nviz": no such file or directory

   while executing

"exec -- nviz &"

   ("eval" body line 1)
   invoked from within

"eval [list exec -- $cmd] $args &"

   (procedure "spawn" line 3)
   invoked from within

"spawn $cmd"

   (procedure "Gm::nviz" line 13)
   invoked from within

"Gm::nviz"

   ("uplevel" body line 1)
   invoked from within

"uplevel \#0 $cmd"

   (procedure "Button::_release" line 18)
   invoked from within

"Button::_release .mainframe.topf.tb1.bbox4.b0"

   (command bound to event)

for legend can't read "env(GRASS_FONT)": no such variable can't read "env(GRASS_FONT)": no such variable

   while executing

"set currfont $env(GRASS_FONT)"

   (procedure "GmLegend::display" line 69)
   invoked from within

"GmLegend::display $node $mod"

   ("legend" arm line 2)
   invoked from within

"switch $type {

       group {
           GmGroup::display $node $mod

} raster { GmRaster::display $node $mod } labels { GmLabels::disp..."

   (procedure "GmTree::display_node" line 7)
   invoked from within

"GmTree::display_node $n $mod"

   (procedure "GmGroup::display" line 24)
   invoked from within

"GmGroup::display "root" $mod"

   (procedure "MapCanvas::runprograms" line 64)
   invoked from within

"MapCanvas::runprograms $mon [expr {$mymodified != 0}]"

   (procedure "MapCanvas::drawmap" line 38)
   invoked from within

"MapCanvas::drawmap $mon"

   (procedure "MapCanvas::display_server" line 9)
   invoked from within

"MapCanvas::display_server"

   ("after" script)

For r.shaded begin_dialog {r.shaded.relief} {

label {}
desc {Creates shaded relief map from an elevation map (DEM).}
key {raster, elevation}

} add_option 1 {

name {map}
type {string}
multi 0
desc {Input elevation map}
required 1
options {}
descs {}
answer {}
prompt {old,cell,raster}
label {}
guisection {}

} add_option 2 {

name {shadedmap}
type {string}
multi 0
desc {Output shaded relief map name}
required 0
options {}
descs {}
answer {}
prompt {new,cell,raster}
label {}
guisection {}

} add_option 3 {

name {altitude}
type {integer}
multi 0
desc {Altitude of the sun in degrees above the horizon}
required 0
options {0-90}
descs {}
answer {30}
prompt {}
label {}
guisection {}

} add_option 4 {

name {azimuth}
type {integer}
multi 0
desc {Azimuth of the sun in degrees to the east of north}
required 0
options {0-360}
descs {}
answer {270}
prompt {}
label {}
guisection {}

} add_option 5 {

name {zmult}
type {float}
multi 0
desc {Factor for exaggerating relief}
required 0
options {}
descs {}
answer {1}
prompt {}
label {}
guisection {}

} add_option 6 {

name {scale}
type {float}
multi 0
desc {Scale factor for converting horizontal units to elevation units}
required 0
options {}
descs {}
answer {1}
prompt {}
label {}
guisection {}

} add_option 7 {

name {units}
type {string}
multi 0
desc {Set scaling factor (applies to lat./long. locations only)}
required 0
options {meters,feet}
descs {}
answer {}
prompt {}
label {}
guisection {}

} add_xflag 8 {

name {overwrite}
desc {Allow output files to overwrite existing files}
answer 0
label {Allow overwrite}
guisection {}

} end_dialog 8 c:/grass/grass-6.3.cvs/scripts/r.shaded.relief: basename: command not found begin_dialog {r.shaded.relief} {

label {}
desc {Creates shaded relief map from an elevation map (DEM).}
key {raster, elevation}

} add_option 1 {

name {map}
type {string}
multi 0
desc {Input elevation map}
required 1
options {}
descs {}
answer {}
prompt {old,cell,raster}
label {}
guisection {}

} add_option 2 {

name {shadedmap}
type {string}
multi 0
desc {Output shaded relief map name}
required 0
options {}
descs {}
answer {}
prompt {new,cell,raster}
label {}
guisection {}

} add_option 3 {

name {altitude}
type {integer}
multi 0
desc {Altitude of the sun in degrees above the horizon}
required 0
options {0-90}
descs {}
answer {30}
prompt {}
label {}
guisection {}

} add_option 4 {

name {azimuth}
type {integer}
multi 0
desc {Azimuth of the sun in degrees to the east of north}
required 0
options {0-360}
descs {}
answer {270}
prompt {}
label {}
guisection {}

} add_option 5 {

name {zmult}
type {float}
multi 0
desc {Factor for exaggerating relief}
required 0
options {}
descs {}
answer {1}
prompt {}
label {}
guisection {}

} add_option 6 {

name {scale}
type {float}
multi 0
desc {Scale factor for converting horizontal units to elevation units}
required 0
options {}
descs {}
answer {1}
prompt {}
label {}
guisection {}

} add_option 7 {

name {units}
type {string}
multi 0
desc {Set scaling factor (applies to lat./long. locations only)}
required 0
options {meters,feet}
descs {}
answer {}
prompt {}
label {}
guisection {}

} add_xflag 8 {

name {overwrite}
desc {Allow output files to overwrite existing files}
answer 0
label {Allow overwrite}
guisection {}

} end_dialog 8 c:/grass/grass-6.3.cvs/scripts/r.shaded.relief: basename: command not found

   while executing

"exec -- $program --tcltk"

   (procedure "run_ui" line 6)
   invoked from within

"run_ui $cmd"

   (procedure "execute" line 3)
   invoked from within

"execute r.shaded.relief "

   (menu invoke)