Skip to content

Commit

Permalink
Update from datasource analyser_merge_power_branch_FR
Browse files Browse the repository at this point in the history
  • Loading branch information
frodrigo committed Dec 25, 2023
1 parent 9a6abf9 commit d9f3133
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion analysers/analyser_merge_power_branch_FR.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def __init__(self, config, logger = None):
url="https://opendata.reseaux-energies.fr/explore/dataset/postes-electriques-rte",
attribution="data.gouv.fr:RTE")),
Load_XY("Longitude poste (DD)", "Latitude poste (DD)",
select = {"FONCTION DU POSTE": "Poste de piquage"}),
select = {"FONCTION": "Poste de piquage"}),
Conflate(
select = Select(
types = ["nodes"],
Expand Down
2 changes: 1 addition & 1 deletion analysers/analyser_merge_power_substation_FR.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def __init__(self, config, logger = None):
url="https://opendata.reseaux-energies.fr/explore/dataset/postes-electriques-rte",
attribution="data.gouv.fr:RTE")),
Load_XY("Longitude poste (DD)", "Latitude poste (DD)",
select = {"FONCTION DU POSTE": "Poste de transformation"}),
select = {"FONCTION": "Poste de transformation"}),
Conflate(
select = Select(
types = ["nodes","ways", "relations"],
Expand Down

0 comments on commit d9f3133

Please sign in to comment.