source: trunk/zoo-services/gdal/profile/cgi-env/GdalExtractProfile.zcfg @ 102

Last change on this file since 102 was 102, checked in by djay, 13 years ago

Update the Profile service to release memory after using it. Special thanks to Luiz Mota for pointing out those not-freed blocks.

  • 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 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   </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     asReference = true
52    </Default>
53    <Supported>
54     mimeType = application/json
55     encoding = UTF-8
56    </Supported>
57   </ComplexData>
58 </DataOutputs> 
Note: See TracBrowser for help on using the repository browser.

Search

ZOO Sponsors

http://www.zoo-project.org/trac/chrome/site/img/geolabs-logo.pnghttp://www.zoo-project.org/trac/chrome/site/img/neogeo-logo.png http://www.zoo-project.org/trac/chrome/site/img/apptech-logo.png http://www.zoo-project.org/trac/chrome/site/img/3liz-logo.png http://www.zoo-project.org/trac/chrome/site/img/gateway-logo.png

Become a sponsor !

Knowledge partners

http://www.zoo-project.org/trac/chrome/site/img/ocu-logo.png http://www.zoo-project.org/trac/chrome/site/img/gucas-logo.png http://www.zoo-project.org/trac/chrome/site/img/polimi-logo.png http://www.zoo-project.org/trac/chrome/site/img/fem-logo.png http://www.zoo-project.org/trac/chrome/site/img/supsi-logo.png http://www.zoo-project.org/trac/chrome/site/img/cumtb-logo.png

Become a knowledge partner

Related links

http://zoo-project.org/img/ogclogo.png http://zoo-project.org/img/osgeologo.png