Skip to content

Commit

Permalink
Update analyser_merge_fuel_FR.py
Browse files Browse the repository at this point in the history
Use new URL for carburants gouv file
  • Loading branch information
PanierAvide authored and frodrigo committed Oct 4, 2024
1 parent e4afb74 commit dd70b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analysers/analyser_merge_fuel_FR.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def __init__(self, config, logger = None):
u"http://www.prix-carburants.economie.gouv.fr/rubrique/opendata/",
u"Prix des carburants en France",
GeoJSON(Source(attribution = u"Ministère de l'Economie, de l'Industrie et du Numérique", millesime = "03/2020",
fileUrl = u"https://files.pavie.info/depot/remote/carburants_gouv.geojson"),
fileUrl = u"https://data.openfuelmap.net/carburants_gouv.geojson"),
extractor = lambda geojson: geojson),
Load_XY("geom_x", "geom_y"),
Conflate(
Expand Down

0 comments on commit dd70b00

Please sign in to comment.