1v.in.wfs(1)                   Grass User's Manual                  v.in.wfs(1)
2
3
4

NAME

6       v.in.wfs  - import GetFeature from WFS
7

KEYWORDS

SYNOPSIS

10       v.in.wfs
11       v.in.wfs help
12       v.in.wfs    [wfs=string]    output=string   [--overwrite]   [--verbose]
13       [--quiet]
14
15   Flags:
16       --overwrite
17           Allow output files to overwrite existing files
18
19       --verbose
20           Verbose module output
21
22       --quiet
23           Quiet module output
24
25   Parameters:
26       wfs=string
27           GetFeature URL starting with http
28
29       output=string
30           Vector output map
31

DESCRIPTION

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

EXAMPLES

37       Import of GRASS user map:
38
39
40       # run in LatLong location:
41       v.in.wfs \
42        wfs="http://mapserver.gdf-hannover.de/cgi-bin/grassuser
43       wfs?REQUEST=GetFeature&SERVICE=WFS&VERSION=1.0.0" out=grass_users
44       v.db.select grass_users where="name ~ 'Markus'"
45
46

REQUIREMENTS

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

SEE ALSO

52       v.in.ogr
53

AUTHORS

55       Markus Neteler, Hamish Bowman
56
57       Last changed: $Date: 2007-07-24 11:41:57 +0200 (Tue, 24 Jul 2007) $
58
59       Full index
60
61       © 2003-2008 GRASS Development Team
62
63
64
65GRASS 6.3.0                                                        v.in.wfs(1)
Impressum