Developed by Infravis
The application consists of two parts; "model" and "map":
A visualisation of the reason to measure gases emitted by volcanoes.
All main constants are found in ./model/src/constants.js.
eruptiveRegimesdefines the parameter values for different eruptive regimes (weak, transitional, and plinian)eruptionFeaturesdefines what features should be present for each regime. Edit this to change the info box text, sounds, etc.annotationsdefines points of interests that can be placed to annotate the 3D scene.
A map of the location of the volcanoes and real data
The main data file here is ./map/resources/volcanoes.geojson.
To run locally, start a static webserver in this directory. If you have python 3, you can type:
python3 -m http.server 8000A full list of static server oneliners is available here: https://github.com/imgarylai/awesome-webservers