34,000+ OBJECTS TRACKED · LIVE

SPACEDRISHTI

अंतरिक्ष दृष्टि — Space Vision for India

Open-source Space Situational Awareness platform. Track every satellite and debris fragment in real-time 3D. Built for Indian researchers, scientists, and the growing new space ecosystem.

Open Globe →Research ToolsGitHub ↗
Support this project
34k+
Objects Tracked
Daily TLE Sync
5
ISRO Stations
MIT
Open Source
Platform Features

Everything an SSA
researcher needs.

From real-time visualization to scientific analysis tools — all in one open platform, free forever.

🌍
Real-Time 3D Globe

34,000+ objects rendered in WebGL at 60 FPS using GPU instanced mesh. Color-coded by type. Click any object for live telemetry — altitude, speed, lat/lon updated every 5 seconds.

SGP4 Propagation
⚠️
Conjunction Analysis

Detect close approaches between any satellite and the full catalog. Two-pass scan over a 1–7 day window. Returns miss distance, relative velocity, and probability of collision.

Chan Pc Model
📉
Orbital Decay Predictor

Estimate re-entry dates using BSTAR drag term and numerical integration. Shows altitude decay sparkline over time with confidence rating. Best for objects below 600 km.

BSTAR Numerical Model
📡
Pass Prediction

AOS/LOS timing for all 5 ISRO ISTRAC stations. Shows max elevation, azimuth at rise/set, duration, range, and sunlit indicator. Predict up to 72 hours ahead.

5 ISRO Stations
🔌
REST API

Every feature is accessible via API. Query satellite positions, run conjunction analysis, get decay predictions. Integrate directly into Python, MATLAB, or Julia scripts.

No Auth Required
🔄
Auto-Sync Pipeline

GitHub Actions cron pulls fresh TLE data from Space-Track.org twice daily at 11:30 IST and 23:30 IST. Smart epoch deduplication builds a historical archive automatically.

GitHub Actions
Who Uses Space Drishti

Built for India's
space ecosystem.

For Researchers & Scientists
Scientific Analysis Tools
  • Run conjunction screening without access to classified CDM feeds
  • Study orbital decay behavior across debris populations
  • Access ECI state vectors for any object at any timestamp via API
  • Compute ISRO ground station pass schedules for mission planning
  • Use the open REST API in Python / MATLAB / Julia scripts
  • Analyze historical TLE archive built automatically by the sync pipeline
For Space Startups
Mission Infrastructure
  • Know exactly when your satellite passes over Indian ground stations
  • Screen launch orbits for conjunction risks before deployment
  • Monitor your satellite's orbital decay rate in real-time
  • Embed pass prediction into your ground software via REST API
  • Self-host the entire platform on your own infrastructure
  • No per-call pricing, no vendor lock-in — MIT licensed
For Students & Educators
Learn Orbital Mechanics
  • See SGP4 propagation working live on real TLE data
  • Build on top of the open codebase for thesis projects
  • Understand conjunction analysis with real probability estimates
  • Use the 3D globe for classroom demonstrations
  • Full Next.js + Three.js + satellite.js codebase to learn from
  • Great starting point for ISRO internship projects
REST API

Integrate into
your own tools.

Every feature in the platform is also a REST endpoint. Use it from Python, MATLAB, Julia, or any HTTP client. No API key needed on self-hosted instances.

Try Live API ↗
REST API Examples
# Satellite catalog with filters
GET /api/satellites?category=DEBRIS&origin=IND

# Live ECI position + trail
GET /api/satellite/25544?trail_minutes=90

# Conjunction analysis
POST /api/conjunction
{ "norad_id": 25544, "window_days": 3 }

# Orbital decay prediction
GET /api/decay/99025

# Pass times for ISRO Bangalore
GET /api/passes/25544?station=ISTRAC-BLR&hours=48
Ground Infrastructure

ISRO ISTRAC Network.

Pass prediction built around India's primary tracking network. Get AOS/LOS for any station, or all five at once.

ISTRAC Bangalore
12.97°N, 77.59°E · 920m
S · X Band
ISTRAC Lucknow
26.84°N, 80.94°E · 120m
S Band
ISTRAC Mauritius
20.16°S, 57.49°E · 60m
S · X Band
ISTRAC Port Blair
11.62°N, 92.72°E · 30m
S Band
ISTRAC Thiruvananthapuram
8.52°N, 76.93°E · 30m
S · X Band
⚖️
MIT License

Free to use, modify, and distribute — commercially or personally. No restrictions. Attribution appreciated but not required. Fork it and build something great.

📡
Data Source

TLE data from Space-Track.org (18th Space Defense Squadron, US Space Command). Free account required. Auto-synced twice daily.

⚠️
Disclaimer

Research-grade tool. Conjunction Pc values and decay predictions are estimates, not operational warnings. Do not use for spacecraft operations without independent validation.

⭐ OPEN SOURCE · FREE FOREVER

Built for India's
Space Future.

Every line of code is public. Fork it, extend it, self-host it. If this platform saved you time or helped your research, consider supporting its development.

Open Platform →GitHub ↗Support this project