Skip to content

Commit

Permalink
Remove IdF dissolution
Browse files Browse the repository at this point in the history
  • Loading branch information
tgrandje committed Oct 18, 2024
1 parent c3f1974 commit ff8bc51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cartiflette/s3/geodataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -632,9 +632,9 @@ def create_downstream_geodatasets(
calc += ["IDF=max(IDF)"]

by_keys = [by, aggreg_col]
if niveau_agreg == "FRANCE_ENTIERE_DROM_RAPPROCHES":
# Hack to avoid zooming on whole area outside IdF
by_keys.append("IDF")
# if niveau_agreg == "FRANCE_ENTIERE_DROM_RAPPROCHES":
# # Hack to avoid zooming on whole area outside IdF
# by_keys.append("IDF")

self.dissolve(
by=by_keys,
Expand Down

0 comments on commit ff8bc51

Please sign in to comment.