GRASS logo

Note: This document is for an older version of GRASS GIS that will be discontinued soon. You should upgrade, and read the current 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

Table of contents

DESCRIPTION

v.in.wfs2 imports OGC WFS maps (Web Feature Service) from external servers.

EXAMPLES

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

SEE ALSO

g.region, r.in.wms, v.in.ogr

AUTHOR

Stepan Turek

SOURCE CODE

Available at: v.in.wfs2 source code (history)

Latest change: Monday Jan 30 19:52:26 2023 in commit: cac8d9d848299297977d1315b7e90cc3f7698730


Note: This document is for an older version of GRASS GIS that will be discontinued soon. You should upgrade, and read the current manual page.

Main index | Vector index | Topics index | Keywords index | Graphical index | Full index

© 2003-2023 GRASS Development Team, GRASS GIS 8.2.2dev Reference Manual