Difference between revisions of "ViSUS Docker OnDemand Conversion"

From
Jump to: navigation, search
(Quick start)
Line 14: Line 14:
 
</syntaxhighlight>
 
</syntaxhighlight>
  
This image contains:  
+
This container provide three services:
 
* the ViSUS Server
 
* the ViSUS Server
* configuration files (see [[ViSUS configuration file]])
+
* conversion service (i.e., currently limited to NetCDF datasets)
* a simple 2D web viewer  
+
* a simple Web viewer  
* some tools to convert data (see [[ViSUS Convert]]).
+
 
 +
== How to request on-demand conversion of a NetCDF dataset ==

Revision as of 17:52, 13 November 2018

Start your Docker and login into your account. If you don't have installed follow these instructions: Docker Documentation

To log in from your terminal:

docker login
Username: your_username
Password: XXXX

Now pull the ViSUS on-demand image:

docker pull visus/ondemand

This container provide three services:

  • the ViSUS Server
  • conversion service (i.e., currently limited to NetCDF datasets)
  • a simple Web viewer

How to request on-demand conversion of a NetCDF dataset