Skip to content

Arink1/intelligence-app

Repository files navigation

Intelligence App

Interactive geospatial data-visualization web app.

Stack: React · TypeScript · Deck.gl · Mapbox GL · Vite

What it does

A React dashboard for exploring large geospatial datasets. Uses Deck.gl layered on top of Mapbox to render aggregated point, heatmap, and hex-bin views at interactive framerates. Supports layer toggling, attribute-based filtering, and on-map inspection of underlying records.

Quick start

# 1. Install dependencies
npm install

# 2. Copy env template and fill in your keys
cp .env.example .env
# Edit .env with your Mapbox token and data source API keys

# 3. Run the dev server
npm run dev

Features

  • Deck.gl layer compositing over Mapbox
  • Hex-bin and heatmap aggregation at scale
  • Attribute-based filtering and search
  • On-map record inspection
  • Client-side rendering of 100k+ points

License

All rights reserved.

About

Interactive geospatial data-visualization app — Deck.gl + Mapbox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors