v.in.ogc.features
Downloads and imports data from OGC API Features server.
v.in.ogc.features [-l] url=string [layer=string] [output=name] [--overwrite] [--verbose] [--quiet] [--qq] [--ui]
Example:
v.in.ogc.features url=string
grass.script.run_command("v.in.ogc.features", url, layer=None, output=None, flags=None, overwrite=False, verbose=False, quiet=False, superquiet=False)
Example:
gs.run_command("v.in.ogc.features", url="string")
Parameters
url=string [required]
URL of OGC API Features server
layer=string
Layer to request from server
output=name
Name for output vector map
-l
Get layers from the server
--overwrite
Allow output files to overwrite existing files
--help
Print usage summary
--verbose
Verbose module output
--quiet
Quiet module output
--qq
Very quiet module output
--ui
Force launching GUI dialog
url : str, required
URL of OGC API Features server
layer : str, optional
Layer to request from server
output : str, optional
Name for output vector map
Used as: output, vector, name
flags : str, optional
Allowed values: l
l
Get layers from the server
overwrite: bool, optional
Allow output files to overwrite existing files
Default: False
verbose: bool, optional
Verbose module output
Default: False
quiet: bool, optional
Quiet module output
Default: False
superquiet: bool, optional
Very quiet module output
Default: False
DESCRIPTION
v.in.ogc.features in able to import data from an OGC API Features Service.
EXAMPLES
v.in.ogc.features -l url=https://demo.pygeoapi.io/stable
v.in.ogc.features url=https://demo.pygeoapi.io/stable layers=lakes output=large_lakes
SEE ALSO
More info about OGC API Features. v.in.ogc.coverages, r.in.ogc
AUTHOR
Luca Delucchi, Fondazione Edmund Mach, during Joint OGC OSGeo ASF Code Sprint 2021.
SOURCE CODE
Available at: v.in.ogc.features source code
(history)
Latest change: Thursday Feb 20 13:02:26 2025 in commit 53de819