An interactive 3D visualization of population density in Keralam built with React, DeckGL, and MapLibre.
🌐 Live URL: population.keralam.co
- 3D extrusion based on population density
- Multiple color palette options
- Dark/Light theme toggle
- Adjustable opacity
- Toggle between 2D and 3D views
- Touch scree-friendly controls
- Progressive data loading with worker thread
- React
- DeckGL
- MapLibre GL
- TypeScript
- Clone the repository:
git clone https://github.com/amith-vp/kerala-population-density-map.git
cd kerala-population-density-map
- Install dependencies:
npm install
- Start the development server:
npm run dev
Population density data is sourced from WorldPop (https://www.worldpop.org/).
MIT License