Tools and Resources

Datasets, dashboards, and code I have built and made public

Datasets

Hourly Mean Radiant Temperature Distribution on a Summer Day, Maricopa County, Arizona, USA

2026
This dataset is a collection of 1-m resolution mean radiant temperature (Tmrt) rasters generated using digital surface models and the Solar and longwave environmental irradiance geometry (SOLWEIG) model. The dataset provides hourly Tmrt covering Maricopa County, Arizona (USA) metropolitan area for one of the hottest days in the summer of 2023.
SOLWEIGRemote SensingThermal Comfort

Dashboards

GBM Basin Explorer

Interactive dashboard for the Ganges–Brahmaputra–Meghna basin reservoir study. Visualizes 30-year storage time series for 1,600+ reservoirs, upstream catchment polygons, hydroclimatic fluxes, and the computed Reservoir Impact Factor (RIF). Built for both researchers and water-resource decision-makers.
HydrologyGISTransboundary Rivers

Phoenix Walkability Weather Risk

A live tracker reporting feels-like temperature (heat + humidity + sun + wind) in Phoenix, AZ and classifying conditions into walkability risk tiers. Auto-updates every 3 hours via GitHub Actions using Open-Meteo data — because a sidewalk is only useful when the climate allows people to walk.
Urban ClimateLive DataWalkability

Code & Repositories

GBM-Reservoir-Dynamics

Watershed delineation pipeline for the Ganges–Brahmaputra–Meghna basin reservoir study. Performs fast watershed delineation for outlet points anywhere on Earth using MERIT-Hydro / MERIT-Basins vector data, with optional high-resolution raster-based delineation. Also extracts upstream and downstream river paths for each outlet and produces interactive HTML map viewers.
PythonHydrologyMERIT-HydroGIS

Vasha-Sikkha

An interactive Flutter mobile app for learning English. Users practice speaking, reading, listening, and writing through lessons of progressively harder tasks — fill-in-the-blanks, sentence matching, MCQs, crossword puzzles, jumbled sentences, and a memory game. User scores are saved to a backend database with a combined leaderboard across all users.
FlutterDartMobile AppEdTech

Gesture-Sensed Snake Game

A classic snake game built on an Atmega32 microcontroller and controlled by hand gestures via an accelerometer sensor instead of buttons. An embedded-systems project exploring real-time sensor input, microcontroller programming in C, and gesture-based interaction.
EmbeddedCAtmega32Accelerometer