Skip to content

Commit bd85ba4

Browse files
Activation des alertes FAR manquant sur les navires VEN (#4142)
## Linked issues - Resolve #4050
2 parents fad9b68 + 093a160 commit bd85ba4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

datascience/src/pipeline/flows_config.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
"alert_type": "MISSING_FAR_ALERT",
161161
"alert_config_name": "MISSING_FAR_ALERT",
162162
"states_iso2_to_monitor_everywhere": ["FR"],
163-
"states_iso2_to_monitor_in_french_eez": ["BE"],
163+
"states_iso2_to_monitor_in_french_eez": ["BE", "VE"],
164164
"max_share_of_vessels_with_missing_fars": 0.5,
165165
"minimum_length": 12.0,
166166
"only_raise_if_route_shows_fishing": True,
@@ -173,7 +173,7 @@
173173
"alert_type": "MISSING_FAR_48_HOURS_ALERT",
174174
"alert_config_name": "MISSING_FAR_48_HOURS_ALERT",
175175
"states_iso2_to_monitor_everywhere": ["FR"],
176-
"states_iso2_to_monitor_in_french_eez": ["BE"],
176+
"states_iso2_to_monitor_in_french_eez": ["BE", "VE"],
177177
"max_share_of_vessels_with_missing_fars": 0.5,
178178
"minimum_length": 12.0,
179179
"only_raise_if_route_shows_fishing": True,

0 commit comments

Comments
 (0)