id int64 1 112 | name stringlengths 5 50 |
|---|---|
1 | Aryabhata |
2 | Bhaskara-I |
3 | Rohini Technology Payload (RTP) |
4 | Rohini Satellite RS-1 |
5 | Rohini Satellite RS-D1 |
6 | APPLE |
7 | Bhaskara-II |
8 | INSAT-1A |
9 | Rohini Satellite RS-D2 |
10 | INSAT-1B |
11 | SROSS-1 |
12 | IRS-1A |
13 | SROSS-2 |
14 | INSAT-1C |
15 | INSAT-1D |
16 | IRS-1B |
17 | SROSS-C |
18 | INSAT-2A |
19 | INSAT-2B |
20 | IRS-1E |
21 | SROSS-C2 |
22 | IRS-P2 |
23 | INSAT-2C |
24 | IRS-1C |
25 | IRS-P3 |
26 | INSAT-2D |
27 | IRS-1D |
28 | INSAT-2E |
29 | Oceansat(IRS-P4) |
30 | INSAT-3B |
31 | GSAT-1 |
32 | The Technology Experiment Satellite (TES) |
33 | INSAT-3C |
34 | KALPANA-1 |
35 | INSAT-3A |
36 | GSAT-2 |
37 | INSAT-3E |
38 | IRS-P6 / RESOURCESAT-1 |
39 | EDUSAT |
40 | HAMSAT |
41 | CARTOSAT-1 |
42 | INSAT-4A |
43 | INSAT-4C |
44 | SRE-1 |
45 | CARTOSAT-2 |
46 | INSAT-4B |
47 | INSAT-4CR |
48 | CARTOSAT – 2A |
49 | IMS-1 |
50 | Chandrayaan-1 |
51 | RISAT-2 |
52 | Oceansat-2 |
53 | GSAT-4 |
54 | CARTOSAT-2B |
55 | GSAT-5P |
56 | YOUTHSAT |
57 | RESOURCESAT-2 |
58 | GSAT-8 |
59 | GSAT-12 |
60 | Megha-Tropiques |
61 | RISAT-1 |
62 | GSAT-10 |
63 | SARAL |
64 | IRNSS-1A |
65 | INSAT-3D |
66 | GSAT-7 |
67 | Mars Orbiter Mission Spacecraft |
68 | GSAT-14 |
69 | IRNSS-1B |
70 | IRNSS-1C |
71 | GSAT-16 |
72 | Crew module Atmospheric Re-entry Experiment (CARE) |
73 | IRNSS-1D |
74 | GSAT-6 |
75 | Astrosat |
76 | GSAT-15 |
77 | IRNSS-1E |
78 | IRNSS-1F |
79 | IRNSS-1G |
80 | CARTOSAT-2 Series Satellite |
81 | INSAT-3DR |
82 | SCATSAT-1 |
83 | GSAT-18 |
84 | RESOURCESAT-2A |
85 | INS-1B |
86 | INS-1A |
87 | Cartosat -2 Series Satellite |
88 | GSAT-9 |
89 | GSAT-19 |
90 | Cartosat-2 Series Satellite |
91 | GSAT-17 |
92 | IRNSS-1H |
93 | INS-1C |
94 | Cartosat-2 Series Satellite |
95 | Microsat |
96 | GSAT-6A |
97 | IRNSS-1I |
98 | GSAT-29 |
99 | HysIS |
100 | GSAT-11 Mission |
ISRO Missions Data
Part of the Orbital Mechanics Datasets collection on Hugging Face.
Comprehensive data on the Indian Space Research Organisation (ISRO): 112 spacecraft, 81 launch vehicles, 53 customer satellites launched for 22 countries, and 44 research centres across 16 Indian states.
Dataset description
ISRO is India's national space agency, responsible for one of the most cost-effective space programs in the world. Since its founding in 1969, ISRO has developed indigenous launch vehicle families -- the Polar Satellite Launch Vehicle (PSLV), Geosynchronous Satellite Launch Vehicle (GSLV), and the heavy-lift GSLV Mk III (LVM3) -- and built satellite constellations for remote sensing (IRS series), communications (INSAT/GSAT series), and navigation (NavIC/IRNSS). ISRO has achieved landmark interplanetary missions including Chandrayaan-1 (which confirmed water on the Moon), the Mars Orbiter Mission (Mangalyaan, India's first interplanetary probe), Chandrayaan-3 (which successfully landed near the lunar south pole in 2023), and is developing the Gaganyaan crewed spaceflight program.
This dataset captures four dimensions of ISRO's space program: the full catalog of ISRO-built spacecraft, the complete roster of launch vehicles from early SLV-3 experimental flights through modern PSLV and GSLV missions, customer satellites launched by ISRO for international clients (a major commercial activity, with PSLV having launched satellites for dozens of countries), and the network of ISRO research centres and facilities distributed across India.
Configs
spacecraft -- 112 ISRO spacecraft
Every spacecraft built and launched by ISRO.
| Column | Type | Description |
|---|---|---|
id |
int | Unique spacecraft identifier |
name |
string | Spacecraft name (e.g., Aryabhata, INSAT-1A, Chandrayaan-1) |
launchers -- 81 launch vehicles
ISRO launch vehicle missions (SLV, ASLV, PSLV, GSLV variants).
| Column | Type | Description |
|---|---|---|
id |
string | Launcher mission identifier (e.g., PSLV-C2, GSLV-F05) |
customer_satellites -- 53 customer satellites
Satellites launched by ISRO for international customers.
| Column | Type | Description |
|---|---|---|
id |
string | Satellite name/identifier |
country |
string | Customer country |
launch_date |
date | Launch date |
mass_kg |
float | Satellite mass in kilograms |
launcher |
string | ISRO launcher used (e.g., PSLV-C2) |
centres -- 44 ISRO centres
ISRO research centres and facilities across India.
| Column | Type | Description |
|---|---|---|
id |
int | Centre identifier |
name |
string | Centre name |
place |
string | City/location |
state |
string | Indian state |
Quick stats
- 112 ISRO spacecraft from Aryabhata (1975) to present
- 81 launch vehicle missions (SLV, ASLV, PSLV, GSLV, LVM3)
- 53 customer satellites for 22 countries
- 44 research centres across 16 Indian states
Usage
from datasets import load_dataset
spacecraft = load_dataset("juliensimon/isro-missions", "spacecraft", split="train")
launchers = load_dataset("juliensimon/isro-missions", "launchers", split="train")
customer_sats = load_dataset("juliensimon/isro-missions", "customer_satellites", split="train")
centres = load_dataset("juliensimon/isro-missions", "centres", split="train")
# List all ISRO spacecraft
sdf = spacecraft.to_pandas()
print(sdf[["id", "name"]].to_string(index=False))
# Customer satellites by country
cdf = customer_sats.to_pandas()
print(cdf.groupby("country").size().sort_values(ascending=False).head(10))
# PSLV missions
ldf = launchers.to_pandas()
pslv = ldf[ldf["id"].str.startswith("PSLV")]
print(f"{len(pslv)} PSLV missions")
Data source
ISRO API -- community-maintained open API for ISRO spacecraft, launchers, and mission data. Based on publicly available ISRO records.
Update schedule
Static dataset -- rebuilt manually when the source API is updated.
Related datasets
- space-missions -- Global space mission history
- spacecraft -- Spacecraft database
- gcat-satellite-catalog -- GCAT satellite catalog
- space-agencies -- Space agency data
Pipeline
Source code: juliensimon/space-datasets
Support
If you find this dataset useful, please give it a ❤️ on the dataset page and share feedback in the Community tab! Also consider giving a ⭐️ to the space-datasets repo.
Citation
@dataset{isro_missions,
author = {Simon, Julien},
title = {ISRO Missions Data},
year = {2026},
publisher = {Hugging Face},
url = {https://huggingface.co/datasets/juliensimon/isro-missions},
note = {Based on community ISRO API (isro.vercel.app)}
}
License
- Downloads last month
- 5