Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > 413e0bdb3c48563b2d8d9038d07d5533 > files > 2221

grass-6.3.0-15.fc13.i686.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>GRASS GIS: v.in.wfs</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="grassdocs.css" type="text/css">
</head>
<body bgcolor="white">

<img src="grass_logo.png" alt="GRASS logo"><hr align=center size=6 noshade>

<h2>NAME</h2>
<em><b>v.in.wfs</b></em>  - import GetFeature from WFS
<h2>KEYWORDS</h2>
<h2>SYNOPSIS</h2>
<b>v.in.wfs</b><br>
<b>v.in.wfs help</b><br>
<b>v.in.wfs</b>  [<b>wfs</b>=<em>string</em>]  <b>output</b>=<em>string</em>  [--<b>overwrite</b>]  [--<b>verbose</b>]  [--<b>quiet</b>] 

<h3>Flags:</h3>
<DL>
<DT><b>--overwrite</b></DT>
<DD>Allow output files to overwrite existing files</DD>
<DT><b>--verbose</b></DT>
<DD>Verbose module output</DD>
<DT><b>--quiet</b></DT>
<DD>Quiet module output</DD>
</DL>

<h3>Parameters:</h3>
<DL>
<DT><b>wfs</b>=<em>string</em></DT>
<DD>GetFeature URL starting with http</DD>

<DT><b>output</b>=<em>string</em></DT>
<DD>Vector output map</DD>

</DL>
<h2>DESCRIPTION</h2>

<em>v.in.wfs</em> imports OGC WFS maps (Web Feature Service) from
external servers.

<h2>EXAMPLES</h2>

Import of GRASS user map:
<p>
<div class="code"><pre>
# run in LatLong location:
v.in.wfs \
 wfs="http://mapserver.gdf-hannover.de/cgi-bin/grassuserwfs?REQUEST=GetFeature&SERVICE=WFS&VERSION=1.0.0" out=grass_users

v.db.select grass_users where="name ~ 'Markus'"
</pre></div>


<h2>REQUIREMENTS</h2>

The OGR library on the system needs to be compiled with Xerces C++ XML
Parser support (for GML).

<h2>SEE ALSO</h2>

<em><a HREF="v.in.ogr.html">v.in.ogr</a></em>

<h2>AUTHORS</h2>

Markus Neteler, Hamish Bowman

<p><i>Last changed: $Date: 2007-07-24 11:41:57 +0200 (Tue, 24 Jul 2007) $</i>
<HR>
<P><a href="index.html">Main index</a> - <a href="vector.html">vector index</a> - <a href="full_index.html">Full index</a></P>
<P>&copy; 2003-2008 <a href="http://grass.osgeo.org">GRASS Development Team</a></p>
</body>
</html>