Changes between Initial Version and Version 1 of Ticket #21375, comment 18


Ignore:
Timestamp:
2021-11-05T20:06:44+01:00 (4 years ago)
Author:
gaben

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21375, comment 18

    initial v1  
    1 I already did a (Python) script, so it's ready, including all translations :)
     1I already did a (Python) script, so it's ready, including all translations :) Even uploaded it to GitLab as a snippet, but there are a few edge cases that I want to fix before making it public.
    22
    3 Even uploaded to GitLab as a snippet, but there are a few edge cases which I want to fix before making it public.
     3**Edit:** my approach was to use GeoFabric extracts to get reproducible results, plus once downloaded, it works offline.
     4
     5Fix method:
     6- search for issues
     7- look up the last known non <diff..> value (including translations) in the history file
     8- use this value instead of <diff..>
     9- create an XML as final output in JOSM loadable format
     10- manual upload to OSM
     11
     12Btw I don't know if overpass can handle a complex global query with all the translations on keys and values.