
NAME
v.in.wfs - Imports GetFeature from WFS.
KEYWORDS
vector, import, wfs
SYNOPSIS
v.in.wfs
v.in.wfs help
v.in.wfs url=string output=name [--overwrite] [--verbose] [--quiet]
Flags:
- --overwrite
- Allow output files to overwrite existing files
- --verbose
- Verbose module output
- --quiet
- Quiet module output
Parameters:
- url=string [required]
- GetFeature URL starting with 'http'
- output=name [required]
- Name for output vector 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 \
url="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: 2011-11-08 13:24:20 -0800 (Tue, 08 Nov 2011) $
Main index - Vector index - Full index
© 2003-2012 GRASS Development Team