Skip to content

Commit

Permalink
update treatment goal description for Reduce WUI Fire Risk (#1475)
Browse files Browse the repository at this point in the history
  • Loading branch information
pflopez committed Apr 26, 2024
1 parent f1a4e10 commit 45246e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/interface/src/app/map/map.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
</div>
</div>

<div *ngIf="totalArea$ | async; let totalArea" class="actions-bar-text">
<div *ngIf="totalArea$ | async as totalArea" class="actions-bar-text">
Total: {{ totalArea | number }} acres
</div>
<!-- Cancel button -->
Expand Down
4 changes: 2 additions & 2 deletions src/planscape/config/treatment_goals.json
Original file line number Diff line number Diff line change
Expand Up @@ -1316,8 +1316,8 @@
"long_question_text": "Where are the best opportunities to effectively reduce fire risk to the Wildland Urban Interface (WUI)?",
"short_question_text": "Reduce WUI Fire Risk",
"description": [
"This treatment goal identifies where there are the best opportunities to reduce fire risk to the WUI, and is derived from the data from the Explore map layers \"Structure Exposure Score\" and \"Damage Potential\".",
"There are multiple thresholds for this question, creating more constrained output. Make sure that your planning area has a high concentration of structures by reviewing both the layers in Explore. We recommend minimizing other constraints such as roads, slope or landscapes, and running this query with stand size set to \"Small\"."
"This treatment goal identifies where there are the best opportunities to reduce fire risk to the WUI, and is derived from the data from the Explore map layers \"Structure Exposure Score\" and \"Damage Potential\". ",
"There are multiple thresholds for this question, creating more constrained output, including the WUI operational layer being equal to 1 or 2 in the metrics dictionary. Make sure that your planning area has a high concentration of structures by reviewing both the layers in Explore. We recommend minimizing other constraints such as roads, slope or landscapes, and running this query with stand size set to \"Small\"."
],
"scenario_output_fields_paths": {
"pillars": [
Expand Down

0 comments on commit 45246e1

Please sign in to comment.