GRASS logo

NAME

v.in.wfs - import GetFeature from WFS

KEYWORDS

SYNOPSIS

v.in.wfs
v.in.wfs help
v.in.wfs [wfs=string] output=string [--overwrite] [--verbose] [--quiet]

Flags:

--overwrite
Allow output files to overwrite existing files
--verbose
Verbose module output
--quiet
Quiet module output

Parameters:

wfs=string
GetFeature URL starting with http
output=string
Vector output map

DESCRIPTION

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

EXAMPLES

Import of GRASS user map:

# 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'"

REQUIREMENTS

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

SEE ALSO

v.in.ogr

AUTHORS

Markus Neteler, Hamish Bowman

Last changed: $Date: 2007-07-24 02:41:57 -0700 (Tue, 24 Jul 2007) $


Main index - vector index - Full index

© 2003-2008 GRASS Development Team