Sign inSign up

tomasanda/noisemodelling

By tomasanda

Updated over 3 years ago

NoiseModelling library images built from https://github.com/Universite-Gustave-Eiffel/NoiseModelling

Image
2

2.0K

tomasanda/noisemodelling repository overview

NoiseModelling docker image

Docker image for the NoiseModelling library which is capable of producing noise maps of cities.

docker run -dt --name noisemodelling -p 9580:9580 --mount type=bind,source="$(pwd)"/data,target=/data tomasanda/noisemodelling:latest

Dockerhub

In the Dockerhub repository you'll find the following images/tags:

  • stable release tags (e.g. 4.0.3)
  • latest, updated from NoiseModelling Github repository

Example docker-compose.yml

  • Create a docker-compose.yml and paste the content below.
  • Create a data folder in the same directory to be able to mount it as a volume.
  • Add your desired files in the folder.
version: '3'
services:
  noisemodelling:
    image: tomasanda/noisemodelling:latest
    container_name: noisemodelling_latest
    ports:
      - "9580:9580"
    volumes:
      - type: bind
        source: ./data
        target: /data

Tag summary

Content type

Image

Digest

sha256:2207e259f

Size

509.9 MB

Last updated

over 3 years ago

docker pull tomasanda/noisemodelling