Wildfire demo with OpenText Vertica and VerticaPy: schema, setup, and interactive map visualization.
This project demonstrates how to use Vertica and VerticaPy to analyze wildfire data, visualize fire truck positions, and evaluate safe zones.
- SCRIPTS/create_schema_for_Vertica_wildfire_demo.sql: SQL script to create the necessary schema for wildfire data in Vertica.
- SCRIPTS/jupiter_lab_cells_for_the_fire_trucks_demo.py: Python script to query data and visualize it on an interactive map.
- DOCS/How_to_install_and_run_VerticaPy_README.txt: Instructions to install VerticaPy and set up JupyterLab.
- Follow the setup instructions in
DOCS/How_to_install_and_run_VerticaPy_README.txt
. - Execute the SQL schema script to set up the database.
- Use the Python script to query data and visualize it in JupyterLab.
- Vertica installed.
- Python 3.8+.
- JupyterLab installed with required libraries.