~ubuntu-branches/ubuntu/trusty/qgis/trusty

« back to all changes in this revision

Viewing changes to python/plugins/fTools/ftools_help.xml

  • Committer: Bazaar Package Importer
  • Author(s): Johan Van de Wauw
  • Date: 2010-07-11 20:23:24 UTC
  • mfrom: (3.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100711202324-5ktghxa7hracohmr
Tags: 1.4.0+12730-3ubuntu1
* Merge from Debian unstable (LP: #540941).
* Fix compilation issues with QT 4.7
* Add build-depends on libqt4-webkit-dev 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="ISO-8859-1" ?>
 
2
<?xml-stylesheet type="text/xsl" href="ftools_help.xsl" ?>
 
3
<functions>
 
4
  <analysis>
 
5
    <ftools_function>
 
6
  <name>Distance matrix</name>
 
7
  <description>Measure distances between two point layers, and output results as a) Square distance matrix, b) Linear distance matrix, or c) Summary of distances. Can limit distances to the k nearest features.</description>
 
8
  <image>icons/gis/matrix.png</image>
 
9
  <category>Analysis Tools</category>
 
10
  <long_description>Inputs, parameters, and additional information to be added</long_description>
 
11
    </ftools_function>
 
12
 
 
13
    <ftools_function>
 
14
  <name>Sum line lengths</name>
 
15
  <description>Calculate the total sum of line lengths for each polygon of a polygon vector layer.</description>
 
16
  <image>icons/gis/sum_lines.png</image>
 
17
  <category>Analysis Tools</category>
 
18
  <long_description>Inputs, parameters, and additional information to be added</long_description>
 
19
    </ftools_function>
 
20
 
 
21
    <ftools_function>
 
22
  <name>Points in polygon</name>
 
23
  <description>Count the number of points that occur in each polygon of an input polygon vector layer.</description>
 
24
  <image>icons/gis/sum_points.png</image>
 
25
  <category>Analysis Tools</category>
 
26
  <long_description>Inputs, parameters, and additional information to be added</long_description>
 
27
    </ftools_function>
 
28
 
 
29
    <ftools_function>
 
30
  <name>Basic statistics</name>
 
31
  <description>Compute basic statistics (mean, std dev, N, sum, CV) on an input field.</description>
 
32
  <image>icons/gis/basic_statistics.png</image>
 
33
  <category>Analysis Tools</category>
 
34
  <long_description>Inputs, parameters, and additional information to be added</long_description>
 
35
    </ftools_function>
 
36
 
 
37
    <ftools_function>
 
38
  <name>List unique values</name>
 
39
  <description>List all unique values in an input vector layer field.</description>
 
40
  <image>icons/gis/unique.png</image>
 
41
  <category>Geometry Tools</category>
 
42
  <long_description>Inputs, parameters, and additional information to be added</long_description>
 
43
    </ftools_function>
 
44
 
 
45
    <ftools_function>
 
46
  <name>Nearest neighbour analysis</name>
 
47
  <description>Compute nearest neighbour statistics to assess the level of clustering in a point vector layer.</description>
 
48
  <image>icons/gis/neighbour.png</image>
 
49
  <category>Analysis Tools</category>
 
50
  <long_description>Inputs, parameters, and additional information to be added</long_description>
 
51
    </ftools_function>
 
52
 
 
53
    <ftools_function>
 
54
  <name>Mean coordinate(s)</name>
 
55
  <description>Compute either the normal or weighted mean center of an entire vector layer, or multiple features based on a unique ID field.</description>
 
56
  <image>icons/gis/mean.png</image>
 
57
  <category>Analysis Tools</category>
 
58
  <long_description>Inputs, parameters, and additional information to be added</long_description>
 
59
    </ftools_function>
 
60
 
 
61
    <ftools_function>
 
62
  <name>Line intersection</name>
 
63
  <description>Locate intersections between lines, and output results as a point shapefile. Useful for locating road or stream intersections, ignores line intersections with length > 0.</description>
 
64
  <image>icons/gis/intersections.png</image>
 
65
  <category>Analysis Tools</category>
 
66
  <long_description>Inputs, parameters, and additional information to be added</long_description>
 
67
    </ftools_function>
 
68
  </analysis>
 
