Last change
on this file since 82 was
80,
checked in by djay, 14 years ago
|
Correct all ZCFG files to remove the lang attribtue from <MetaData> nodes as it is no more supported and imply error if present.
|
-
Property svn:executable set to
*
|
File size:
1.5 KB
|
Line | |
---|
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 |
---|
9 | <MetaData> |
---|
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 | <Supported> |
---|
24 | </Supported> |
---|
25 | </LiteralData> |
---|
26 | [Geometry] |
---|
27 | Title = The path to calaculate profile |
---|
28 | Abstract = The input data source name to use as source for convertion. |
---|
29 | minOccurs = 1 |
---|
30 | maxOccurs = 1 |
---|
31 | <ComplexData> |
---|
32 | <Default> |
---|
33 | mimeType = application/json |
---|
34 | encoding = UTF-8 |
---|
35 | extension = js |
---|
36 | asReference = true |
---|
37 | </Default> |
---|
38 | <Supported> |
---|
39 | mimeType = application/json |
---|
40 | encoding = UTF-8 |
---|
41 | </Supported> |
---|
42 | </ComplexData> |
---|
43 | </DataInputs> |
---|
44 | <DataOutputs> |
---|
45 | [Profile] |
---|
46 | Title = The resulting profile |
---|
47 | Abstract = GeoJSON string containing the X Y Z values where (X,Y) is corresponding to the original coordinates and Z the elevation value |
---|
48 | <ComplexData> |
---|
49 | <Default> |
---|
50 | mimeType = application/json |
---|
51 | encoding = UTF-8 |
---|
52 | extension = js |
---|
53 | asReference = true |
---|
54 | </Default> |
---|
55 | <Supported> |
---|
56 | mimeType = application/json |
---|
57 | encoding = UTF-8 |
---|
58 | </Supported> |
---|
59 | </ComplexData> |
---|
60 | </DataOutputs> |
---|
Note: See
TracBrowser
for help on using the repository browser.