<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hallo Moritz. <br>
v.layer.analysis.sh is a script created by me, it works on Linux-GRASS.<br>
<br>
Also using v.db.update I get the same error!<br>
<br>
<small>mirko.baruffini@ISTPC29 /<br>
$ /c/grass63RC4/bin/grass63<br>
Cleaning up temporary files.....<br>
Starting GRASS ...<br>
GISDBASE='W:/grassdb';<br>
LOCATION_NAME='Ticino';<br>
MAPSET='Mirko';<br>
WARNING: Attention!<br>
WARNING: Locking is not supported on Windows!<br>
GRASS GUI should be tcltk<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; __________&nbsp; ___&nbsp;&nbsp; __________&nbsp;&nbsp;&nbsp; _______________<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; / ____/ __ \/&nbsp;&nbsp; | / ___/ ___/&nbsp;&nbsp; / ____/&nbsp; _/ ___/<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; / / __/ /_/ / /| | \__ \\_&nbsp; \&nbsp;&nbsp; / / __ / / \__ \ <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; / /_/ / _, _/ ___ |___/ /__/ /&nbsp; / /_/ // / ___/ / <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \____/_/ |_/_/&nbsp; |_/____/____/&nbsp;&nbsp; \____/___//____/&nbsp; <br>
<br>
Welcome to GRASS 6.3.0RC4 (2008) <br>
GRASS homepage:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a class="moz-txt-link-freetext" href="http://grass.osgeo.org/">http://grass.osgeo.org/</a><br>
This version running thru:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Bourne Shell (/bin/sh)<br>
Help is available with the command:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; g.manual -i<br>
See the licence terms with:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; g.version -c<br>
If required, restart the graphical user interface with: gis.m<br>
When ready to quit enter:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; exit<br>
<br>
GRASS 6.3.0RC4 (Ticino):C:/msys/1.0 &gt; cd ../../<br>
GRASS 6.3.0RC4 (Ticino):C: &gt; pwd<br>
C:<br>
GRASS 6.3.0RC4 (Ticino):C: &gt; v.db.update<br>
<br>
ERROR: Required parameter &lt;map&gt; not set:<br>
&nbsp;&nbsp;&nbsp; (Vector map to edit the attribute table for).<br>
<br>
ERROR: Required parameter &lt;column&gt; not set:<br>
&nbsp;&nbsp;&nbsp; (Column to update).<br>
<br>
Description:<br>
&nbsp;Allows to update a column in the attribute table connected to a vector
map.<br>
<br>
Keywords:<br>
&nbsp;vector, database, attribute table<br>
<br>
Usage:<br>
&nbsp;v.db.update map=string [layer=value] column=string [value=string]<br>
&nbsp;&nbsp; [qcolumn=string] [where=string] [--verbose] [--quiet]<br>
<br>
Flags:<br>
&nbsp;--v&nbsp;&nbsp; Verbose module output<br>
&nbsp;--q&nbsp;&nbsp; Quiet module output<br>
<br>
Parameters:<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; map&nbsp;&nbsp; Vector map to edit the attribute table for<br>
&nbsp;&nbsp;&nbsp; layer&nbsp;&nbsp; Layer to which the table to be changed is connected<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; default: 1<br>
&nbsp;&nbsp; column&nbsp;&nbsp; Column to update<br>
&nbsp;&nbsp;&nbsp; value&nbsp;&nbsp; Value to update the column with (varchar values have to be
in single quotes, e.g. 'grass')<br>
&nbsp; qcolumn&nbsp;&nbsp; Column to query<br>
&nbsp;&nbsp;&nbsp; where&nbsp;&nbsp; WHERE conditions for update, without 'where' keyword (e.g.
cat=1 or col1/col2&gt;1)<br>
GRASS 6.3.0RC4 (Ticino):C: &gt; </small><br>
<br>
Can you help me?<br>
<br>
Mirko<br>
<br>
Moritz Lennert ha scritto:
<blockquote cite="mid:47BE8FF8.5080005@club.worldonline.be" type="cite">On
12/02/08 09:18, Mirko Baruffini wrote:
  <br>
  <blockquote type="cite">Yes, I get the warning messages reported
below. It seems that tcltk doesn't work correctly....(but I can see the
grass GIS manager, map display and output windows...). As you can see
the scipts run only in text mode...
    <br>
  </blockquote>
  <br>
I don't know what is in v.layer.analysis.sh. Maybe you could first try
with one of the scripts integrated into grass, such as v.db.update.
What happens if you run that without arguments ?
  <br>
  <br>
