Last change
on this file since 910 was
412,
checked in by djay, 12 years ago
|
Add gdaldem tool adaptation as a ZOO-Service.
|
File size:
1.4 KB
|
Rev | Line | |
---|
[412] | 1 | [Gdal_Dem] |
---|
| 2 | Title = Tools to analyze and visualize DEMs. |
---|
| 3 | Abstract = http://www.gdal.org/gdaldem.html |
---|
| 4 | processVersion = 1 |
---|
| 5 | storeSupported = true |
---|
| 6 | statusSupported = true |
---|
| 7 | serviceType = C |
---|
| 8 | serviceProvider = dem_service.zo |
---|
| 9 | <DataInputs> |
---|
| 10 | [InputDSN] |
---|
| 11 | Title = The input data source name |
---|
| 12 | Abstract = The input data source name to use. |
---|
| 13 | minOccurs = 1 |
---|
| 14 | maxOccurs = 1 |
---|
| 15 | <LiteralData> |
---|
| 16 | DataType = string |
---|
| 17 | <Default /> |
---|
| 18 | </LiteralData> |
---|
| 19 | [OutputDSN] |
---|
| 20 | Title = The output data source name |
---|
| 21 | Abstract = The output data source name. |
---|
| 22 | minOccurs = 1 |
---|
| 23 | maxOccurs = 1 |
---|
| 24 | <LiteralData> |
---|
| 25 | DataType = string |
---|
| 26 | <Default /> |
---|
| 27 | </LiteralData> |
---|
| 28 | [utility] |
---|
| 29 | Title = The mode |
---|
| 30 | Abstract = This service has 7 different modes : hillshade, slope, aspect, color-relief, TRI, TPI, roughness |
---|
| 31 | minOccurs = 1 |
---|
| 32 | maxOccurs = 1 |
---|
| 33 | <LiteralData> |
---|
| 34 | DataType = string |
---|
| 35 | <Default /> |
---|
| 36 | </LiteralData> |
---|
| 37 | [s] |
---|
| 38 | Title = The scale |
---|
| 39 | Abstract = Scale is the ratio of vertical units to horizontal, for Feet:Latlong use 370400, for Meters:LatLong use 111120 |
---|
| 40 | minOccurs = 0 |
---|
| 41 | maxOccurs = 1 |
---|
| 42 | <LiteralData> |
---|
| 43 | DataType = string |
---|
| 44 | <Default /> |
---|
| 45 | </LiteralData> |
---|
| 46 | </DataInputs> |
---|
| 47 | <DataOutputs> |
---|
| 48 | [Result] |
---|
| 49 | Title = The resulting converted file |
---|
| 50 | Abstract = The file name resulting of the convertion |
---|
| 51 | <LiteralData> |
---|
| 52 | DataType = string |
---|
| 53 | <Default> |
---|
| 54 | </Default> |
---|
| 55 | </LiteralData> |
---|
| 56 | </DataOutputs> |
---|
Note: See
TracBrowser
for help on using the repository browser.