NAME
r.in.wcs.worker - Worker addon of r.in.wcs which imports GetCoverage from a WCS server via requests.
KEYWORDS
raster,
import,
OGC web services,
OCC WCS
SYNOPSIS
r.in.wcs.worker
r.in.wcs.worker --help
r.in.wcs.worker url=string output=name area=name coverageid=string [username=string] [password=string] new_mapset=string subset_type=string [num_retry=integer] [sort_attr=string] [sort_order=string] [--overwrite] [--help] [--verbose] [--quiet] [--ui]
Flags:
- --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]
- Service URL (typically http://.../mapserv? )
- output=name [required]
- Name for output vector map
- area=name [required]
- Name of input vector map
- Or data source for direct OGR access
- coverageid=string [required]
- Coverage
- username=string
- Username or file with username or environment variable name with username
- password=string
- Password or file with password or environment variable name with password
- new_mapset=string [required]
- Name of new mapset for parallel processing
- subset_type=string [required]
- Type for subset settings e.g. "Lat Long"
- num_retry=integer
- Maximum number of download retries
- Default: 0
- sort_attr=string
- Name of attribute for sorting the granules
- sort_order=string
- Order for sorting the granules. A for ascending, or D for descending
- Options: A, D
r.in.wcs.worker is the worker addon from r.in.wcs which imports GetCoverage
from a WCS server vi requests.
r.in.wcs
Anika Weinmann,
mundialis GmbH & Co. KG, Germany
SOURCE CODE
Available at:
r.in.wcs.worker source code
(history)
Accessed: Monday Jul 27 12:29:37 2026
Main index |
Raster index |
Topics index |
Keywords index |
Graphical index |
Full index
© 2003-2026
GRASS Development Team,
GRASS 8.5.1dev Reference Manual