diff --git a/src/app/features/noah-playground/components/risk-assessment-group/risk-assessment-group.component.html b/src/app/features/noah-playground/components/risk-assessment-group/risk-assessment-group.component.html index 25178f11..8d0398ef 100644 --- a/src/app/features/noah-playground/components/risk-assessment-group/risk-assessment-group.component.html +++ b/src/app/features/noah-playground/components/risk-assessment-group/risk-assessment-group.component.html @@ -8,8 +8,8 @@ (click)="toggleShown($event)" /> -
- Risk Assessment +
+ Exposure Assessment
-
Population
+
Flood Prone Population
@@ -217,11 +217,11 @@
diff --git a/src/app/features/noah-playground/components/risk-assessment-group/risk-assessment-group.component.ts b/src/app/features/noah-playground/components/risk-assessment-group/risk-assessment-group.component.ts index f3daab7a..9f94d839 100644 --- a/src/app/features/noah-playground/components/risk-assessment-group/risk-assessment-group.component.ts +++ b/src/app/features/noah-playground/components/risk-assessment-group/risk-assessment-group.component.ts @@ -29,7 +29,7 @@ export class RiskAssessmentGroupComponent implements OnInit { initialPopuOpacityValue: number = 100; isButtonEnabled: boolean = false; - checkedRain = false; + checkedRain = true; checkedPopu = false; checkedShown = false; diff --git a/src/app/features/noah-playground/components/risk-assessment-modal/risk-assessment-modal.component.html b/src/app/features/noah-playground/components/risk-assessment-modal/risk-assessment-modal.component.html index 18fb1a45..2bb65766 100644 --- a/src/app/features/noah-playground/components/risk-assessment-modal/risk-assessment-modal.component.html +++ b/src/app/features/noah-playground/components/risk-assessment-modal/risk-assessment-modal.component.html @@ -124,8 +124,8 @@ dark:text-gray-100 " > - In the event of a Flood 100-year return period, how many people might - be affected and need evacuation in the Philippines? + In the event of a 100-year rain return flood event, how many people + might be affected and would need evacuation?

Disclaimer: The streams and catchment boundaries presented are - indicative and have not gone through ground validation. + indicative. They have been derived from elevation data obtained using + IfSAR topography and delineated using ArcGIS Hydrological Tools. + Read more... + The UP NOAH Center is not liable for positioning inaccuracies, + discrepancies from subsequent updates, errors, or data omissions in + case this system is used. Please follow official sites of government + and use this site only for supplementary information. + - These have been derived from elevation data obtained using - Interferometric Synthetic Aperture Radar (IfSAR) technology and - delineated using ArcGIS Hydrological Tools. The UP NOAH Center is - not liable for positioning inaccuracies, discrepancies from - subsequent updates, errors, or data omissions. However, suggestions - for improvement or error notifications are welcome. + The UP NOAH Center is not liable for positioning inaccuracies, + discrepancies from subsequent updates, errors, or data omissions in + case this system is used. Please follow official sites of government + and use this site only for supplementary information. +

@@ -288,7 +286,7 @@ text-center text-gray-600 " > - No Affected Data + No available 24-hr rainfall forecast

diff --git a/src/app/features/noah-playground/store/noah-playground.store.ts b/src/app/features/noah-playground/store/noah-playground.store.ts index fb25eefc..c2929c2d 100644 --- a/src/app/features/noah-playground/store/noah-playground.store.ts +++ b/src/app/features/noah-playground/store/noah-playground.store.ts @@ -379,7 +379,7 @@ const createInitialValue = (): NoahPlaygroundState => ({ expanded: false, raintypes: { 'rain-forecast': { - shown: false, + shown: true, opacity: 100, }, },