COPA WPS Layer - Help
COPA is compliant with OGC's WPS Standards (specifications: https://www.opengeospatial.org/standards/wps ) and implements the following WPS operations:
WPS Operations
- GetCapabilities
For WPS, this operation allows a client to retrieve service metadata, basic process offerings, and the available processes present on a WPS server.
- Execute
The Execute operation allows WPS clients to run a specified process implemented by COPA server in asynchronous mode, using the input parameter values provided and returning the output values produced.
- GetResult
The GetResult operation allows WPS clients to query the result of a finished processing job.
Child Pages (3)
-
Execute Operation
Request This operation is a POST request. The request body represents an Execute request where the identifier represents a process identifier as found in the GetCapabilities response in Contents...
-
GetCapabilities Operation
GetCapabilities Request This operation is a get request which is easily available from your browser or though a curl command. Via Browser:...
-
GetResult Operation
Request This operation is a POST request. The request body represents an Execute request where the identifier represents the JobId retrieved from the Execute Response. In the following example we...