datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
space-track-tle-history
Space-Track TLE History
Complete archive of Two-Line Element (TLE) orbital data for every tracked object in Earth orbit, from 1959 to 2026. Sourced from Space-Track.org bulk exports.
Quick Start
from datasets import load_dataset
# Load a specific year
ds = load_dataset("juliensimon/space-track-tle-history", data_files="data/tle_2024.parquet")
# Load everything (238M rows — use streaming for large-scale analysis)
ds =… See the full description on the dataset page: https://huggingface.co/datasets/juliensimon/space-track-tle-history.space-track-tle-history
Space-Track TLE History
Complete archive of Two-Line Element (TLE) orbital data for every tracked object in Earth orbit, from 1959 to 2026. Sourced from Space-Track.org bulk exports.
Quick Start
from datasets import load_dataset
# Load a specific year
ds = load_dataset("juliensimon/space-track-tle-history", data_files="data/tle_2024.parquet")
# Load everything (238M rows — use streaming for large-scale analysis)ds =… See the full description on the dataset page: https://huggingface.co/datasets/oxzoid/space-track-tle-history.tlem-leaderboard
