An open API service indexing awesome lists of open source software.

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

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