Last change
on this file since 698 was
106,
checked in by djay, 14 years ago
|
Correct the zcfg files and add the Python Services Provider base-vect-ops-py to run with QGIS WPS Client.
|
File size:
1.0 KB
|
Line | |
---|
1 | [OdtConverter] |
---|
2 | Title = Convert raster data from one format to another. |
---|
3 | Abstract = Converts raster data between different formats. |
---|
4 | processVersion = 1 |
---|
5 | storeSupported = true |
---|
6 | statusSupported = true |
---|
7 | serviceType = Python |
---|
8 | serviceProvider = Exporter |
---|
9 | <MetaData> |
---|
10 | title = My Demo |
---|
11 | </MetaData> |
---|
12 | <DataInputs> |
---|
13 | [InputDoc] |
---|
14 | Title = The input data source name |
---|
15 | Abstract = The input data source name to use as source for convertion. |
---|
16 | minOccurs = 1 |
---|
17 | maxOccurs = 1 |
---|
18 | <LiteralData> |
---|
19 | DataType = string |
---|
20 | <Default> |
---|
21 | </Default> |
---|
22 | </LiteralData> |
---|
23 | [OutputDoc] |
---|
24 | Title = The output data source name |
---|
25 | Abstract = The output data source name to use as source for convertion. |
---|
26 | minOccurs = 1 |
---|
27 | maxOccurs = 1 |
---|
28 | <LiteralData> |
---|
29 | DataType = string |
---|
30 | <Default> |
---|
31 | </Default> |
---|
32 | </LiteralData> |
---|
33 | </DataInputs> |
---|
34 | <DataOutputs> |
---|
35 | [OutputedDoc] |
---|
36 | Title = The resulting converted file |
---|
37 | Abstract = The file name resulting of the convertion |
---|
38 | <LiteralData> |
---|
39 | DataType = string |
---|
40 | <Default> |
---|
41 | </Default> |
---|
42 | </LiteralData> |
---|
43 | </DataOutputs> |
---|
Note: See
TracBrowser
for help on using the repository browser.