Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,140 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
# Dataset Card for Hohmann Titan Orbit Mission Dataset
|
3 |
+
|
4 |
+
|
5 |
+
# Metadata
|
6 |
+
pretty_name: "Hohmann Titan Orbit Mission Dataset"
|
7 |
+
type: synthetic
|
8 |
+
language: en
|
9 |
+
tags:
|
10 |
+
- space mission
|
11 |
+
- titan
|
12 |
+
- synthetic dataset
|
13 |
+
- mission simulation
|
14 |
+
- aerospace
|
15 |
+
- simulation
|
16 |
+
|
17 |
+
# Dataset Information
|
18 |
+
task_categories:
|
19 |
+
- other
|
20 |
+
task_ids:
|
21 |
+
- closed-domain-qa
|
22 |
+
|
23 |
+
# Licensing
|
24 |
+
license: mit
|
25 |
+
license_links:
|
26 |
+
- https://opensource.org/licenses/MIT
|
27 |
+
|
28 |
+
|
29 |
+
# Version and Date
|
30 |
+
dataset_version: "1.0.0"
|
31 |
+
dataset_release_date: "2024-12-03"
|
32 |
+
|
33 |
+
# Authorship
|
34 |
+
dataset_authors:
|
35 |
+
- name: "A Taylor"
|
36 |
+
affiliations:
|
37 |
+
|
38 |
+
|
39 |
+
# Card Details
|
40 |
+
annotations_creators:
|
41 |
+
- no-annotation
|
42 |
+
language_creators:
|
43 |
+
- other
|
44 |
+
|
45 |
+
# Dataset Description
|
46 |
+
description: >
|
47 |
+
A comprehensive synthetic dataset simulating a space probe mission to Titan
|
48 |
+
using advanced propulsion and gravitational assist techniques. The dataset
|
49 |
+
provides researchers with a realistic, multi-dimensional dataset for studying
|
50 |
+
interplanetary mission design, trajectory optimization, and propulsion system performance.
|
51 |
+
|
52 |
+
# Dataset Features
|
53 |
+
features:
|
54 |
+
- name: initial_total_mass
|
55 |
+
description: Total initial spacecraft mass
|
56 |
+
type: float
|
57 |
+
unit: kg
|
58 |
+
- name: dry_mass
|
59 |
+
description: Spacecraft mass without propellant
|
60 |
+
type: float
|
61 |
+
unit: kg
|
62 |
+
- name: thrust_level
|
63 |
+
description: Hall effect thruster thrust level
|
64 |
+
type: float
|
65 |
+
unit: mN
|
66 |
+
- name: launch_vehicle
|
67 |
+
description: Type of launch vehicle used
|
68 |
+
type: categorical
|
69 |
+
|
70 |
+
# Additional Metadata
|
71 |
+
source_datasets: []
|
72 |
+
size_categories:
|
73 |
+
- 100K<n<1M
|
74 |
+
data_preview_url: null
|
75 |
+
|
76 |
+
# Dataset Statistics
|
77 |
+
dataset_info:
|
78 |
+
total_entries: 700
|
79 |
+
total_features: 22
|
80 |
+
generation_method: "Scientifically constrained stochastic generation"
|
81 |
+
|
82 |
+
# Research Applications
|
83 |
+
research_applications:
|
84 |
+
- Trajectory optimization algorithms
|
85 |
+
- Electric propulsion system modeling
|
86 |
+
- Mission risk assessment
|
87 |
+
- Machine learning training for aerospace decision support
|
88 |
+
|
89 |
+
# Ethical Considerations
|
90 |
+
ethical_considerations:
|
91 |
+
- Fully synthetic dataset
|
92 |
+
- No proprietary information
|
93 |
+
- Suitable for academic research and open scientific inquiry
|
94 |
+
|
95 |
+
# Limitations
|
96 |
+
limitations:
|
97 |
+
- Synthetic nature of the data
|
98 |
+
- Represents simulated scenarios
|
99 |
+
- Requires validation against real-world mission data
|
100 |
+
|
101 |
+
# Citation
|
102 |
+
citation: |
|
103 |
+
@dataset{hohmann_titan_orbit_2024,
|
104 |
+
title = {Hohmann Titan Orbit Mission Synthetic Dataset},
|
105 |
+
author = {A Taylor},
|
106 |
+
year = {2024},
|
107 |
+
version = {1.0.0},
|
108 |
+
url = {https://github.com/your-repository/hohmann-titan-orbit-dataset}
|
109 |
+
}
|
110 |
+
---
|
111 |
+
|
112 |
+
# Hohmann Titan Orbit Mission Dataset Card
|
113 |
+
|
114 |
+
## 🚀 Dataset Overview
|
115 |
+
|
116 |
+
This synthetic dataset provides a comprehensive simulation of an interplanetary mission to Titan, utilizing advanced propulsion techniques and gravitational assists.
|
117 |
+
|
118 |
+
## 📊 Dataset Characteristics
|
119 |
+
|
120 |
+
- **Total Entries:** 700
|
121 |
+
- **Features:** 22
|
122 |
+
- **Generation Method:** Scientifically constrained stochastic generation
|
123 |
+
|
124 |
+
## 🔍 Detailed Dataset Information
|
125 |
+
|
126 |
+
### 📈 Feature Categories
|
127 |
+
- Spacecraft Parameters
|
128 |
+
- Propulsion System
|
129 |
+
- Celestial Mechanics
|
130 |
+
- Gravity Assist Parameters
|
131 |
+
- Environmental Factors
|
132 |
+
- Mission Constraints
|
133 |
+
- Trajectory Data
|
134 |
+
- Operational Data
|
135 |
+
- Scientific Instrumentation
|
136 |
+
- Mission Context
|
137 |
+
|
138 |
+
## 📧 Contact
|
139 |
+
|
140 |
+
For more information, please contact A Taylor
|