-
Notifications
You must be signed in to change notification settings - Fork 7
/
config.xml
335 lines (304 loc) · 12.2 KB
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
<?xml version="1.0"?>
<ESRI.Configuration xmlns="http://schemas.esri.com/Desktop/AddIns" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- project properties -->
<Name>Benthic Terrain Modeler (BTM)</Name>
<AddInID>{2dac2ae8-b5f3-4263-9f5d-aaed6b47316b}</AddInID>
<Description>Tools for modeling and classifying benthic terrain.</Description>
<Version>3.0-final</Version>
<Image>Images\btm-steps_64x64.png</Image>
<Author>Shaun Walbridge</Author>
<Company>Esri</Company>
<Date>8/12/2016</Date>
<Targets>
<Target name="Desktop" version="10.1" />
</Targets>
<AddIn language="PYTHON" library="btm_addin.py" namespace="btm_addin">
<ArcMap>
<Commands>
<!-- top-level BTM tools -->
<Button
caption="Benthic Terrain Classification Wizard"
category="Benthic Terrain Modeler (BTM)"
class="ButtonRunBTMSteps"
id="runBTMSteps.button"
image="Images\btm-steps_16x16.png"
message="Run all steps of the Benthic Terrain Modeler."
tip="BTM Wizard">
<Help
heading="BTM Wizard"
>Run all steps of the Benthic Terrain Modeler.</Help>
</Button>
<Button
caption="Classify Benthic Terrain"
category="Benthic Terrain Modeler (BTM)"
class="classifyBenthicTerrain"
id="classifyBenthicTerrain.button"
image="Images\classify-terrain_16x16.png"
message="Use the generated classifications and models to produce a single classified map."
tip="Run the Benthic Terrain Classification">
<Help
heading="Run the Benthic Terrain Classification"
>Use the generated classifications and models to produce a single classified map.</Help>
</Button>
<Button
caption="Set Workspace"
category="Benthic Terrain Modeler (BTM)"
class="setWorkspace"
id="setWorkspace.button"
image="Images\settings_16x16.png"
message="Set a default workspace to be used with all tools. May require an ArcMap restart to take effect."
tip="Set a default workspace.">
<Help
heading="Set a default workspace."
>Set a default workspace to be used with all tools. May require an ArcMap restart to take effect.</Help>
</Button>
<!-- Bathymetric Position Index (BPI) -->
<Button
caption="Broad Scale BPI"
category="Benthic Terrain Modeler (BTM)"
class="calculateBroadBPI"
id="caculateBroadBPI.button"
image="Images\bpi-coarse_16x16.png"
message="Build a broad-scale bathymetric position index grid."
tip="Calculate Broad Scale BPI">
<Help
heading="Calculate Broad Scale BPI"
>Build a broad-scale bathymetric position index grid.</Help>
</Button>
<Button
caption="Fine Scale BPI"
category="Benthic Terrain Modeler (BTM)"
class="calculateFineBPI"
id="caculateFineBPI.button"
image="Images\bpi-fine_16x16.png"
message="Build a fine-scale bathymetric position index grid."
tip="Calculate Fine Scale BPI">
<Help
heading="Calculate Fine Scale BPI"
>Build a fine-scale bathymetric position index grid.</Help>
</Button>
<Button
caption="Standardize BPI Grids"
category="Benthic Terrain Modeler (BTM)"
class="standarizeBPI"
id="standarizeBPI.button"
image="Images\standardize-with-z_16x16.png"
message="Standardize the two BPI grids so their units are comparible."
tip="Calculate Standarized BPI Grids">
<Help
heading="Calculate Standarized BPI Grids"
>Standardize the two BPI grids so their units are comparible.</Help>
</Button>
<!-- Geomorphological Parameters -->
<Button
caption="Arc-Chord Ratio"
category="Benthic Terrain Modeler (BTM)"
class="calculateArcChordRatio"
id="calculateArcChordRatio.button"
image="Images\acr_16x16.png"
message="The ACR rugosity index is a measure of structural complexity that is independent of the slope of the surface."
tip="Calculate the Arc-Chord Ratio rugosity index">
<Help
heading="Calculate the Arc-Chord Ratio rugosity index"
>The ACR rugosity index is a meausre of structural complexity that is indepdentent of the slope of the surface.</Help>
</Button>
<Button
caption="Surface Area to Planar Area"
category="Benthic Terrain Modeler (BTM)"
class="calculateSaPa"
id="calculateSaPa.button"
image="Images\sapa_16x16.png"
message="Measures the surface roughness by comparing the ratio planar area to surface area. In previous versions of BTM, this tool was called 'Rugosity'."
tip="Calculate Surface Area to Planar Area">
<Help
heading="Calculate Surface Area to Planar Area"
>Measures the surface roughness by comparing the ratio planar area to surface area. In older versions of BTM, this tool was labeled 'Rugosity'.</Help>
</Button>
<Button
caption="Terrain Ruggedness (VRM)"
category="Benthic Terrain Modeler (BTM)"
class="calculateTerrainRuggedness"
id="calculateTerrainRuggedness.button"
image="Images\vrm_16x16.png"
message="Uses the VRM algorithm developed by Sappington et al. (2007)"
tip="Calculate Terrain Ruggedness using the vector ruggedness measure (VRM)">
<Help
heading="Calculate Terrain Ruggedness (VRM)"
>Measure terrain ruggedness via vector analysis, comparing 3-dimensional orientation of cells.</Help>
</Button>
<Button
caption="Aspect"
category="Benthic Terrain Modeler (BTM)"
class="calculateAspect"
id="calculateAspect.button"
image="Images\aspect_16x16.png"
message="Compute Aspect"
tip="Compute Aspect">
<Help heading="Compute Aspect" />
</Button>
<Button
caption="Aspect (Statistical)"
category="Benthic Terrain Modeler (BTM)"
class="calculateStatisticalAspect"
id="calculateStatisticalAspect.button"
image="Images\aspect_statistical_16x16.png"
message="Compute Statistical Aspect"
tip="Compute the Sine and Cosine of the Aspect, for modeling use">
<Help
heading="Compute Statistical Aspect"
>Aspect can be a useful variable for modeling, but because of its circular values it can't be treated like other covariates. This tool computes the Sine and Cosine functions against Aspect, which combined can be used for modeling purposes.</Help>
</Button>
<Button
caption="Slope"
category="Benthic Terrain Modeler (BTM)"
class="calculateSlope"
id="calculateSlope.button"
image="Images\slope_16x16.png"
message="Compute Slope"
tip="">
<Help heading="Compute Slope" />
</Button>
<Button
caption="Curvature (Slope of Slope)"
category="Benthic Terrain Modeler (BTM)"
class="calculateCurvature"
id="calculateCurvature.button"
image="Images\curvature_16x16.png"
message="Compute Curvature (Slope of Slope) and optionally: Plan Curvature and Profile Curvature."
tip="Calculate Curvature (AKA Slope of Slope)">
<Help
heading="Compute Curvature"
>Compute Curvature (Slope of Slope) and optionally: Plan Curvature and Profile Curvature.</Help>
</Button>
<Button
caption="Calculate Metrics (Depth Statistics)"
category="Benthic Terrain Modeler (BTM)"
class="calculateDepthStatistics"
id="calculateDepthStatistics.button"
image="Images\depth-statistics_16x16.png"
message="Depth statistics include mean water depth, the standard deviation of depth, the interquartile range of depth and the kurtosis of depth."
tip="Compute Depth Statistics">
<Help
heading="Compute Depth Statistics"
>Depth statistics include mean water depth, the standard deviation of depth, the interquartile range of depth and the kurtosis of depth.</Help>
</Button>
<!-- Multi Scale Analysis -->
<Button
caption="Calculate Metrics at Multiple Scales"
category="Benthic Terrain Modeler (BTM)"
class="calculateMetricsMultipleScales"
id="calculateMetricsMultipleScales.button"
image="Images\fib_16x16.png"
message="Calculates a variety of metrics at multiple scales for quick multi-scale analysis of a surface raster."
tip="Caclulate Metrics at Multiple Scales">
<Help
heading="Calculate Metrics at Multiple Scales"
>Calculates a variety of metrics at multiple scales for quick multi-scale analysis of a surface raster.</Help>
</Button>
<Button
caption="Compare Scales of Analysis"
category="Benthic Terrain Modeler (BTM)"
class="calculateScaleComparison"
id="calculateScaleComparison.button"
image="Images\scale_comparison_16x16.png"
message="Create a visual aid for easy comparison between statistics computed at different scales."
tip="Compare Scales of Analysis">
<Help
heading="Compare Scales of Analysis"
>Create a visual aid for easy comparison between statistics computed at different scales.</Help>
</Button>
<Tool
caption="Wizard"
category="Benthic Terrain Modeler (BTM)"
class="RunBTMSteps"
id="RunBTMSteps.tool"
image="Images\btm-steps_16x16.png"
message="Run all steps of the Benthic Terrain Modeler"
tip="BTM Wizard">
<Help
heading="BTM Wizard"
>Run all steps of the Benthic Terrain Modeler</Help>
</Tool>
</Commands>
<Extensions></Extensions>
<!-- TOOLBAR: the overall container for all objects -->
<Toolbars>
<Toolbar
caption="Benthic Terrain Modeler"
category="Benthic Terrain Modeler (BTM)"
id="btm.toolbar"
showInitially="true">
<Items>
<Menu refID="btm_addin.menu" />
<Tool refID="RunBTMSteps.tool" />
</Items>
</Toolbar>
</Toolbars>
<Menus>
<!-- menu: TOP-LEVEL dropdown menu for project. -->
<Menu
caption="Benthic Terrain Modeler"
category="Benthic Terrain Modeler (BTM)"
id="btm_addin.menu"
isRootMenu="false"
isShortcutMenu="false"
separator="true">
<Items>
<Menu refID="bpi.menu" />
<Menu refID="geomorphometry.menu" />
<Menu refID="multiscale.menu" />
<Button refID="runBTMSteps.button" />
<Button refID="classifyBenthicTerrain.button" />
<Button refID="setWorkspace.button" />
</Items>
</Menu>
<!-- menu: general-purpose Geomorphometry tools. -->
<Menu
caption="Geomorphometry"
category="Benthic Terrain Modeler (BTM)"
id="geomorphometry.menu"
isRootMenu="false"
isShortcutMenu="false"
separator="true">
<Items>
<Button refID="calculateAspect.button" />
<Button refID="calculateStatisticalAspect.button" />
<Button refID="calculateSlope.button" />
<Button refID="calculateCurvature.button" />
<Button refID="calculateArcChordRatio.button" />
<Button refID="calculateSaPa.button" />
<Button refID="calculateTerrainRuggedness.button" />
<Button refID="calculateDepthStatistics.button" />"
</Items>
</Menu>
<!-- menu: BPI specific tools. -->
<Menu
caption="Bathymetric Position Index (BPI)"
category="Benthic Terrain Modeler (BTM)"
id="bpi.menu"
isRootMenu="false"
isShortcutMenu="false"
separator="true">
<Items>
<Button refID="caculateBroadBPI.button" />
<Button refID="caculateFineBPI.button" />
<Button refID="standarizeBPI.button" />
</Items>
</Menu>
<!-- menu: multi-scale tools. -->
<Menu
caption="Multi-Scale Analysis"
category="Benthic Terrain Modeler (BTM)"
id="multiscale.menu"
isRootMenu="false"
isShortcutMenu="false"
separator="true">
<Items>
<Button refID="calculateMetricsMultipleScales.button" />
<Button refID="calculateScaleComparison.button" />
</Items>
</Menu>
</Menus>
</ArcMap>
</AddIn>
</ESRI.Configuration>