69
 
 
70
  <sampling>
 
71
    <ftools_function>
 
72
  <name>Random selection</name>
 
73
  <description>Randomly select n number of features, or n percentage of features from an input vector layer.</description>
 
74
  <image>icons/gis/random_selection.png</image>
 
75
  <category>Sampling Tools</category>
 
76
  <long_description>Inputs, parameters, and additional information to be added</long_description>
 
77
    </ftools_function>
 
78
 
 
79
    <ftools_function>
 
80
  <name>Random selection within subsets</name>
 
81
  <description>Randomly select features wihtin subsets of a vector layer based on a unique ID field.</description>
 
82
  <image>icons/gis/sub_selection.png</image>
 
83
  <category>Sampling Tools</category>
 
84
  <long_description>Inputs, parameters, and additional information to be added</long_description>
 
85
    </ftools_function>
 
86
 
 
87
    <ftools_function>
 
88
  <name>Random points</name>
 
89
  <description>Generate pseudo-random points over a given input layer (raster or vector) and export them as a point shapefile.</description>
 
90
  <image>icons/gis/random_points.png</image>
 
91
  <category>Sampling Tools</category>
 
92
  <long_description>Inputs, parameters, and additional information to be added</long_description>
 
93
    </ftools_function>
 
94
 
 
95
    <ftools_function>
 
96
  <name>Regular points</name>
 
97
  <description>Generate a regular grid of points over a specified region and export them as a point shapefile.</description>
 
98
  <image>icons/gis/regular_points.png</image>
 
99
  <category>Sampling Tools</category>
 
100
  <long_description>Inputs, parameters, and additional information to be added</long_description>
 
101
    </ftools_function>
 
102
 
 
103
    <ftools_function>
 
104
  <name>Vector grid</name>
 
105
  <description>Generate a line or polygon vector grid based on user specified grid spacing.</description>
 
106
  <image>icons/gis/vector_grid.png</image>
 
107
  <category>Sampling Tools</category>
 
108
  <long_description>Inputs, parameters, and additional information to be added</long_description>
 
109
    </ftools_function>
 
110
  
 
111
    <ftools_function>
 
112
  <name>Select by location</name>
 
113
  <description>Select features based on their location relative to another layer to form a new selection, or add or subtract from the current selection.</description>
 
114
  <image>icons/gis/select_location.png</image>
 
115
  <category>Sampling Tools</category>
 
116
  <long_description>Inputs, parameters, and additional information to be added</long_description>
 
117
    </ftools_function>
 
118
  </sampling>
 
119
 
 
120
  <geoprocessing>
 
121
    <ftools_function>
 
122
  <name>Convex hulls</name>
 
123
  <description>Create minimum convex hull(s) (polygons) for an entire input layer, or based on a unique ID field.</description>
 
124
  <image>icons/gis/convex_hull.png</image>
 
125
  <category>Geoprocessing Tools</category>
 
126
  <long_description>Inputs, parameters, and additional information to be added</long_description>
 
127
    </ftools_function>
 
128
 
 
129
    <ftools_function>
 
130
  <name>Buffer(s)</name>
 
131
  <description>Create buffer(s) around features based on specified distance, or distance field.</description>
 
132
  <image>icons/gis/buffer.png</image>
 
133
  <category>Geoprocessing Tools</category>
 
134
  <long_description>Inputs, parameters, and additional information to be added</long_description>
 
135
    </ftools_function>
 
136
 
 
137
    <ftools_function>
 
138
  <name>Intersect</name>
 
139
  <description>Overlay vector layers such that output contains those areas where both layers intersect.</description>
 
140
  <image>icons/gis/intersect.png</image>
 
141
  <category>Geoprocessing Tools</category>
 
142
  <long_description>Inputs, parameters, and additional information to be added</long_description>
 
143
    </ftools_function>
 
144
 
 
145
    <ftools_function>
 
146
  <name>Union</name>
 
147
  <description>Overlay vector layers such that output contains all intersecting and non-intersecting areas of input layers.</description>
 
148
  <image>icons/gis/union.png</image>
 
149
  <category>Geoprocessing Tools</category>
 
150
  <long_description>Inputs, parameters, and additional information to be added</long_description>
 
151
    </ftools_function>
 
