Skip to content

juliangoph/dat101m-final-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Urban Heat Index Explorer

Project Overview

An interactive climate dashboard built using Dash and Plotly to explore long-term trends in Heat Load Index (HLI) across the Philippines from 1950 to 2025. The application features choropleth maps, interactive charts, and guided onboarding to help users visualize regional heat patterns and environmental data over time.

This project is a final requirement submission for DAT101M (Data Science Fundamentals).

You can explore the live version here: https://dat101m-final-project.onrender.com/

Who Should Read This?

Ideal for:

  • Students and educators in data science or environmental studies

  • Researchers analyzing long-term temperature trends

  • Developers working on interactive geospatial dashboards

Installation Guide

  1. Clone the repository:
git clone https://github.com/juliangoph/dat101m-final-project.git
cd dat101m-final-project
  1. (Optional) Create a virtual environment:
python -m venv venv
source venv/bin/activate  # or venv\Scripts\activate on Windows
  1. Install dependencies:
pip install -r requirements.txt

How to Run the App

Make sure the following files are present:

  • data/processed_philippine_cities_monthly.csv
  • data/phl_adm_simple_maps.gpkg
  • Onboarding images in /assets/

Then launch:

python app.py

Visit http://127.0.0.1:8050 to explore the app.

Folder Structure

├── app.py
├── requirements.txt
├── assets/                # Onboarding images and styles
├── data/
│   ├── processed_philippine_cities_monthly.csv
│   └── phl_adm_simple_maps.gpkg
├── README.md              # You're reading it!

Key Features

  • Dynamic map with decade slider and play/pause
  • Region-specific HLI trend analysis
  • Monthly HLI patterns across decades
  • Dual-axis charts for temperature, wind, and radiation
  • Guided onboarding with screenshots

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published