Visualisation tools and services for SeaDataCloud
Visualizations of ODV files for SeaDataCloud
docker build -t deltares-jupyter:latest .
docker run -d -p 8888:8888 --name deltares-jupyter --privileged --cap-add SYS_ADMIN --device /dev/fuse deltares-jupyter start-notebook.sh --NotebookApp.token='sdc'
docker exec -it deltares-jupyter bash /etc/init.d/mount-b2drop <B2DROP_APP_USERNAME> <B2DROP_APP_PASSWORD> https://b2drop.eudat.eu/remote.php/webdav/
python setup.py install
conda install pillow
conda install datetime
Start the server
$ sdc_visualization serve dataset.nc
Look at the API response in http://localhost:5000/api/dataset.
Both the start-notebook and the b2drop script use logging to stdout. Both use configurable logging as defined in b-log for bash in python logging.
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
Content type
Image
Digest
Size
1.2 GB
Last updated
almost 6 years ago
docker pull openearth/sdc-visualization-service