NAME
v.in.wfs2  - Downloads and imports data from WFS server.
KEYWORDS
vector, 
import, 
wfs
SYNOPSIS
v.in.wfs2
v.in.wfs2 --help
v.in.wfs2 [-rc] url=string layers=string[,string,...] output=name  [srs=integer]   [region=string]   [wfs_version=string]   [maximum_features=integer]   [urlparams=string]   [driver=string]   [--overwrite]  [--help]  [--verbose]  [--quiet]  [--ui] 
Flags:
- -r
 
- Restrict fetch to features which touch the region
 
- -c
 
- Get capabilities
 
- --overwrite
 
- Allow output files to overwrite existing files
 
- --help
 
- Print usage summary
 
- --verbose
 
- Verbose module output
 
- --quiet
 
- Quiet module output
 
- --ui
 
- Force launching GUI dialog
 
 
Parameters:
- url=string [required]
 
- URL of WFS server
 
- layers=string[,string,...] [required]
 
- Layers to request from server
 
- output=name [required]
 
- Name for output vector map
 
- srs=integer
 
- EPSG number of source projection for request
 
- Default: 4326
 
- region=string
 
- Named region to request data for (only with r flag)
 
- wfs_version=string
 
- WFS standard
 
- Options: 1.1.0,  1.0.0
 
- Default: 1.1.0
 
- maximum_features=integer
 
- Maximum number of features to download
 
- (default: unlimited)
 
- urlparams=string
 
- Addition query parameters for server (only with GRASS driver)
 
- driver=string
 
- WFS driver
 
- Options: WFS_GRASS,  WFS_OSWLib
 
- Default: WFS_GRASS
 
 
v.in.wfs2 imports OGC WFS maps (Web Feature Service) from
external servers.
Parks in Canada:
v.in.wfs2 url=http://www2.dmsolutions.ca/cgi-bin/mswfs_gmap output=parks srs=42304 layers=park wfs_version=1.1.0 
 
g.region,
r.in.wms,
v.in.ogr
Štěpán Turek
Last changed: $Date: 2012-11-18 10:34:26 +0100 (Sun, 18 Nov 2012) $
SOURCE CODE
Available at: v.in.wfs2 source code (history)
Main index |
Vector index |
Topics index |
Keywords index |
Graphical index |
Full index
© 2003-2018
GRASS Development Team,
GRASS GIS 7.4.1svn Reference Manual