Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
flacombe committed Nov 19, 2024
1 parent 8f9de14 commit 0d96fd4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions analysers/analyser_merge_power_pole_FR_spec_sde18.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ def __init__(self, config, logger = None):
"https://www.data.gouv.fr/fr/datasets/supports-eclairage-public-du-sde18/",
"Supports Eclairage Public du SDE18",
GDAL(SourceDataGouv(
attribution="SDE 18",
dataset="673b1255be2baa1d2a71c950",
resource="a6296c3c-8f51-485c-a6c7-c0cead86d474",
extract="*.shp"
),
srid = 2154),
attribution="SDE 18",
dataset="673b1255be2baa1d2a71c950",
resource="a6296c3c-8f51-485c-a6c7-c0cead86d474",
extract="*.shp"
),
srid = 2154),
LoadGeomCentroid(select = {"_type": ["poteau", "Poteau", "POTEAU"]} ),
Conflate(
select = Select(
Expand Down

0 comments on commit 0d96fd4

Please sign in to comment.