iandees / planet-notes-dump

A utility to dump OpenStreetMap notes from the database into an XML file for bulk use.
MIT License
10 stars 5 forks source link

Sort notes by id #3

Closed Zverik closed 10 years ago

Zverik commented 10 years ago

Notes are written in random order to the resulting file. Would sorting slow down dump generation much?

https://github.com/iandees/planet-notes-dump/blob/master/dump.py#L27

Firefishy commented 10 years ago

+1 sorted.

joto commented 10 years ago

Sorting would keep this in line with other OSM data dumps, so +1.