Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.01 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.01 KB

VERTICA_WILDFIRE_DEMO

Wildfire demo with OpenText Vertica and VerticaPy: schema, setup, and interactive map visualization.

Vertica Wildfire Demo

This project demonstrates how to use Vertica and VerticaPy to analyze wildfire data, visualize fire truck positions, and evaluate safe zones.

Files Overview

  • 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.

Usage Instructions

  1. Follow the setup instructions in DOCS/How_to_install_and_run_VerticaPy_README.txt.
  2. Execute the SQL schema script to set up the database.
  3. Use the Python script to query data and visualize it in JupyterLab.

Prerequisites

  • Vertica installed.
  • Python 3.8+.
  • JupyterLab installed with required libraries.