Skip to content

Commit

Permalink
Ajout de navires britanniques manquants (#3699)
Browse files Browse the repository at this point in the history
## Linked issues

- Resolve #3698
  • Loading branch information
VincentAntoine authored Sep 30, 2024
2 parents 88a435f + d33864f commit 58718c3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion datascience/src/pipeline/queries/ocan/eu_vessels.sql
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,12 @@ WHERE ncp.est_actif = 1 AND
cp.code_pays_iso2 IN (
'BE', 'BG', 'CY', 'DE', 'DK', 'EE', 'ES', 'FI', 'GB', 'GR', 'HR', 'IE', 'IT', 'LT',
'LV', 'MT', 'NL', 'PL', 'PT', 'RO', 'SE', 'SI', 'AT', 'HU', 'LU', 'CZ', 'SK'
)
)
-- Add some GB vessels which are marked as `est_actif = false` for some reason
OR f.num_cfr IN (
'GBR000J10102',
'GBR000J10178',
'GBR000J10346',
'GBR000J10070',
'GBR000J10359'
)

0 comments on commit 58718c3

Please sign in to comment.