Skip to content

Commit

Permalink
Update analyser_merge_post_box_FR.py
Browse files Browse the repository at this point in the history
  • Loading branch information
didier2020 authored and frodrigo committed Aug 6, 2024
1 parent 3a3151e commit 79086ef
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions analysers/analyser_merge_post_box_FR.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@ def __init__(self, config, logger = None):
self.init(
"https://datanova.laposte.fr/datasets/laposte-boiterue",
"Liste des boîtes aux lettres de rue - France métropolitaine et DOM avec heure limite de dépôt",
CSV(SourceDataFair(
attribution = "data.gouv.fr:LaPoste",
url="https://datanova.laposte.fr/datasets/laposte-boiterue", file_name="Datanova_20240126_def.csv")),
CSV(
SourceDataFair(
attribution = "data.gouv.fr:LaPoste",
url="https://datanova.laposte.fr/datasets/laposte-boiterue", file_name="Datanova_20240126_def.csv"),
separator = ";"),
Load_XY("VA_COORD_ADR_X", "VA_COORD_ADR_Y"),
Conflate(
select = Select(
Expand Down

0 comments on commit 79086ef

Please sign in to comment.