|
5 | 5 | <Citation>NA</Citation> |
6 | 6 | <Author>Zach Burgert</Author> |
7 | 7 | <CreationDate>2025-10-22</CreationDate> |
8 | | - <UpdatedDate>2025-10-23</UpdatedDate> |
| 8 | + <UpdatedDate>2026-03-11</UpdatedDate> |
9 | 9 | <Layers> |
10 | 10 | <Layer id="beaver_activity" version="1.0" geom_type="Point"> |
11 | 11 | <Label>Beaver Activity</Label> |
12 | 12 | <Symbology>beaver_protocol_beaver_sign.qml</Symbology> |
13 | 13 | <Description>Beaver Activity</Description> |
14 | 14 | <Hierarchy> |
15 | 15 | <HierarchyItem>Beaver Protocol</HierarchyItem> |
16 | | - <HierarchyItem>Beaver Activity</HierarchyItem> |
| 16 | + <HierarchyItem>Beaver Management</HierarchyItem> |
17 | 17 | </Hierarchy> |
18 | 18 | <Fields> |
19 | 19 | <ListField id="sign_type" version="1.0"> |
|
48 | 48 | <Description>Survey of Beaver Dams</Description> |
49 | 49 | <Hierarchy> |
50 | 50 | <HierarchyItem>Beaver Protocol</HierarchyItem> |
51 | | - <HierarchyItem>Beaver Survey</HierarchyItem> |
| 51 | + <HierarchyItem>Beaver Dam Activity</HierarchyItem> |
52 | 52 | </Hierarchy> |
53 | 53 | <Fields> |
54 | 54 | <ListField id="type" version="1.0"> |
|
86 | 86 | <Description>Survey of Beaver Dam Complexes (place point on largest primary dam)</Description> |
87 | 87 | <Hierarchy> |
88 | 88 | <HierarchyItem>Beaver Protocol</HierarchyItem> |
89 | | - <HierarchyItem>Complex Survey</HierarchyItem> |
| 89 | + <HierarchyItem>Beaver Dam Activity</HierarchyItem> |
90 | 90 | </Hierarchy> |
91 | 91 | <Fields> |
92 | 92 | <IntegerField id="primary_dams_count" version="1.0"> |
|
120 | 120 | <Description>Locations of Beaver Translocation Sources, Holding, and Release Sites</Description> |
121 | 121 | <Hierarchy> |
122 | 122 | <HierarchyItem>Beaver Protocol</HierarchyItem> |
123 | | - <HierarchyItem>Translocation Sites</HierarchyItem> |
| 123 | + <HierarchyItem>Beaver Management</HierarchyItem> |
124 | 124 | </Hierarchy> |
125 | 125 | <Fields> |
126 | 126 | <ListField id="type" version="1.0"> |
|
162 | 162 | <Description>LTPBR As-Built Structures</Description> |
163 | 163 | <Hierarchy> |
164 | 164 | <HierarchyItem>Beaver Protocol</HierarchyItem> |
165 | | - <HierarchyItem>As-Built Structures</HierarchyItem> |
| 165 | + <HierarchyItem>Beaver Management</HierarchyItem> |
166 | 166 | </Hierarchy> |
167 | 167 | <Fields> |
168 | 168 | <ListField id="type" version="1.0"> |
|
221 | 221 | <Description>Assessment of Beaver Conflicts</Description> |
222 | 222 | <Hierarchy> |
223 | 223 | <HierarchyItem>Beaver Protocol</HierarchyItem> |
224 | | - <HierarchyItem>Beaver Conflict</HierarchyItem> |
| 224 | + <HierarchyItem>Beaver Management</HierarchyItem> |
225 | 225 | </Hierarchy> |
226 | 226 | <Fields> |
227 | 227 | <ListField id="risk_type" version="1.0"> |
|
248 | 248 | </Layer> |
249 | 249 | </Layers> |
250 | 250 | <Metrics> |
251 | | - <Metric id="dam_count" version="1.0" calculation_machine_code="count"> |
| 251 | + <Metric id="dam_count" version="1.0" status= 'deprecated' calculation_machine_code="count"> |
252 | 252 | <Label>Total Dam Count</Label> |
253 | 253 | <DefaultLevel>Metric</DefaultLevel> |
254 | 254 | <Description>Count of All Beaver Dams in Sample Frame.</Description> |
|
259 | 259 | </DCELayer> |
260 | 260 | </Parameters> |
261 | 261 | </Metric> |
262 | | - <Metric id="dam_density" version="1.0" calculation_machine_code="count"> |
| 262 | + <Metric id="dam_count" version="2.0" calculation_machine_code="count"> |
| 263 | + <Label>Total Dam Count</Label> |
| 264 | + <DefaultLevel>Metric</DefaultLevel> |
| 265 | + <Description>Count of all beaver dams in sample frame summed by individual dams and complex dams. Beaver dams can be mapped as both individual dams or within complexes but cannot be duplicated. </Description> |
| 266 | + <MinimumValue>0</MinimumValue> |
| 267 | + <Precision>1</Precision> |
| 268 | + <Parameters> |
| 269 | + <DCELayer layer_id_ref="dam_survey"> |
| 270 | + </DCELayer> |
| 271 | + <DCELayer layer_id_ref="complex_survey"> |
| 272 | + <CountFields> |
| 273 | + <CountField field_id_ref="total_dams_count"/> |
| 274 | + </CountFields> |
| 275 | + </DCELayer> |
| 276 | + </Parameters> |
| 277 | + </Metric> |
| 278 | + <Metric id="dam_density" version="1.0" status= 'deprecated' calculation_machine_code="count"> |
263 | 279 | <Label>Total Dam Density</Label> |
264 | 280 | <DefaultLevel>Metric</DefaultLevel> |
265 | 281 | <Description>Density of All Beaver Dams in Sample Frame normalized by Valley Bottom Centerline.</Description> |
|
271 | 287 | </DCELayer> |
272 | 288 | </Parameters> |
273 | 289 | </Metric> |
| 290 | + <Metric id="dam_density" version="2.0" calculation_machine_code="count"> |
| 291 | + <Label>Total Dam Density</Label> |
| 292 | + <DefaultLevel>Metric</DefaultLevel> |
| 293 | + <Description>Density of all beaver dams in sample frame summed by individual dams and complex dams and normalized by valley bottom centerline. Beaver dams can be mapped as both individual dams or within complexes but cannot be duplicated.</Description> |
| 294 | + <MinimumValue>0</MinimumValue> |
| 295 | + <Precision>3</Precision> |
| 296 | + <Parameters> |
| 297 | + <InputLayer input_ref="centerline" usage="normalization" /> |
| 298 | + <DCELayer layer_id_ref="dam_survey"> |
| 299 | + </DCELayer> |
| 300 | + <DCELayer layer_id_ref="complex_survey"> |
| 301 | + <CountFields> |
| 302 | + <CountField field_id_ref="total_dams_count"/> |
| 303 | + </CountFields> |
| 304 | + </DCELayer> |
| 305 | + </Parameters> |
| 306 | + </Metric> |
| 307 | + <Metric id="primary_dam_count" version="1.0" calculation_machine_code="count"> |
| 308 | + <Label>Primary Dam Count</Label> |
| 309 | + <DefaultLevel>Metric</DefaultLevel> |
| 310 | + <Description>Count of all primary beaver dams in sample frame summed by individual dams and complex dams. Primary beaver dams can be mapped as both individual dams or within complexes but cannot be duplicated. </Description> |
| 311 | + <MinimumValue>0</MinimumValue> |
| 312 | + <Precision>1</Precision> |
| 313 | + <Parameters> |
| 314 | + <DCELayer layer_id_ref="dam_survey"> |
| 315 | + <AttributeFilter field_id_ref="type"> |
| 316 | + <Value>Primary Beaver Dam</Value> |
| 317 | + <Value>Beaver Occupied Primary BDA</Value> |
| 318 | + </AttributeFilter> |
| 319 | + </DCELayer> |
| 320 | + <DCELayer layer_id_ref="complex_survey"> |
| 321 | + <CountFields> |
| 322 | + <CountField field_id_ref="primary_dams_count"/> |
| 323 | + </CountFields> |
| 324 | + </DCELayer> |
| 325 | + </Parameters> |
| 326 | + </Metric> |
| 327 | + <Metric id="primary_dam_density" version="1.0" calculation_machine_code="count"> |
| 328 | + <Label>Primary Dam Density</Label> |
| 329 | + <DefaultLevel>Metric</DefaultLevel> |
| 330 | + <Description>Density of all primary beaver dams in sample frame summed by individual dams and complex dams and normalized by valley bottom centerline. Primary beaver dams can be mapped as both individual dams or within complexes but cannot be duplicated.</Description> |
| 331 | + <MinimumValue>0</MinimumValue> |
| 332 | + <Precision>3</Precision> |
| 333 | + <Parameters> |
| 334 | + <InputLayer input_ref="centerline" usage="normalization" /> |
| 335 | + <DCELayer layer_id_ref="dam_survey"> |
| 336 | + <AttributeFilter field_id_ref="type"> |
| 337 | + <Value>Primary Beaver Dam</Value> |
| 338 | + <Value>Beaver Occupied Primary BDA</Value> |
| 339 | + </AttributeFilter> |
| 340 | + </DCELayer> |
| 341 | + <DCELayer layer_id_ref="complex_survey"> |
| 342 | + <CountFields> |
| 343 | + <CountField field_id_ref="primary_dams_count"/> |
| 344 | + </CountFields> |
| 345 | + </DCELayer> |
| 346 | + </Parameters> |
| 347 | + </Metric> |
| 348 | + <Metric id="secondary_dam_count" version="1.0" calculation_machine_code="count"> |
| 349 | + <Label>Secondary Dam Count</Label> |
| 350 | + <DefaultLevel>Metric</DefaultLevel> |
| 351 | + <Description>Count of all secondary beaver dams in sample frame summed by individual dams and complex dams. Secondary beaver dams can be mapped as both individual dams or within complexes but cannot be duplicated. </Description> |
| 352 | + <MinimumValue>0</MinimumValue> |
| 353 | + <Precision>1</Precision> |
| 354 | + <Parameters> |
| 355 | + <DCELayer layer_id_ref="dam_survey"> |
| 356 | + <AttributeFilter field_id_ref="type"> |
| 357 | + <Value>Secondary Beaver Dam</Value> |
| 358 | + <Value>Beaver Occupied Secondary BDA</Value> |
| 359 | + </AttributeFilter> |
| 360 | + </DCELayer> |
| 361 | + <DCELayer layer_id_ref="complex_survey"> |
| 362 | + <CountFields> |
| 363 | + <CountField field_id_ref="secondary_dams_count"/> |
| 364 | + </CountFields> |
| 365 | + </DCELayer> |
| 366 | + </Parameters> |
| 367 | + </Metric> |
| 368 | + <Metric id="secondary_dam_density" version="1.0" calculation_machine_code="count"> |
| 369 | + <Label>Secondary Dam Density</Label> |
| 370 | + <DefaultLevel>Metric</DefaultLevel> |
| 371 | + <Description>Density of all secondary beaver dams in sample frame summed by individual dams and complex dams and normalized by valley bottom centerline. Secondary beaver dams can be mapped as both individual dams or within complexes but cannot be duplicated.</Description> |
| 372 | + <MinimumValue>0</MinimumValue> |
| 373 | + <Precision>3</Precision> |
| 374 | + <Parameters> |
| 375 | + <InputLayer input_ref="centerline" usage="normalization" /> |
| 376 | + <DCELayer layer_id_ref="dam_survey"> |
| 377 | + <AttributeFilter field_id_ref="type"> |
| 378 | + <Value>Secondary Beaver Dam</Value> |
| 379 | + <Value>Beaver Occupied Secondary BDA</Value> |
| 380 | + </AttributeFilter> |
| 381 | + </DCELayer> |
| 382 | + <DCELayer layer_id_ref="complex_survey"> |
| 383 | + <CountFields> |
| 384 | + <CountField field_id_ref="secondary_dams_count"/> |
| 385 | + </CountFields> |
| 386 | + </DCELayer> |
| 387 | + </Parameters> |
| 388 | + </Metric> |
274 | 389 | <Metric id="active_dam_count" version="1.0" calculation_machine_code="count"> |
275 | 390 | <Label>Active Dam Count</Label> |
276 | 391 | <DefaultLevel>Metric</DefaultLevel> |
|
328 | 443 | </AttributeFilter> |
329 | 444 | </DCELayer> |
330 | 445 | </Parameters> |
| 446 | + </Metric> |
| 447 | + <Metric id="total_kits_translocations" version="1.0" calculation_machine_code="count"> |
| 448 | + <Label>Total Kits Translocated</Label> |
| 449 | + <DefaultLevel>Metric</DefaultLevel> |
| 450 | + <Description>Count of all beaver kits translocated in sample frame.</Description> |
| 451 | + <MinimumValue>0</MinimumValue> |
| 452 | + <Precision>1</Precision> |
| 453 | + <Parameters> |
| 454 | + <DCELayer layer_id_ref="beaver_translocations"> |
| 455 | + <CountFields> |
| 456 | + <CountField field_id_ref="number_kits"/> |
| 457 | + </CountFields> |
| 458 | + </DCELayer> |
| 459 | + </Parameters> |
| 460 | + </Metric> |
| 461 | + <Metric id="total_sub_adults_translocations" version="1.0" calculation_machine_code="count"> |
| 462 | + <Label>Total Sub Adults Translocated</Label> |
| 463 | + <DefaultLevel>Metric</DefaultLevel> |
| 464 | + <Description>Count of all sub-adult beaver translocated in sample frame.</Description> |
| 465 | + <MinimumValue>0</MinimumValue> |
| 466 | + <Precision>1</Precision> |
| 467 | + <Parameters> |
| 468 | + <DCELayer layer_id_ref="beaver_translocations"> |
| 469 | + <CountFields> |
| 470 | + <CountField field_id_ref="number_subadults"/> |
| 471 | + </CountFields> |
| 472 | + </DCELayer> |
| 473 | + </Parameters> |
| 474 | + </Metric> |
| 475 | + <Metric id="total_adults_translocations" version="1.0" calculation_machine_code="count"> |
| 476 | + <Label>Total Adults Translocated</Label> |
| 477 | + <DefaultLevel>Metric</DefaultLevel> |
| 478 | + <Description>Count of all adult beaver translocated in sample frame.</Description> |
| 479 | + <MinimumValue>0</MinimumValue> |
| 480 | + <Precision>1</Precision> |
| 481 | + <Parameters> |
| 482 | + <DCELayer layer_id_ref="beaver_translocations"> |
| 483 | + <CountFields> |
| 484 | + <CountField field_id_ref="number_adults"/> |
| 485 | + </CountFields> |
| 486 | + </DCELayer> |
| 487 | + </Parameters> |
| 488 | + </Metric> |
| 489 | + <Metric id="total_beaver_translocations" version="1.0" calculation_machine_code="count"> |
| 490 | + <Label>Total Beaver Translocated</Label> |
| 491 | + <DefaultLevel>Metric</DefaultLevel> |
| 492 | + <Description>Count of all beaver translocated in sample frame.</Description> |
| 493 | + <MinimumValue>0</MinimumValue> |
| 494 | + <Precision>1</Precision> |
| 495 | + <Parameters> |
| 496 | + <DCELayer layer_id_ref="beaver_translocations"> |
| 497 | + <CountFields> |
| 498 | + <CountField field_id_ref="number_beaver"/> |
| 499 | + </CountFields> |
| 500 | + </DCELayer> |
| 501 | + </Parameters> |
331 | 502 | </Metric> |
332 | 503 | </Metrics> |
333 | 504 | </Protocol> |
0 commit comments