Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

output to osm.pbf #5

Closed
morganherlocker opened this issue Apr 6, 2016 · 1 comment
Closed

output to osm.pbf #5

morganherlocker opened this issue Apr 6, 2016 · 1 comment

Comments

@morganherlocker
Copy link
Contributor

Similar to the geojson output option, but this would output a complete osm.pbf tile for each tile. The data would be indexed using the same method as any other case, but the geometries constructed would be tossed out after the osm.pbf subset was created. We can lean on libosmium for writing and compressing this data. The structure would look like:

./output/{{X}}/{{Y}}/{{Z}}/data.osm.pbf

These extracts would take a bit more work to use in processors, but would allow for maximum flexibility using node-osmium.

@morganherlocker
Copy link
Contributor Author

Punting on this for now, but may reopen later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant