The default ITK/VTK Viewer page lets you drag and drop or select a data file from your local filesystem to visualize. Once you have loaded data with this progressive web app, the app will also work offline.
Additionally, visualization links for data files available on the web can be created by providing extra arguments to the app URL. The resulting link can be quickly shared to distribute interative visualizations for your data.
For example,
The extra argument, ?fileToLoad=[...]
, uses a full http://
url to the data file.
An additional parameter can be added to force the slice viewing mode. Just add ?use2D
or ?fileToLoad=[..]&use2D
inside the URL.