Last change
on this file since 75 was
50,
checked in by djay, 14 years ago
|
Adding the -fPIC option to the ZOO-Kernel Makefile which shall fix issue detailled in ticket #14. Making the code of the GdalExtractProfile? ZOO Service available and a bit modified to return a JSON string as some people asked for this capability. Many thanks to Frank Warmerdam for his feedbacks about this ZOO Service which make the publication doable and for pointing out some possible improvements.
|
-
Property svn:executable set to
*
|
File size:
1.6 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 lang="en"> |
---|
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.