Last change
on this file since 237 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.3 KB
|
Rev | Line | |
---|
[1] | 1 | [Gdal_Translate] |
---|
| 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 = C |
---|
| 8 | serviceProvider = gdal_service.zo |
---|
[80] | 9 | <MetaData> |
---|
[1] | 10 | Test = My Demo |
---|
| 11 | </MetaData> |
---|
| 12 | <DataInputs> |
---|
| 13 | [Format] |
---|
| 14 | Title = Format of the output data |
---|
| 15 | Abstract = Select the output format. |
---|
| 16 | minOccurs = 0 |
---|
| 17 | maxOccurs = 1 |
---|
| 18 | <LiteralData> |
---|
| 19 | DataType = string |
---|
| 20 | <Default> |
---|
| 21 | value = AAIGrid |
---|
| 22 | </Default> |
---|
| 23 | </LiteralData> |
---|
| 24 | [InputDSN] |
---|
| 25 | Title = The input data source name |
---|
| 26 | Abstract = The input data source name to use as source for convertion. |
---|
| 27 | minOccurs = 1 |
---|
| 28 | maxOccurs = 1 |
---|
| 29 | <LiteralData> |
---|
| 30 | DataType = string |
---|
| 31 | <Default> |
---|
| 32 | </Default> |
---|
| 33 | </LiteralData> |
---|
| 34 | [OutputDataSourceName] |
---|
| 35 | Title = The output data source name |
---|
| 36 | Abstract = The output data source name to use as source for convertion. |
---|
| 37 | minOccurs = 1 |
---|
| 38 | maxOccurs = 1 |
---|
| 39 | <LiteralData> |
---|
| 40 | DataType = string |
---|
| 41 | <Default> |
---|
| 42 | </Default> |
---|
| 43 | </LiteralData> |
---|
| 44 | </DataInputs> |
---|
| 45 | <DataOutputs> |
---|
| 46 | [OutputedDataSourceName] |
---|
| 47 | Title = The resulting converted file |
---|
| 48 | Abstract = The file name resulting of the convertion |
---|
| 49 | <LiteralData> |
---|
| 50 | DataType = string |
---|
| 51 | <Default> |
---|
| 52 | </Default> |
---|
| 53 | </LiteralData> |
---|
| 54 | </DataOutputs> |
---|
Note: See
TracBrowser
for help on using the repository browser.