Skip to content

Commit 2b3e5ae

Browse files
Added location information for McGregor test facility
1 parent d854a85 commit 2b3e5ae

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

data/launchpads.rb

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@
33
{
44
id: 'RDF',
55
name: 'Rocket Development Facility',
6-
city: 'McGregor',
7-
state: 'Texas',
86
size_acres: 4000,
97
year_built: 2003,
8+
location: {
9+
name: 'McGregor',
10+
region: 'Texas',
11+
latitude: 31.399045,
12+
longitude: -97.462644
13+
}
1014
engines_tested: [
1115
'Merlin',
1216
'Draco'

0 commit comments

Comments
 (0)