Rechercher une page de manuel
v.in.wfs.1grass
Langue: en
Version: 334083 (ubuntu - 24/10/10)
Section: 1 (Commandes utilisateur)
NAME
v.in.wfs - Import GetFeature from WFSKEYWORDS
SYNOPSIS
v.in.wfsv.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.ogrAUTHORS
Markus Neteler, Hamish BowmanLast changed: $Date: 2007-07-24 11:41:57 +0200 (mar, 24 lug 2007) $
Full index
© 2003-2010 GRASS Development Team
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre