<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=us-ascii" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Helvetica, Arial, sans-serif">Chris,</font><br>
<blockquote cite="mid:20080425000800.E0B34E01C9E@lists.osgeo.org"
 type="cite">
  <pre wrap="">Dear Markus,

the following error message occurs:
DBMI-DBF driver error:
Table 'messstationen' doesn't exist

ERROR: Cannot open table 
  </pre>
</blockquote>
Since v.db.connect says there's no table, try creating a table, then
upload values into the table using v.to.db. After you've uploaded the
values,&nbsp; you might need to use v.db.connect to set the connection to
the table.<br>
<br>
Or it may be that you have a table (if you're using the dbf driver, the
table will be in the dbf directory in the mapset folder), but the
connection is lost. In that case, you can just use v.db.connect to
reconnect the map to the table.<br>
<br>
If the table exists, it will be in &lt;grass data
directory&gt;/&lt;location&gt;/&lt;mapset&gt;/dbf/ <br>
<br>
Richard Chirgwin<br>
<blockquote cite="mid:20080425000800.E0B34E01C9E@lists.osgeo.org"
 type="cite">
  <pre wrap="">
And that's the statement I used:
v.in.ascii -n 'input=/ output= format=point fs=| skip=0 'columns=x double precision, y double precision' x=1 y=2 z=0 cat=1

Did I set the right numbers for the columns?

Regards

Chris

----------------------------------------
  </pre>
  <blockquote type="cite">
    <pre wrap="">Date: Thu, 24 Apr 2008 17:14:24 +0200
From: <a class="moz-txt-link-abbreviated" href="mailto:neteler@osgeo.org">neteler@osgeo.org</a>
To: <a class="moz-txt-link-abbreviated" href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a>
Subject: Re: [GRASS-user] missing dbf table for point theme

On Thu, Apr 24, 2008 at 5:03 PM, christian Brandt
 wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap=""> Dear list,

 I imported points from ascii table into GRASS 6.3 ORC5. Now I would like to assign values to these points. So doing the v.db.connect command GRASS tells me that there is no table for this layer.
      </pre>
    </blockquote>
    <pre wrap="">Did you use the "column" parameter?
What does

v.info -c yourmap

say?

Markus

    </pre>
    <blockquote type="cite">
      <pre wrap=""> Besides, using the v.db.addtable command to add an attribute table to the layer the message appears that there is already a table linked to the layer.

 What to do now?

 Regards

      </pre>
    </blockquote>
    <pre wrap="">_______________________________________________
grass-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/grass-user">http://lists.osgeo.org/mailman/listinfo/grass-user</a>
    </pre>
  </blockquote>
  <pre wrap=""><!---->
_________________________________________________________________
Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy!
<a class="moz-txt-link-freetext" href="http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us">http://spaces.live.com/spacesapi.aspx?wx_action=create&amp;wx_url=/friends.aspx&amp;mkt=en-us</a>

------------------------------

Message: 3
Date: Thu, 24 Apr 2008 13:30:22 -0300
From: "Daniel Victoria" <a class="moz-txt-link-rfc2396E" href="mailto:daniel.victoria@gmail.com">&lt;daniel.victoria@gmail.com&gt;</a>
Subject: Re: [GRASS-user] Vectors in WMS
To: "Maris Nartiss" <a class="moz-txt-link-rfc2396E" href="mailto:maris.gis@gmail.com">&lt;maris.gis@gmail.com&gt;</a>
Cc: grass <a class="moz-txt-link-rfc2396E" href="mailto:grass-user@lists.osgeo.org">&lt;grass-user@lists.osgeo.org&gt;</a>
Message-ID:
        <a class="moz-txt-link-rfc2396E" href="mailto:e7d9427f0804240930g56e5ed52l8caa848246c86793@mail.gmail.com">&lt;e7d9427f0804240930g56e5ed52l8caa848246c86793@mail.gmail.com&gt;</a>
Content-Type: text/plain; charset=ISO-8859-1

I don't understand about WMS and WFS a lot. All I know is that there
is a server at the environmental ministry where I can see the
hydrography layers. The only thing is that the maps address changes
every day (it's a per request service I guess) I'll give r.in.wms a
try

If, by any chance, it's a WFS server, is there a download tool for it?

Cheers
Daniel

On Thu, Apr 24, 2008 at 12:08 PM, Maris Nartiss <a class="moz-txt-link-rfc2396E" href="mailto:maris.gis@gmail.com">&lt;maris.gis@gmail.com&gt;</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I'm sorry to disappoint You, but WMS deals with raster and not with
 vectors. Vectors You can get with WFS or similar service. If You by
 word "vectors" mean roads, rivers etc. displayed as raster in WMS
 service, then You should:
 1) Download data as rasters (r.in.wms);
 2) Extract objects of interest (r.mapcalc);
 3) Run r.thin to get thin lines;
 4) Convert result to vectors with r.to.vect.

 Still You can create buffers and other analysis on raster data.

 Maris.

 2008/4/24, Daniel Victoria <a class="moz-txt-link-rfc2396E" href="mailto:daniel.victoria@gmail.com">&lt;daniel.victoria@gmail.com&gt;</a>:


    </pre>
    <blockquote type="cite">
      <pre wrap="">Hi all,
      </pre>
    </blockquote>
    <pre wrap=""> &gt;
 &gt; I've found some vectors of interest on a WMS server (Brazilian
 &gt; Environmental Ministry) and I'd like to save those vectors locally so
 &gt; I can do operations like buffers, distances, etc etc, I've seen the
 &gt; r.in.wms. Is there such a functionality for vectors?
 &gt;
 &gt; Thanks
 &gt; Daniel
 &gt; _______________________________________________
 &gt; grass-user mailing list
 &gt; <a class="moz-txt-link-abbreviated" href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a>
 &gt; <a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/grass-user">http://lists.osgeo.org/mailman/listinfo/grass-user</a>
 &gt;

    </pre>
  </blockquote>
  <pre wrap=""><!---->

------------------------------

Message: 4
Date: Thu, 24 Apr 2008 18:34:05 +0200
From: "Martin Landa" <a class="moz-txt-link-rfc2396E" href="mailto:landa.martin@gmail.com">&lt;landa.martin@gmail.com&gt;</a>
Subject: Re: [GRASS-user] Vectors in WMS
To: "Daniel Victoria" <a class="moz-txt-link-rfc2396E" href="mailto:daniel.victoria@gmail.com">&lt;daniel.victoria@gmail.com&gt;</a>
Cc: grass <a class="moz-txt-link-rfc2396E" href="mailto:grass-user@lists.osgeo.org">&lt;grass-user@lists.osgeo.org&gt;</a>
Message-ID:
        <a class="moz-txt-link-rfc2396E" href="mailto:f8fe65c40804240934g54b7cc64q8ad940de4234b439@mail.gmail.com">&lt;f8fe65c40804240934g54b7cc64q8ad940de4234b439@mail.gmail.com&gt;</a>
Content-Type: text/plain; charset=ISO-8859-1

Hi,

2008/4/24, Daniel Victoria <a class="moz-txt-link-rfc2396E" href="mailto:daniel.victoria@gmail.com">&lt;daniel.victoria@gmail.com&gt;</a>:
[...]

  </pre>
  <blockquote type="cite">
    <pre wrap=""> If, by any chance, it's a WFS server, is there a download tool for it?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
sure, v.in.wfs

Martin

  </pre>
</blockquote>
</body>
</html>