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

Provide Dockerfile #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Provide Dockerfile #28

wants to merge 1 commit into from

Conversation

hbruch
Copy link

@hbruch hbruch commented Dec 7, 2020

This PR provides a multi-stage docker build to for sharedstreets-builder.

@chelsey
Copy link

chelsey commented May 10, 2021

hi! thanks for this. I've built and run this locally with error, so I might be missing something providing. How are you passing in the the input file and output file when you run this?

@hbruch
Copy link
Author

hbruch commented May 10, 2021

Hi @chelsey, should have provided some documentation, sorry... I mount some host directories and run like e.g.

docker run --rm -v $PWD/tmp:/tmp -v $PWD/data:/data -v $PWD/out/:/out/ mfdz/sharedstreets-builder --input /data/osm/baden-wuerttemberg-latest.osm.pbf --output /out/shst/tiles/osm/latest --roadClasses 8

@chelsey
Copy link

chelsey commented May 12, 2021

thanks @hbruch ! 👍 Just to report back -- I successfully built and ran this with the data/nyc_test.pbf dataset, so +1 to getting this merged upstream.

(fwiw, I have encountered memory issues running this container against other datasets, but those workarounds are probably outside of the scope of this PR.)

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

Successfully merging this pull request may close these issues.

2 participants