On Thu, Oct 15, 2009 at 2:02 PM, andrzej zaborowski <span dir="ltr"><<a href="mailto:balrogg@gmail.com">balrogg@gmail.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
the other day I talked to Richard Weait on irc about upload utilities<br>
and we thought it would be nice for big uploads, which need to be<br>
split anyway, to be split "logically", so that the changes appear in a<br>
similar order to how a human editor would draw them.  This little<br>
script doesn't exactly achieve this but does the trick for me:<br>
<a href="http://www.openstreetmap.pl/balrog/bulkupload/smarter-sort.py" target="_blank">http://www.openstreetmap.pl/balrog/bulkupload/smarter-sort.py</a><br>
<br>
A number of times I had a situation where my upload script first<br>
uploaded all the payload of new nodes, and then before I finished<br>
uploading ways, a human editor saw unused, untagged nodes and started<br>
deleting them causing conflicts, so now I run this script before<br>
splitting changesets.<br></blockquote><div><br>What converter/upload script are you using that creates node payloads before uploading the ways? I would say that you should be fixing your upload and/or convert script before you worry about sorting changes...<br>
</div></div>