Note: This document is for an older version of GRASS GIS that has been discontinued. You should upgrade, and read the current manual page.
 
NAME
v.in.ogc.features  - Downloads and imports data from OGC API Features server.
KEYWORDS
vector, 
import, 
ogc, 
features
SYNOPSIS
v.in.ogc.features
v.in.ogc.features --help
v.in.ogc.features [-l] url=string  [layer=string]   [output=name]   [--overwrite]  [--help]  [--verbose]  [--quiet]  [--ui] 
Flags:
- -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
- --ui
- Force launching GUI dialog
 
Parameters:
- url=string [required]
- URL of OGC API Features server
- layer=string
- Layer to request from server
- output=name
- Name for output vector map
 
v.in.ogc.features in able to import data from an OGC API Features Service.
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
More info about 
OGC API Features.
v.in.ogc.coverages,
r.in.ogc
Luca Delucchi, Fondazione Edmund Mach, during Joint OGC OSGeo ASF Code Sprint 2021.
SOURCE CODE
  Available at:
  v.in.ogc.features source code
  (history)
  Accessed: Tuesday May 06 06:05:01 2025
Main index |
Vector index |
Topics index |
Keywords index |
Graphical index |
Full index
© 2003-2024
GRASS Development Team,
GRASS GIS 8.3.3dev Reference Manual