XML format ▸ .osm.pbf - Binary protocol buffer format (much smaller on disk) ▸ Some tools / parsers only work with one format ▸ Convert between formats: ▸ osmosis --read-xml input.osm --write-pbf output.osm.pbf ▸ Filter the file contents: ▸ osmfilter --keep="highway=" input.osm > output.osm 2016-03-02