Note: This addon document is for an older version of GRASS GIS that will be discontinued soon. You should upgrade your GRASS GIS installation, and read the current addon manual page.
NAME
r.in.wcs - Downloads and imports coverage from WCS server.
KEYWORDS
raster,
import,
OGC web services
SYNOPSIS
r.in.wcs
r.in.wcs --help
r.in.wcs [-cr] url=string [coverage=string] [urlparams=string] [username=string] [password=string] [output=string] [location=string] [region=string] [crs=string] [--overwrite] [--help] [--verbose] [--quiet] [--ui]
Flags:
- -c
- Get the server capabilities then exit
- -r
- Reproject raster data using r.import if needed
- --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? )
- Default: http://...?
- coverage=string
- Coverage name to request
- urlparams=string
- Additional query parameters to pass to the server
- username=string
- Username for server connection
- password=string
- Password for server connection
- output=string
- Name for output raster map (default: coveragename)
- location=string
- Name for new location to create
- region=string
- Name for region instead of current region
- crs=string
- A valid CRS string to pass at WCS request
r.in.wcs.py downloads and imports coverage from WCS server.
r.in.wms
Martin Zbinden
SOURCE CODE
Available at:
r.in.wcs source code
(history)
Latest change: Mon Jun 28 07:54:09 2021 in commit: 1cfc0af029a35a5d6c7dae5ca7204d0eb85dbc55
Note: This addon document is for an older version of GRASS GIS that will be discontinued soon. You should upgrade your GRASS GIS installation, and read the current addon manual page.
Main index |
Raster index |
Topics index |
Keywords index |
Graphical index |
Full index
© 2003-2023
GRASS Development Team,
GRASS GIS 7.8.8dev Reference Manual