Skip to content

Commit

Permalink
Fix prepare geodatasets
Browse files Browse the repository at this point in the history
  • Loading branch information
tgrandje committed Sep 17, 2024
1 parent f1f02cf commit b920fac
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions cartiflette/pipeline/prepare_geodatasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,6 @@ def create_one_year_geodataset_batch(

func = partial(
make_one_geodataset,
format_output=format_output,
communal_districts=districts,
)

Expand Down Expand Up @@ -365,6 +364,6 @@ def create_one_year_geodataset_batch(
return {year: success}


if __name__ == "__main__":
logging.basicConfig(level=logging.INFO)
created = create_one_year_geodataset_batch(2024)
# if __name__ == "__main__":
# logging.basicConfig(level=logging.INFO)
# created = create_one_year_geodataset_batch(2024)

0 comments on commit b920fac

Please sign in to comment.