Note: This addon document is for an older version of GRASS GIS that will be discontinued soon. You should upgrade your GRASS GIS installation, and read the current addon manual page.
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
SOURCE CODE
Available at:
v.in.wfs2 source code
(history)
Latest change: Mon Jun 28 07:54:09 2021 in commit: 1cfc0af029a35a5d6c7dae5ca7204d0eb85dbc55
Note: This addon document is for an older version of GRASS GIS that will be discontinued soon. You should upgrade your GRASS GIS installation, and read the current addon manual page.
Main index |
Vector index |
Topics index |
Keywords index |
Graphical index |
Full index
© 2003-2023
GRASS Development Team,
GRASS GIS 7.8.8dev Reference Manual