Open PanierAvide opened 6 years ago
Not sure if linked, but no result at all is available for fuel prices now.
@PanierAvide the gouvernement website as been updated several times since this code was created. Each time it breaks something.
I made a PR #11 but even since, gouverenement website as changes and breaks stuff again.
Also, I have a fork that is up to date
Well now I use open data XML which is published on their website (which is quite stable but a pain to read), and put a GeoJSON processed version here (updated daily) : https://files.pavie.info/depot/remote/carburants_gouv.geojson
There is also a processed version which uses OpenStreetMap data, in particular for geolocation of stations which are more precise when available : https://files.pavie.info/depot/remote/carburants.geojson
These might be a simpler solution for integration in OEDB ?
Hi, It seems that there is a difference between what is available on https://www.prix-carburants.gouv.fr/ and what OpenEventDatabase shows through API. Let's take an exemple : station with ID 35850003.
API : http://api.openeventdatabase.org/event?what=fuel.price&bbox=-1.809955,48.207086,-1.769743,48.233821
Official website
And of course ground truth is what is shown on prix-carburants.gouv.fr. Is there any explanation for this behaviour ? Am I missing something from API call, or is there a broken data pipeline ? Regards.