Demonstration of IR2MA earth observation WMS services.
Uses docker-compose to run the demo in a local JupyterLab instance.
The notebooks are under directory 'demoroot/notebooks'.
The docker image is built with docker-compose
:
docker-compose build
The built container bundles the notebooks and supporting files.
docker-compose up
Open your browser at http://0.0.0.0:8888
Use the commandline arg to mount the local notebook files into the running container for local development...
docker-compose -f docker-compose-dev.yml up