Last change
on this file since 981 was
743,
checked in by djay, 9 years ago
|
Add WCPS-Proxy, data-api proxy and update Makefile for dealing with specific location of fastcgi. Add status update for contour lines computation.
|
-
Property svn:keywords set to
Id
|
File size:
1.2 KB
|
Rev | Line | |
---|
[743] | 1 | [WCPS] |
---|
| 2 | Title = Execute WCPS queries |
---|
| 3 | Abstract = Execute a Web Coverage Processing Service request, through a WPS process. |
---|
| 4 | processVersion = 2 |
---|
| 5 | storeSupported = true |
---|
| 6 | statusSupported = true |
---|
| 7 | serviceProvider = WCPS |
---|
| 8 | serviceType = Python |
---|
| 9 | <MetaData> |
---|
| 10 | title = WCPS |
---|
| 11 | </MetaData> |
---|
| 12 | <DataInputs> |
---|
| 13 | [endPoint] |
---|
| 14 | Title = WCPS End Point |
---|
| 15 | Abstract = The WCPS End Point against which the WCPS query is executed. |
---|
| 16 | minOccurs = 1 |
---|
| 17 | maxOccurs = 1 |
---|
| 18 | <LiteralData> |
---|
| 19 | dataType = string |
---|
| 20 | <Default /> |
---|
| 21 | </LiteralData> |
---|
| 22 | [query] |
---|
| 23 | Title = WCPS Query |
---|
| 24 | Abstract = The query to be executed at the provided end point. |
---|
| 25 | minOccurs = 1 |
---|
| 26 | maxOccurs = 1 |
---|
| 27 | <LiteralData> |
---|
| 28 | dataType = string |
---|
| 29 | <Default /> |
---|
| 30 | </LiteralData> |
---|
| 31 | </DataInputs> |
---|
| 32 | <DataOutputs> |
---|
| 33 | [Response] |
---|
| 34 | Title = WCPS Response |
---|
| 35 | Abstract = The response to the WCPS query. |
---|
| 36 | <ComplexData> |
---|
| 37 | <Default> |
---|
| 38 | mimeType = text/csv |
---|
| 39 | encoding = utf-8 |
---|
| 40 | </Default> |
---|
| 41 | <Supported> |
---|
| 42 | mimeType = image/png |
---|
| 43 | encoding = base64 |
---|
| 44 | </Supported> |
---|
| 45 | <Supported> |
---|
| 46 | mimeType = image/tiff |
---|
| 47 | encoding = base64 |
---|
| 48 | </Supported> |
---|
| 49 | <Supported> |
---|
| 50 | mimeType = image/jpeg |
---|
| 51 | encoding = base64 |
---|
| 52 | </Supported> |
---|
| 53 | </ComplexData> |
---|
| 54 | </DataOutputs> |
---|
Note: See
TracBrowser
for help on using the repository browser.