Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

seanwu1105/valley-wildfire-viz

Repository files navigation

Visualize Wildfire Spread Progress in Valley

CS530 Introduction to Scientific Visualization final project @Purdue.

preview

animation

Dataset

A dataset provided by IEEE 2022 SciVis Contest is selected for the project. Follow the instructions below to download the dataset.

Getting Started

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

References

Contributing

See CONTRIBUTING.md.

About

CS530 Introduction to Scientific Visualization final project @Purdue.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages