joto / osmium

C++/Javascript framework for working with OSM files.
http://wiki.openstreetmap.org/wiki/Osmium
GNU General Public License v3.0
123 stars 31 forks source link

Xml bz2 output #10

Closed MaZderMind closed 13 years ago

MaZderMind commented 13 years ago

This adds bz2-support to the xml writer. It does so by providing a framework-method "open_osmfile_writer" similar to "parse_osmfile". It starts a "bzip2" process and pipes the output of the xml writer directly to the stdin of this process.

joto commented 13 years ago

Similar functionality was added in commit 0978dc011c881df46f9f0c8d7b5296b5b901aa4f.