Round UUID: 181201d4-a796-4bf5-bf76-0317c90d7456
Prompt:
To classify a reef's health as 'Healthy' or 'Stressed', apply the following rules based on the entity data: 1. If CurrentFlowQuality is 'Excellent' or 'Good', AND BleachingEventsPerYear is 'Rare' AND PollutionLevel is 'Low', AND BiodiversityIndex is 'High' or 'Very High', AND CoralAgeEstimate is greater than 15, THEN classify as 'Healthy'. 2. If CurrentFlowQuality is 'Fair' or 'Poor', OR BleachingEventsPerYear is 'Frequent' or 'Constant', OR PollutionLevel is 'High' or 'Moderate', OR PredatorActivityLevel is 'Severe', THEN classify as 'Stressed'. 3. If ReefIntegrityScore is 'Excellent', AND AlgalCoverage is 'Minimal', AND CoralAgeEstimate is greater than 10, AND DistantStressIndicators are 'None', THEN add to 'Healthy'. 4. If DistantStressIndicators are 'Confirmed' OR PreviousStressIncidents are 'Major', AND NearbyHealthyReef is 'Absent', THEN it's 'Stressed'. 5. If ObservationDuration is greater than 50 years AND BleachingEventsPerYear is 'Occasional' AND CurrentFlowQuality is 'Good' or 'Excellent', THEN classify as 'Healthy'. Always consider multiple factors together to form a comprehensive assessment. Use RemoteSensor and SurveyorExperience as supportive indicators but focus on ecological conditions for the final determination.