Note: This document is for an older version of GRASS GIS that is outdated. You should upgrade, and read the current addon manual page.
 
NAME
r.in.ogc.coverages  - Downloads and imports data from OGC API Coverages server.
KEYWORDS
raster, 
import, 
ogc, 
coverages
SYNOPSIS
r.in.ogc.coverages
r.in.ogc.coverages --help
r.in.ogc.coverages [-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 Coverages server
- layer=string
- Layer to request from server
- output=name
- Name for output raster map
 
r.in.ogc.coverages is able to import data from an OGC API Coverages Service.
r.in.ogc.coverages url=https://test.cubewerx.com/cubewerx/cubeserv/demo/ogcapi/Daraa -l
r.in.ogc.coverages url=https://test.cubewerx.com/cubewerx/cubeserv/demo/ogcapi/Daraa layer=Daraa_DTED output=Daraa_DTED
More info about 
OGC API Coverages.
r.in.ogc,
v.in.ogc
Luca Delucchi, Fondazione Edmund Mach, during Joint OGC OSGeo ASF Code Sprint 2021.
SOURCE CODE
  Available at:
  r.in.ogc.coverages source code
  (history)
  Latest change: Thu Feb 3 09:32:35 2022 in commit: f17c792f5de56c64ecfbe63ec315307872cf9d5c
Main index |
Raster index |
Topics index |
Keywords index |
Graphical index |
Full index
© 2003-2022
GRASS Development Team,
GRASS GIS 8.0.3dev Reference Manual