Frédéric Rodrigo
Frédéric Rodrigo
It fails because the grouping is done on message part of, without apply the parameters of the tr(). To be checked, if we can apply the parameters or not. ```...
Osmose have this row ``` 670060636,47.855313,-3.8528247,Clocher : Centre croix - Point vu en place en 2003,81.44,29293A - ``` Osmose this node https://www.openstreetmap.org/node/670060636 The refs are not matching : `29293A -`...
The update cause an issue ``` COPY milestone_fr_metropole, line 2: "01/01/2022;01A903905CD;2;1;C;0;788;874126,39;6595769,32;0;D;1" ```
The new field separator is ";". But the CSV content invalid Lambert 93 coordinates  Maybe oversea un-projected data.
On my side it fails with this patch ```diff diff --git a/analysers/analyser_merge_milestone_FR_metropole.py b/analysers/analyser_merge_milestone_FR_metropole.py index 0f24a3e6..3ea8c8cf 100644 --- a/analysers/analyser_merge_milestone_FR_metropole.py +++ b/analysers/analyser_merge_milestone_FR_metropole.py @@ -45,11 +45,19 @@ class Analyser_Merge_Milestone_FR_metropole(Analyser_Merge_Point): CSV(SourceDataGouv( attribution="data.gouv.fr:Ministère de la...
> it's not "my" code : [didier2020@5c54ef1](https://github.com/didier2020/osmose-backend/commit/5c54ef164cada26e345b3f0962f10ebdc8a01f94) No. I made this previously. Because adding the ";" is not enough. After adding ";" I have also projection issue.
Can I take one of your closed PR to fix it ? https://github.com/osm-fr/osmose-backend/pull/1497/files
I do not see the issue pin on the map. Did you remove it ? It helps to check. Do you have an other one, please ? It look like...
Still seeing nothing. Reopen with details if required.
If there is no way to have a correct value, we can remove `school:FR` from the analyser.