https://github.com/stationa/osmium-tool-docker
Dockerized osmium
https://github.com/stationa/osmium-tool-docker
docker-image geospatial openstreetmaps
Last synced: 3 months ago
JSON representation
Dockerized osmium
- Host: GitHub
- URL: https://github.com/stationa/osmium-tool-docker
- Owner: StationA
- License: mit
- Created: 2018-11-07T19:20:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-04T18:59:23.000Z (over 6 years ago)
- Last Synced: 2025-04-09T20:18:14.832Z (6 months ago)
- Topics: docker-image, geospatial, openstreetmaps
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# osmium-tool-docker
Docker image that wraps up a default installation of [`osmium`](https://osmcode.org/osmium-tool/).
## Building
```
docker build -t stationa/osmium-tool:latest .
```## Running
```
docker run -it stationa/osmium-tool:latest ...
```## Contributing
When contributing to this repository, please follow the steps below:
1. Fork the repository
1. Submit your patch in one commit, or a series of well-defined commits
1. Submit your pull request and make sure you reference the issue you are addressing