Skip to content

experimental osm pbf tiler for efficiently breaking planet files into small chunks

License

Notifications You must be signed in to change notification settings

mapbox/osm-tiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

osm-tiler

Build Status

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.

Use

osm-tiler planet.osm.pbf -z 7

Build

osm-tiler uses https://github.com/mason to fetch dependencies to ensure a uniform development and build environment.

make osm-tiler

Test

The following command will download necessary sample files, rebuild the binary, and run osm-tiler against an OSM extract.

make test

Download

Downloads a small metro extract for testing osm-tiler.

make chs.osm.pbf

Clean

Deletes the osm-tiler binary.

make clean

About

experimental osm pbf tiler for efficiently breaking planet files into small chunks

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages