Skip to content

Randemperson/HacklyticsProject2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌍 VidePax

An interactive 3D globe that visualizes current global challenges as a heatmap, powered by real-world CSV data.

World Crisis Globe

Features

  • Interactive 3D Globe – Drag to rotate, scroll to zoom, auto-rotates slowly
  • GeoJSON Polygon Heatmap – Country-level choropleth coloring with smooth animated transitions between categories
  • Click to Explore – Click any country to open a full detail panel with crisis indices, World Bank stats, a country silhouette, and AI-powered news
  • 7 Crisis Categories – Switch between Conflict, Climate Vulnerability, Food Insecurity, Poverty, Disease Burden, Funding, and Disparity
  • Hover Tooltips – Hover over any country to see its name, severity score, and description
  • AI News Panel – Powered by Gemini 2.5 Flash; generates representative recent headlines for any clicked country
  • World Bank Integration – Live population, GDP, and area data fetched per country
  • Custom CSV Upload – Load your own dataset in the required format
  • Country Silhouette – SVG silhouette of the clicked country rendered from its GeoJSON geometry

Getting Started

git clone https://github.com/Randemperson/HacklyticsProject2.git
cd HacklyticsProject2
npm install
npm run dev

Open http://localhost:5173 in your browser.

CSV Data Format

The app loads public/world_problems.csv by default. Custom CSV files must have these columns:

Column Description
country Country or region name
lat Latitude (decimal degrees)
lng Longitude (decimal degrees)
category One of: conflict, climate, food_insecurity, poverty, disease, funding
value Calculated Severity score of 0–100 (higher = more severe)
description Brief description of the issue

Tech Stack

About

Swivel Earth that

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors