CS530 Introduction to Scientific Visualization final project @Purdue.
A dataset provided by IEEE 2022 SciVis Contest is selected for the project. Follow the instructions below to download the dataset.
Install Python 3.11 or later.
Install Poetry 1.3.2 or later. See Poetry's documentation for details.
Poetry earlier than 1.3 will not work.
Install the project's dependencies:
poetry install --no-root
Activate the virtual environment:
poetry shell
After the environment is setup, run the following command to download the dataset:
python download.py
When the download is complete, run the following command to start the preprocessing:
python extract.py
Start the application with:
python main.py
- IEEE 2022 SciVis Contest: Vorticity-driven Lateral Spread Ensemble Data Set
- Project Proposal
- Project Report
- Project Slides
- App Preview Video
See CONTRIBUTING.md.