Hello !
I want to read a big
but this does not work : no error, but osmosis is running forever. asked 12 Jan '18, 21:42 djakk |
This problem is explained in https://wiki.openstreetmap.org/wiki/Osmosis/Detailed_Usage_0.46: "If both inputs for the merge are coming from the same thread (e.g. using the tee task followed by the merge task), Osmosis will experience deadlock and the operation will never finish. One solution to this deadlock problem is to read the data in two separate tasks." It might be easier to simply read the file twice. If you can use the osmium-tool command line program, that will be even quicker. answered 12 Jan '18, 22:31 Frederik Ramm ♦ Thanks a lot Frederik ! I've just installed osmium this morning, it is very fast indeed :O
(13 Jan '18, 09:58)
djakk
|