Last change
on this file since 497 was
369,
checked in by djay, 12 years ago
|
Add GCP option to gdal_translate service. Add warp service based on gdal_warp.
|
File size:
1.6 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 |
---|
[369] | 8 | serviceProvider = translate_service.zo |
---|
[80] | 9 | <MetaData> |
---|
[290] | 10 | title = My Demo |
---|
[1] | 11 | </MetaData> |
---|
| 12 | <DataInputs> |
---|
| 13 | [Format] |
---|
| 14 | Title = Format of the output data |
---|
[369] | 15 | Abstract = Select the output format by usig short name of the format (use gda-config --formats for list of available formats on your platform). |
---|
[1] | 16 | minOccurs = 0 |
---|
| 17 | maxOccurs = 1 |
---|
| 18 | <LiteralData> |
---|
| 19 | DataType = string |
---|
| 20 | <Default> |
---|
[369] | 21 | value = GTiff |
---|
[1] | 22 | </Default> |
---|
| 23 | </LiteralData> |
---|
[369] | 24 | [GCP] |
---|
| 25 | Title = Ground Point Control |
---|
| 26 | Abstract = Ground Point Control in the form : pixel,line,eating,northing(,elev). |
---|
| 27 | minOccurs = 0 |
---|
| 28 | maxOccurs = unbounded |
---|
| 29 | <LiteralData> |
---|
| 30 | DataType = string |
---|
| 31 | <Default /> |
---|
| 32 | </LiteralData> |
---|
[1] | 33 | [InputDSN] |
---|
| 34 | Title = The input data source name |
---|
| 35 | Abstract = The input data source name to use as source for convertion. |
---|
| 36 | minOccurs = 1 |
---|
| 37 | maxOccurs = 1 |
---|
| 38 | <LiteralData> |
---|
| 39 | DataType = string |
---|
[369] | 40 | <Default /> |
---|
[1] | 41 | </LiteralData> |
---|
[369] | 42 | [OutputDSN] |
---|
[1] | 43 | Title = The output data source name |
---|
| 44 | Abstract = The output data source name to use as source for convertion. |
---|
| 45 | minOccurs = 1 |
---|
| 46 | maxOccurs = 1 |
---|
| 47 | <LiteralData> |
---|
| 48 | DataType = string |
---|
[369] | 49 | <Default /> |
---|
[1] | 50 | </LiteralData> |
---|
| 51 | </DataInputs> |
---|
| 52 | <DataOutputs> |
---|
[369] | 53 | [Result] |
---|
[1] | 54 | Title = The resulting converted file |
---|
| 55 | Abstract = The file name resulting of the convertion |
---|
| 56 | <LiteralData> |
---|
| 57 | DataType = string |
---|
| 58 | <Default> |
---|
| 59 | </Default> |
---|
| 60 | </LiteralData> |
---|
| 61 | </DataOutputs> |
---|
Note: See
TracBrowser
for help on using the repository browser.