Moritz
  <br>
  <br>
  <br>
  <blockquote type="cite">Mirko
    <br>
    <br>
mirko.baruffini@ISTPC29 /
    <br>
$ /c/grass63RC4/bin/grass63
    <br>
Cleaning up temporary files.....
    <br>
Starting GRASS ...
    <br>
GISDBASE='W:/grassdb';
    <br>
LOCATION_NAME='Ticino';
    <br>
MAPSET='Mirko';
    <br>
WARNING: Attention!
    <br>
WARNING: Locking is not supported on Windows!
    <br>
GRASS GUI should be tcltk
    <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; __________&nbsp; ___&nbsp;&nbsp; __________&nbsp;&nbsp;&nbsp; _______________
    <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; / ____/ __ \/&nbsp;&nbsp; | / ___/ ___/&nbsp;&nbsp; / ____/&nbsp; _/ ___/
    <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; / / __/ /_/ / /| | \__ \\_&nbsp; \&nbsp;&nbsp; / / __ / / \__ \
    <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; / /_/ / _, _/ ___ |___/ /__/ /&nbsp; / /_/ // / ___/ /
    <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \____/_/ |_/_/&nbsp; |_/____/____/&nbsp;&nbsp; \____/___//____/ <br>
Welcome to GRASS 6.3.0RC4 (2008)
    <br>
GRASS homepage:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a class="moz-txt-link-freetext" href="http://grass.osgeo.org/">http://grass.osgeo.org/</a>
    <br>
This version running thru:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Bourne Shell (/bin/sh)
    <br>
Help is available with the command:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; g.manual -i
    <br>
See the licence terms with:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; g.version -c
    <br>
If required, restart the graphical user interface with: gis.m
    <br>
When ready to quit enter:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; exit
    <br>
    <br>
GRASS 6.3.0RC4 (Ticino):C:/msys/1.0 &gt; cd ../
    <br>
GRASS 6.3.0RC4 (Ticino):C:/msys &gt; cd ../
    <br>
GRASS 6.3.0RC4 (Ticino):C: &gt; v.la
    <br>
v.label.exe&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; v.layer.analysis.py~ v.layer.analysis.py&nbsp;&nbsp;
v.layer.analysis.sh&nbsp; GRASS 6.3.0RC4 (Ticino):C: &gt;
v.layer.analysis.sh
    <br>
    <br>
ERROR: Required parameter &lt;map&gt; not set:
    <br>
&nbsp;&nbsp;&nbsp; (Vector map).
    <br>
    <br>
ERROR: Required parameter &lt;column_tab&gt; not set:
    <br>
&nbsp;&nbsp;&nbsp; (Name of the column tab).
    <br>
    <br>
ERROR: Required parameter &lt;column&gt; not set:
    <br>
&nbsp;&nbsp;&nbsp; (Name of the column).
    <br>
    <br>
Description:
    <br>
&nbsp;Select a column to be analyzed
    <br>
    <br>
Keywords:
    <br>
&nbsp;vector, database, attribute table
    <br>
    <br>
Usage:
    <br>
&nbsp;v.layer.analysis.sh map=name [layer=value] column_tab=string
    <br>
&nbsp;&nbsp; column=string [--verbose] [--quiet]
    <br>
    <br>
Flags:
    <br>
&nbsp;--v&nbsp;&nbsp; Verbose module output
    <br>
&nbsp;--q&nbsp;&nbsp; Quiet module output
    <br>
    <br>
Parameters:
    <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; map&nbsp;&nbsp; Vector map
    <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; layer&nbsp;&nbsp; Layer
    <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; default: 1
    <br>
&nbsp; column_tab&nbsp;&nbsp; Name of the column tab
    <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; column&nbsp;&nbsp; Name of the column
    <br>
GRASS 6.3.0RC4 (Ticino):C: &gt;
    <br>
    <br>
    <br>
    <br>
Moritz Lennert ha scritto:
    <br>
    <blockquote type="cite">On 11/02/08 16:39, Mirko Baruffini wrote:
      <br>
      <blockquote type="cite"><br>
Thank you Moritz!
        <br>
Now it works! I have modified the file bin/grass63 as you told me. But
the scipts run only in text mode....
        <br>
Can I also run them with a GUI?
        <br>
Can you help me?
        <br>
      </blockquote>
      <br>
What does not work in the GUI ? Do you get error messages ?
      <br>
      <br>
Moritz
      <br>
      <br>
      <blockquote type="cite"><br>
Mirko
        <br>
        <br>
        <br>
      </blockquote>
    </blockquote>
  </blockquote>
</blockquote>
<br>
</body>
</html>