Center for Spatial Information Science and Systems (CSISS)
CSISS Geospatial Web Services index

Raster_GeoparameterCalculationService

This service involves to extract terrain parameters from a DEM, such as generalised elevation value, slope, aspect, curvature, morphometric features.

Operation:

param_scale - Extract terrain parameters from a DEM. Use a multi-scale approach by fitting a bivariate quadratic polynomial to a given window size using least squares. The operation is based on GRASS raster command r.param.scale.

Request Parameters:

sourceURL
URL of input raster map
Default format: GeoTIFF
s_tol
Slope tolerance that defines a 'flat' surface (degrees)
Parameter format: float
Default: 1.0
c_tol
Curvature tolerance that defines 'planar' surface
Parameter format: float
Default: 0.0001
size
Size of processing window (odd number only, max: 69)
Parameter format: integer
Default: 3
param
Morphometric parameter in 'size' window to calculate
Parameter format: string
Options: elev,slope,aspect,profc,planc,longc,crosc,minic,maxic,feature
Default: elev


exp
Exponent for distance weighting (0.0-4.0)
Parameter format: float
Default: 0.0
zscale
Vertical scaling factor
Parameter format: float
Default: 1.0
central_window
Constrain model through central window cell. Create color tables for output file. Presently only on features.
Parameter format: boolean
Default: false
outputGeoTiffType
Type of output GeoTIFF file. The output Format Type is specified as GeoTIFF
Parameter format: string
Options: Byte, Int16, UInt16, UInt32, Int32, Float32, Float64, CInt16, CInt32, CFloat32, CFloat64

Response Parameters:

returnURL
URL of output raster layer containing morphometric parameter
returnFormat
Format of output raster layer
Default: GeoTIFF

For further informations

ServiceLocation
WSDL
JavaInterface

See also GRASS command

r.param.scale


Copyright Center for Spatial Information Science and Systems (CSISS), 2002-2010
George Mason University (GMU), 4400 University Drive, MSN 6E1, Fairfax, VA 22030, USA


Any comments to:webmaster