Unfortunately, I'm getting an error: SEVER: Thread for task 1-read-xml-change failed org.openstreetmap.osmosis.core.OsmosisRuntimeException: This does not appear to be an OSM Change XML file. ........
Here is my (minimal) command line (I checked the hashes and decompressed the changesets before hand), (I also checked the hash of the planet file): lbzip2 -dkc planet-160718.osm.bz2 | pv -WcarbB 100m | osmosis --read-xml-change file=changesets-160725.osm compressionMethod=none --read-xml file=/dev/stdin compressionMethod=none --apply-change --write-xml file=- compressionMethod=none | pv -WcarbB 100m | lbzip2 -z4c5 > planet-160725.osm.bz2 In the unlikely event that decompression resulted in a corrupted file, I did try using the compressed and md5sum verified originals, but still got the same error. Thanks, David _______________________________________________ osmosis-dev mailing list [email protected] https://lists.openstreetmap.org/listinfo/osmosis-dev
