1 | [Gdal_Warp] |
---|
2 | Title = GDAL Warp Tool |
---|
3 | Abstract = The gdalwarp utility is an image mosaicing, reprojection and warping utility. The program can reproject to any supported projection, and can also apply GCPs stored with the image if the image is "raw" with control information. |
---|
4 | processVersion = 1 |
---|
5 | storeSupported = true |
---|
6 | statusSupported = true |
---|
7 | serviceType = C |
---|
8 | serviceProvider = warp_service.zo |
---|
9 | <DataInputs> |
---|
10 | [Format] |
---|
11 | Title = Format of the output data |
---|
12 | Abstract = Select the output format by usig short name of the format (use gda-config --formats for list of available formats on your platform). |
---|
13 | minOccurs = 0 |
---|
14 | maxOccurs = 1 |
---|
15 | <LiteralData> |
---|
16 | DataType = string |
---|
17 | <Default> |
---|
18 | value = GTiff |
---|
19 | </Default> |
---|
20 | </LiteralData> |
---|
21 | [InputDSN] |
---|
22 | Title = The input data source name |
---|
23 | Abstract = The input data source name to use as source for convertion. |
---|
24 | minOccurs = 1 |
---|
25 | maxOccurs = 1 |
---|
26 | <LiteralData> |
---|
27 | DataType = string |
---|
28 | <Default /> |
---|
29 | </LiteralData> |
---|
30 | [OutputDSN] |
---|
31 | Title = The output data source name |
---|
32 | Abstract = The output data source name to use as source for convertion. |
---|
33 | minOccurs = 1 |
---|
34 | maxOccurs = 1 |
---|
35 | <LiteralData> |
---|
36 | DataType = string |
---|
37 | <Default /> |
---|
38 | </LiteralData> |
---|
39 | [s_srs] |
---|
40 | Title = The source Spatial reference Set |
---|
41 | Abstract = The coordinate systems that can be passed are anything supported by the OGRSpatialReference.SetFromUserInput() call, which includes EPSG PCS and GCSes (ie. EPSG:4296), PROJ.4 declarations (as above), or the name of a .prf file containing well known text. |
---|
42 | minOccurs = 0 |
---|
43 | maxOccurs = 1 |
---|
44 | <LiteralData> |
---|
45 | DataType = string |
---|
46 | <Default /> |
---|
47 | </LiteralData> |
---|
48 | [t_srs] |
---|
49 | Title = The target Spatial reference Set |
---|
50 | Abstract = The coordinate systems that can be passed are anything supported by the OGRSpatialReference.SetFromUserInput() call, which includes EPSG PCS and GCSes (ie. EPSG:4296), PROJ.4 declarations (as above), or the name of a .prf file containing well known text. |
---|
51 | minOccurs = 0 |
---|
52 | maxOccurs = 1 |
---|
53 | <LiteralData> |
---|
54 | DataType = string |
---|
55 | <Default /> |
---|
56 | </LiteralData> |
---|
57 | [tps] |
---|
58 | Title = Thin Plate Spline |
---|
59 | Abstract = Force use of thin plate spline transformer based on available GCPs |
---|
60 | minOccurs = 0 |
---|
61 | maxOccurs = 1 |
---|
62 | <LiteralData> |
---|
63 | DataType = boolean |
---|
64 | <Default /> |
---|
65 | </LiteralData> |
---|
66 | [geoloc] |
---|
67 | Title = Geolocation |
---|
68 | Abstract = Force use of Geolocation Arrays |
---|
69 | minOccurs = 0 |
---|
70 | maxOccurs = 1 |
---|
71 | <LiteralData> |
---|
72 | DataType = boolean |
---|
73 | <Default /> |
---|
74 | </LiteralData> |
---|
75 | [rpc] |
---|
76 | Title = RPCs |
---|
77 | Abstract = Force use of RPCs |
---|
78 | minOccurs = 0 |
---|
79 | maxOccurs = 1 |
---|
80 | <LiteralData> |
---|
81 | DataType = boolean |
---|
82 | <Default /> |
---|
83 | </LiteralData> |
---|
84 | [r] |
---|
85 | Title = Resampling method to use |
---|
86 | Abstract = Available methods are: near (nearest neighbour resampling - default, fastest algorithm, worst interpolation quality), bilinear, cubic, cubicspline, lanczos (Lanczos windowed sinc resampling) |
---|
87 | minOccurs = 0 |
---|
88 | maxOccurs = 1 |
---|
89 | <LiteralData> |
---|
90 | DataType = boolean |
---|
91 | <Default /> |
---|
92 | </LiteralData> |
---|
93 | [order] |
---|
94 | Title = The order of polynomial used for warping (1 to 3) |
---|
95 | Abstract = The default is to select a polynomial order based on the number of GCPs. |
---|
96 | minOccurs = 0 |
---|
97 | maxOccurs = 1 |
---|
98 | <LiteralData> |
---|
99 | DataType = string |
---|
100 | <Default> |
---|
101 | value=1 |
---|
102 | </Default> |
---|
103 | <Supported> |
---|
104 | value=2 |
---|
105 | </Supported> |
---|
106 | <Supported> |
---|
107 | value=3 |
---|
108 | </Supported> |
---|
109 | </LiteralData> |
---|
110 | [te] |
---|
111 | Title = xmin,ymin,xmax,ymax |
---|
112 | Abstract = set georeferenced extents of output file to be created (in target SRS). |
---|
113 | minOccurs = 0 |
---|
114 | maxOccurs = 1 |
---|
115 | <LiteralData> |
---|
116 | DataType = string |
---|
117 | <Default /> |
---|
118 | </LiteralData> |
---|
119 | </DataInputs> |
---|
120 | <DataOutputs> |
---|
121 | [Result] |
---|
122 | Title = The resulting converted file |
---|
123 | Abstract = The file name resulting of the convertion |
---|
124 | <LiteralData> |
---|
125 | DataType = string |
---|
126 | <Default> |
---|
127 | </Default> |
---|
128 | </LiteralData> |
---|
129 | </DataOutputs> |
---|