152
 
 
153
    <ftools_function>
 
154
  <name>Symetrical difference</name>
 
155
  <description>Overlay vector layers such that output contains those areas of the input and difference layers that do not intersect.</description>
 
156
  <image>icons/gis/sym_difference.png</image>
 
157
  <category>Geoprocessing Tools</category>
 
158
  <long_description>Inputs, parameters, and additional information to be added</long_description>
 
159
    </ftools_function>
 
160
 
 
161
    <ftools_function>
 
162
  <name>Clip</name>
 
163
  <description>Overlay vector layers such that output contains those areas of the input layer that intersect the clip layer.</description>
 
164
  <image>icons/gis/clip.png</image>
 
165
  <category>Geoprocessing Tools</category>
 
166
  <long_description>Inputs, parameters, and additional information to be added</long_description>
 
167
    </ftools_function>
 
168
 
 
169
    <ftools_function>
 
170
  <name>Difference</name>
 
171
  <description>Overlay vector layers such that output contains those areas of the input layer that do not intersect the clip layer.</description>
 
172
  <image>icons/gis/difference.png</image>
 
173
  <category>Geoprocessing Tools</category>
 
174
  <long_description>Inputs, parameters, and additional information to be added</long_description>
 
175
    </ftools_function>
 
176
 
 
177
    <ftools_function>
 
178
  <name>Dissolve</name>
 
179
  <description>Merge features based on input field. All features with indentical input values are combined to form one single feature.</description>
 
180
  <image>icons/gis/dissolve.png</image>
 
181
  <category>Geoprocessing Tools</category>
 
182
  <long_description>Inputs, parameters, and additional information to be added</long_description>
 
183
    </ftools_function>
 
184
  </geoprocessing>
 
185
 
 
186
  <geometry>
 
187
    <ftools_function>
 
188
  <name>Check geometry validity</name>
 
189
  <description>Check polygon geometries for self-intersections, closed-holes and polygons, and correct node ordering.</description>
 
190
  <image>icons/gis/check_geometry.png</image>
 
191
  <category>Geometry Tools</category>
 
192
  <long_description>Inputs, parameters, and additional information to be added</long_description>
 
193
    </ftools_function>
 
194
 
 
195
    <ftools_function>
 
196
  <name>Export/Add geometry values</name>
 
197
  <description>Add vector layer geometry info to point (XCOORD, YCOORD), line (LENGTH), or polygon (AREA, PERIMETER) layer.</description>
 
198
  <image>icons/gis/export_geometry.png</image>
 
199
  <category>Geometry Tools</category>
 
200
  <long_description>Inputs, parameters, and additional information to be added</long_description>
 
201
    </ftools_function>
 
202
 
 
203
    <ftools_function>
 
204
  <name>Polygon centroids</name>
 
205
  <description>Calculate the true centroids, or 'center of mass' for each polygon in an input polygon layer.</description>
 
206
  <image>icons/gis/centroids.png</image>
 
207
  <category>Geometry Tools</category>
 
208
  <long_description>The centroid of a convex polygon will always lie inside the polygon, however many non-convex polygons may have a centroid that is outside the polygon itself. The centroid of a ring polygon, for example, will lie in the polygons's central void.</long_description>
 
209
    </ftools_function>
 
210
    
 
211
    <ftools_function>
 
212
  <name>Delaunay triangulation</name>
 
213
  <description>Generate a Delaunay triangulation as a polygon vector layer from a set of input points.</description>
 
214
  <image>icons/gis/centroids.png</image>
 
215
  <category>Geometry Tools</category>
 
216
  <long_description>The Delaunay triangulation for a set of points in the plane is a triangulation such that no point is inside the circumcircle of any triangle in the triangulation. The Delaunay triangulation of a discrete point set corresponds to the dual graph of the Voronoi tessellation of the same point set.</long_description>
 
217
    </ftools_function>
 
218
 
 
219
    <ftools_function>
 
220
  <name>Simplify geometries</name>
 
221
  <description>Simplify (generalise) line or polygon vector layers using (a modified) Douglas-Peucker algorithm.</description>
 
222
  <image>icons/gis/simplify.png</image>
 
223
  <category>Geometry Tools</category>
 
