Visible Municipalities
{{ vm.filteredMunicipalities().length }}
Average Selected Metric
{{ vm.averageMetric() }}
Higher vs Median
{{ vm.higherVsMedian() }}
Lower vs Median
{{ vm.lowerVsMedian() }}
Regional Heat Stress Viewer
Selecting a municipality/city from the summary table or search automatically flies to its map location and refreshes the analysis panels on the right.
Current metric
{{ vm.metricLabel() }}
Minimum
{{ vm.metricMin() }}
Median
{{ vm.metricMedian() }}
Maximum
{{ vm.metricMax() }}
| Municipality / City | Province | {{ vm.metricLabel() }} | Heat Band | Station Count | Escalation | Open Actions |
|---|---|---|---|---|---|---|
| {{ item.name }} | {{ item.province }} | {{ vm.municipalityMetricValue(item) }} | {{ vm.heatBand(vm.municipalityMetricNumber(item)) }} | {{ vm.stationsInMunicipality(item.name).length }} | {{ vm.municipalityEscalation(item.name) }} | {{ vm.municipalityOpenActions(item.name) }} |
| Station | Municipality | Province | Risk | Heat Now | Readiness | Worker Safety | Report | Coordinates |
|---|---|---|---|---|---|---|---|---|
| {{ station.name }} {{ station.id }} |
{{ station.municipality }} | {{ station.province }} | {{ station.risk }} | {{ station.weather && station.weather.currentApparentTemp != null ? (station.weather.currentApparentTemp | number:1) + '°C' : '—' }} | {{ station.readiness }}% | {{ station.workerSafety }}% | {{ station.reportingStatus }} | {{ station.lat }}, {{ station.lng }} |
| Category | Action | Station | Owner | Due | Priority | Status | |
|---|---|---|---|---|---|---|---|
| {{ action.category }} | {{ action.title }} | {{ vm.stationName(action.stationId) }} | {{ action.owner }} | {{ action.dueDate }} | {{ action.priority }} | {{ action.status }} |
{{ vm.stationName(report.stationId) }}{{ report.escalation }}
Rainfall: {{ report.rainfall }}
Crop condition: {{ report.cropCondition }}
Livestock: {{ report.livestockCondition }}
Worker incidents: {{ report.workerIncidents }}
Water level: {{ report.waterLevel }}
{{ meeting.title }}Scheduled
Date: {{ meeting.date }}
Participants: {{ meeting.participants }}
Agenda: {{ meeting.agenda }}