Last change
on this file since 276 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.
|
-
Property svn:executable set to
*
|
File size:
1.5 KB
|
Rev | Line | |
---|
[50] | 1 | [GdalExtractProfile] |
---|
| 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_profile_service.zo |
---|
[103] | 9 | <MetaData> |
---|
[50] | 10 | title = My Demo |
---|
| 11 | </MetaData> |
---|
| 12 | <DataInputs> |
---|
| 13 | [RasterFile] |
---|
| 14 | Title = The name fo the MNT file |
---|
| 15 | Abstract = The file containing elevation model relative to the dataPath defined in the ZOO-Project main configuration file. |
---|
| 16 | minOccurs = 0 |
---|
| 17 | maxOccurs = 1 |
---|
| 18 | <LiteralData> |
---|
| 19 | DataType = string |
---|
| 20 | <Default> |
---|
| 21 | value = topofr.tif |
---|
| 22 | </Default> |
---|
| 23 | </LiteralData> |
---|
| 24 | [Geometry] |
---|
| 25 | Title = The path to calaculate profile |
---|
| 26 | Abstract = The input data source name to use as source for convertion. |
---|
| 27 | minOccurs = 1 |
---|
| 28 | maxOccurs = 1 |
---|
| 29 | <ComplexData> |
---|
| 30 | <Default> |
---|
| 31 | mimeType = application/json |
---|
| 32 | encoding = UTF-8 |
---|
| 33 | extension = js |
---|
| 34 | asReference = true |
---|
| 35 | </Default> |
---|
| 36 | <Supported> |
---|
| 37 | mimeType = application/json |
---|
| 38 | encoding = UTF-8 |
---|
| 39 | </Supported> |
---|
| 40 | </ComplexData> |
---|
| 41 | </DataInputs> |
---|
| 42 | <DataOutputs> |
---|
| 43 | [Profile] |
---|
| 44 | Title = The resulting profile |
---|
| 45 | Abstract = GeoJSON string containing the X Y Z values where (X,Y) is corresponding to the original coordinates and Z the elevation value |
---|
| 46 | <ComplexData> |
---|
| 47 | <Default> |
---|
| 48 | mimeType = application/json |
---|
| 49 | encoding = UTF-8 |
---|
| 50 | extension = js |
---|
| 51 | </Default> |
---|
| 52 | <Supported> |
---|
| 53 | mimeType = application/json |
---|
| 54 | encoding = UTF-8 |
---|
| 55 | </Supported> |
---|
| 56 | </ComplexData> |
---|
| 57 | </DataOutputs> |
---|
Note: See
TracBrowser
for help on using the repository browser.