224
  <long_description>The purpose of the Douglas-Peucker algorithm is to find a line (or polygon) not too dissimilar but that has fewer points than the given input line (or polygon). The algorithm defines 'too dissimilar' based on the maximum distance between the original curve and the smoothed curve (tolerance). The smoothed line consists of a subset of the points that defined the original line.</long_description>
 
225
    </ftools_function>
 
226
 
 
227
    <ftools_function>
 
228
  <name>Multipart to singleparts</name>
 
229
  <description>Convert multipart features to multiple singlepart features. Creates simple polygons and lines.</description>
 
230
  <image>icons/gis/multi_to_single.png</image>
 
231
  <category>Geometry Tools</category>
 
232
  <long_description>Inputs, parameters, and additional information to be added</long_description>
 
233
    </ftools_function>
 
234
 
 
235
    <ftools_function>
 
236
  <name>Singleparts to multipart</name>
 
237
  <description>Merge multiple features to a single multipart feature based on a unique ID field.</description>
 
238
  <image>icons/gis/single_to_multi.png</image>
 
239
  <category>Geometry Tools</category>
 
240
  <long_description>Inputs, parameters, and additional information to be added</long_description>
 
241
    </ftools_function>
 
242
 
 
243
    <ftools_function>
 
244
  <name>Polygons to lines</name>
 
245
  <description>Convert polygon features to line features. Multipart polygons are converted to multiple singlepart lines.</description>
 
246
  <image>icons/gis/to_lines.png</image>
 
247
  <category>Geometry Tools</category>
 
248
  <long_description>Inputs, parameters, and additional information to be added</long_description>
 
249
    </ftools_function>
 
250
 
 
251
    <ftools_function>
 
252
  <name>Extract nodes</name>
 
253
  <description>Extract nodes from line and polygon vector layers and output them as points.</description>
 
254
  <image>icons/gis/extract_nodes.png</image>
 
255
  <category>Geometry Tools</category>
 
256
  <long_description>Inputs, parameters, and additional information to be added</long_description>
 
257
    </ftools_function>
 
258
  </geometry>
 
259
 
 
260
  <management>
 
261
  <ftools_function>
 
262
  <name>Export to new projection</name>
 
263
  <description>Based on input CRS, project features to new CRS and export as new shapefile.</description>
 
264
  <image>icons/gis/export_projection.png</image>
 
265
  <category>Data Management Tools</category>
 
266
  <long_description>Inputs, parameters, and additional information to be added</long_description>
 
267
    </ftools_function>
 
268
 
 
269
  <ftools_function>
 
270
  <name>Define current projection</name>
 
271
  <description>Specify the CRS for shapefiles whose CRS has not been defined.</description>
 
272
  <image>icons/gis/define_projection.png</image>
 
273
  <category>Data Management Tools</category>
 
274
  <long_description>Inputs, parameters, and additional information to be added</long_description>
 
275
    </ftools_function>
 
276
  
 
277
    <ftools_function>
 
278
  <name>Join attributes</name>
 
279
  <description>Join additional attributes to vector layer attribute table and output results to a new shapefile. Additional attributes can be from a vector layer or stand-alone dbf table.</description>
 
280
  <image>icons/gis/join_attributes.png</image>
 
281
  <category>Data Management Tools</category>
 
282
  <long_description>Inputs, parameters, and additional information to be added</long_description>
 
283
    </ftools_function>
 
284
  
 
285
    <ftools_function>
 
286
  <name>Join attributes by location</name>
 
287
  <description>Join additional attributes to vector layer based on spatial relationship. Attributes from one vector layer are appended to the attribute table of another layer and exported as a shapefile </description>
 
288
  <image>icons/gis/join_location.png</image>
 
289
  <category>Data Management Tools</category>
 
290
  <long_description>Inputs, parameters, and additional information to be added</long_description>
 
291
    </ftools_function>
 
292
 
 
293
    <ftools_function>
 
294
  <name>Vector split</name>
 
295
  <description>Split input vector layer into multiple separate vector layers based on input field.</description>
 
296
  <image>icons/gis/split_layer.png</image>
 
297
  <category>Geoprocessing Tools</category>
 
298
  <long_description>Inputs, parameters, and additional information to be added</long_description>
 
299
    </ftools_function>
 
300
  </management>
 
301
</functions>