osm-tiler is an .osm.pbf tiler for efficiently breaking OpenStreetMap planet files into smaller chunks. It is ideal for distributed processing of OpenStreetMap data, since it groups spatially related data into separate files that do not need to be loaded into memory at once.
osm-tiler planet.osm.pbf -z 7
osm-tiler uses https://github.com/mason to fetch dependencies to ensure a uniform development and build environment.
make osm-tiler
The following command will download necessary sample files, rebuild the binary, and run osm-tiler against an OSM extract.
make test
Downloads a small metro extract for testing osm-tiler.
make chs.osm.pbf
Deletes the osm-tiler binary.
make clean