Skip to content

Commit 2ee45b2

Browse files
Gris-Nez est métropolitain
1 parent 54e3201 commit 2ee45b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opendata/transformers/operations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def est_metropolitain(self, row):
5656
if row["cross"] in cross_hors_metropole:
5757
return False
5858
if row["est_metropolitain"] is None:
59-
return row["cross"] not in cross_hors_metropole and row["cross"] != "Gris-Nez"
59+
return row["cross"] not in cross_hors_metropole
6060
return row["est_metropolitain"]
6161

6262
def vent_direction_categorie(self, series):

0 commit comments

Comments
 (0)