thrustcurve-db 3.0.0 → 3.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/thrustcurve-db.json +354 -78
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thrustcurve-db",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "type": "module",
5
5
  "description": "ThrustCurve.org model rocket motor and thrust curve data as a single JSON file",
6
6
  "exports": {
@@ -1094,7 +1094,7 @@
1094
1094
  "designation": "A3",
1095
1095
  "diameter": 13,
1096
1096
  "impulseClass": "A",
1097
- "infoUrl": "http://nar.org/SandT/pdf/Estes/A3T.pdf",
1097
+ "infoUrl": "https://nar.org/SandT/pdf/Estes/Estes_A3T_2022.pdf",
1098
1098
  "length": 45,
1099
1099
  "manufacturer": "Estes Industries",
1100
1100
  "manufacturerAbbrev": "Estes",
@@ -1207,7 +1207,7 @@
1207
1207
  "totImpulseNs": 2.5,
1208
1208
  "totalWeightG": 8.5,
1209
1209
  "type": "SU",
1210
- "updatedOn": "2022-02-19"
1210
+ "updatedOn": "2022-07-27"
1211
1211
  },
1212
1212
  {
1213
1213
  "availability": "regular",
@@ -2288,7 +2288,7 @@
2288
2288
  "designation": "C5",
2289
2289
  "diameter": 18,
2290
2290
  "impulseClass": "C",
2291
- "infoUrl": "http://nar.org/SandT/pdf/Estes/C5.pdf",
2291
+ "infoUrl": "https://nar.org/SandT/pdf/Estes/Estes_C5_2019.pdf",
2292
2292
  "length": 70,
2293
2293
  "manufacturer": "Estes Industries",
2294
2294
  "manufacturerAbbrev": "Estes",
@@ -2429,7 +2429,7 @@
2429
2429
  "totImpulseNs": 7.79,
2430
2430
  "totalWeightG": 24.8,
2431
2431
  "type": "SU",
2432
- "updatedOn": "2020-10-16"
2432
+ "updatedOn": "2022-07-27"
2433
2433
  },
2434
2434
  {
2435
2435
  "availability": "regular",
@@ -3806,9 +3806,9 @@
3806
3806
  ]
3807
3807
  ],
3808
3808
  "totImpulseNs": 16.84,
3809
- "totalWeightG": 45.7,
3809
+ "totalWeightG": 44,
3810
3810
  "type": "SU",
3811
- "updatedOn": "2020-12-12"
3811
+ "updatedOn": "2022-07-27"
3812
3812
  },
3813
3813
  {
3814
3814
  "availability": "regular",
@@ -4289,6 +4289,7 @@
4289
4289
  "designation": "E6",
4290
4290
  "diameter": 24,
4291
4291
  "impulseClass": "E",
4292
+ "infoUrl": "https://nar.org/SandT/pdf/Aerotech/E6.pdf",
4292
4293
  "length": 70,
4293
4294
  "manufacturer": "AeroTech",
4294
4295
  "manufacturerAbbrev": "AeroTech",
@@ -4375,7 +4376,7 @@
4375
4376
  ],
4376
4377
  "totImpulseNs": 40,
4377
4378
  "type": "SU",
4378
- "updatedOn": "2020-11-26"
4379
+ "updatedOn": "2022-07-20"
4379
4380
  },
4380
4381
  {
4381
4382
  "availability": "regular",
@@ -7052,6 +7053,7 @@
7052
7053
  "designation": "F23FJ/L",
7053
7054
  "diameter": 29,
7054
7055
  "impulseClass": "F",
7056
+ "infoUrl": "https://nar.org/SandT/pdf/Aerotech/F23FJ.pdf",
7055
7057
  "length": 83,
7056
7058
  "manufacturer": "AeroTech",
7057
7059
  "manufacturerAbbrev": "AeroTech",
@@ -7188,7 +7190,7 @@
7188
7190
  "totImpulseNs": 41.2,
7189
7191
  "totalWeightG": 82.3,
7190
7192
  "type": "SU",
7191
- "updatedOn": "2019-04-17"
7193
+ "updatedOn": "2022-08-09"
7192
7194
  },
7193
7195
  {
7194
7196
  "availability": "regular",
@@ -7201,6 +7203,7 @@
7201
7203
  "designation": "F23-RCW-SK",
7202
7204
  "diameter": 32,
7203
7205
  "impulseClass": "F",
7206
+ "infoUrl": "https://nar.org/SandT/pdf/Aerotech/F23RCWSK.pdf",
7204
7207
  "length": 107,
7205
7208
  "manufacturer": "AeroTech",
7206
7209
  "manufacturerAbbrev": "AeroTech",
@@ -7345,7 +7348,7 @@
7345
7348
  "totImpulseNs": 70,
7346
7349
  "totalWeightG": 128.7,
7347
7350
  "type": "reload",
7348
- "updatedOn": "2019-04-17"
7351
+ "updatedOn": "2022-07-20"
7349
7352
  },
7350
7353
  {
7351
7354
  "availability": "OOP",
@@ -7620,7 +7623,7 @@
7620
7623
  {
7621
7624
  "availability": "regular",
7622
7625
  "avgThrustN": 26,
7623
- "burnTimeS": 2.392,
7626
+ "burnTimeS": 2.39,
7624
7627
  "certOrg": "National Association of Rocketry",
7625
7628
  "commonName": "F26",
7626
7629
  "dataFiles": 2,
@@ -7628,6 +7631,7 @@
7628
7631
  "designation": "F26FJ",
7629
7632
  "diameter": 29,
7630
7633
  "impulseClass": "F",
7634
+ "infoUrl": "https://nar.org/SandT/pdf/Aerotech/F26FJ.pdf",
7631
7635
  "length": 98,
7632
7636
  "manufacturer": "AeroTech",
7633
7637
  "manufacturerAbbrev": "AeroTech",
@@ -7700,7 +7704,7 @@
7700
7704
  "totImpulseNs": 62.2,
7701
7705
  "totalWeightG": 101,
7702
7706
  "type": "SU",
7703
- "updatedOn": "2019-04-17"
7707
+ "updatedOn": "2022-07-20"
7704
7708
  },
7705
7709
  {
7706
7710
  "availability": "OOP",
@@ -8464,6 +8468,7 @@
8464
8468
  "designation": "F42T/L",
8465
8469
  "diameter": 29,
8466
8470
  "impulseClass": "F",
8471
+ "infoUrl": "https://nar.org/SandT/pdf/Aerotech/F42.pdf",
8467
8472
  "length": 83,
8468
8473
  "manufacturer": "AeroTech",
8469
8474
  "manufacturerAbbrev": "AeroTech",
@@ -8528,7 +8533,7 @@
8528
8533
  "totImpulseNs": 52.9,
8529
8534
  "totalWeightG": 75.9,
8530
8535
  "type": "SU",
8531
- "updatedOn": "2019-04-17"
8536
+ "updatedOn": "2022-08-09"
8532
8537
  },
8533
8538
  {
8534
8539
  "availability": "regular",
@@ -16009,7 +16014,7 @@
16009
16014
  "designation": "H210R",
16010
16015
  "diameter": 29,
16011
16016
  "impulseClass": "H",
16012
- "infoUrl": "http://nar.org/SandT/pdf/Aerotech/H220.pdf",
16017
+ "infoUrl": "https://nar.org/SandT/pdf/Aerotech/H210.pdf",
16013
16018
  "length": 238,
16014
16019
  "manufacturer": "AeroTech",
16015
16020
  "manufacturerAbbrev": "AeroTech",
@@ -16130,7 +16135,7 @@
16130
16135
  "totImpulseNs": 215.4,
16131
16136
  "totalWeightG": 246.4,
16132
16137
  "type": "reload",
16133
- "updatedOn": "2019-04-17"
16138
+ "updatedOn": "2022-07-20"
16134
16139
  },
16135
16140
  {
16136
16141
  "availability": "regular",
@@ -16204,6 +16209,7 @@
16204
16209
  "designation": "H220T",
16205
16210
  "diameter": 29,
16206
16211
  "impulseClass": "H",
16212
+ "infoUrl": "https://nar.org/SandT/pdf/Aerotech/H220.pdf",
16207
16213
  "length": 238,
16208
16214
  "manufacturer": "AeroTech",
16209
16215
  "manufacturerAbbrev": "AeroTech",
@@ -16256,7 +16262,7 @@
16256
16262
  "totImpulseNs": 220,
16257
16263
  "totalWeightG": 250,
16258
16264
  "type": "reload",
16259
- "updatedOn": "2019-04-17"
16265
+ "updatedOn": "2022-07-20"
16260
16266
  },
16261
16267
  {
16262
16268
  "availability": "regular",
@@ -16633,7 +16639,7 @@
16633
16639
  {
16634
16640
  "availability": "regular",
16635
16641
  "avgThrustN": 268,
16636
- "burnTimeS": 1.194,
16642
+ "burnTimeS": 1.19,
16637
16643
  "caseInfo": "RMS-29/360",
16638
16644
  "certOrg": "National Association of Rocketry",
16639
16645
  "commonName": "H268",
@@ -16642,6 +16648,7 @@
16642
16648
  "designation": "H268R",
16643
16649
  "diameter": 29,
16644
16650
  "impulseClass": "H",
16651
+ "infoUrl": "https://nar.org/SandT/pdf/Aerotech/H268.pdf",
16645
16652
  "length": 333,
16646
16653
  "manufacturer": "AeroTech",
16647
16654
  "manufacturerAbbrev": "AeroTech",
@@ -16761,7 +16768,7 @@
16761
16768
  "totImpulseNs": 320,
16762
16769
  "totalWeightG": 358.4,
16763
16770
  "type": "reload",
16764
- "updatedOn": "2019-04-17"
16771
+ "updatedOn": "2022-07-20"
16765
16772
  },
16766
16773
  {
16767
16774
  "availability": "OOP",
@@ -20602,7 +20609,7 @@
20602
20609
  {
20603
20610
  "availability": "regular",
20604
20611
  "avgThrustN": 218,
20605
- "burnTimeS": 1.514,
20612
+ "burnTimeS": 1.51,
20606
20613
  "caseInfo": "RMS-38/360",
20607
20614
  "certOrg": "National Association of Rocketry",
20608
20615
  "commonName": "I218",
@@ -20611,6 +20618,7 @@
20611
20618
  "designation": "I218R",
20612
20619
  "diameter": 38,
20613
20620
  "impulseClass": "I",
20621
+ "infoUrl": "https://nar.org/SandT/pdf/Aerotech/I218.pdf",
20614
20622
  "length": 203,
20615
20623
  "manufacturer": "AeroTech",
20616
20624
  "manufacturerAbbrev": "AeroTech",
@@ -20730,7 +20738,7 @@
20730
20738
  "totImpulseNs": 330,
20731
20739
  "totalWeightG": 371.8,
20732
20740
  "type": "reload",
20733
- "updatedOn": "2019-04-17"
20741
+ "updatedOn": "2022-07-23"
20734
20742
  },
20735
20743
  {
20736
20744
  "availability": "regular",
@@ -21717,7 +21725,7 @@
21717
21725
  {
21718
21726
  "availability": "regular",
21719
21727
  "avgThrustN": 285,
21720
- "burnTimeS": 1.474,
21728
+ "burnTimeS": 1.47,
21721
21729
  "caseInfo": "RMS-38/480",
21722
21730
  "certOrg": "National Association of Rocketry",
21723
21731
  "commonName": "I285",
@@ -21726,6 +21734,7 @@
21726
21734
  "designation": "I285R",
21727
21735
  "diameter": 38,
21728
21736
  "impulseClass": "I",
21737
+ "infoUrl": "https://nar.org/SandT/pdf/Aerotech/I285R.pdf",
21729
21738
  "length": 250,
21730
21739
  "manufacturer": "AeroTech",
21731
21740
  "manufacturerAbbrev": "AeroTech",
@@ -21845,7 +21854,7 @@
21845
21854
  "totImpulseNs": 420,
21846
21855
  "totalWeightG": 492.8,
21847
21856
  "type": "reload",
21848
- "updatedOn": "2019-04-17"
21857
+ "updatedOn": "2022-07-23"
21849
21858
  },
21850
21859
  {
21851
21860
  "availability": "OOP",
@@ -50701,6 +50710,7 @@
50701
50710
  "designation": "G71R",
50702
50711
  "diameter": 29,
50703
50712
  "impulseClass": "G",
50713
+ "infoUrl": "https://nar.org/SandT/pdf/Aerotech/G71R.pdf",
50704
50714
  "length": 124,
50705
50715
  "manufacturer": "AeroTech",
50706
50716
  "manufacturerAbbrev": "AeroTech",
@@ -50993,7 +51003,7 @@
50993
51003
  "totImpulseNs": 107,
50994
51004
  "totalWeightG": 147,
50995
51005
  "type": "reload",
50996
- "updatedOn": "2019-04-17"
51006
+ "updatedOn": "2022-07-20"
50997
51007
  },
50998
51008
  {
50999
51009
  "availability": "OOP",
@@ -51006,6 +51016,7 @@
51006
51016
  "designation": "WW-38-390",
51007
51017
  "diameter": 38,
51008
51018
  "impulseClass": "I",
51019
+ "infoUrl": "https://nar.org/SandT/pdf/Animal/I195WW.pdf",
51009
51020
  "length": 249,
51010
51021
  "manufacturer": "Animal Motor Works",
51011
51022
  "manufacturerAbbrev": "AMW",
@@ -51145,7 +51156,7 @@
51145
51156
  ],
51146
51157
  "totImpulseNs": 358,
51147
51158
  "type": "reload",
51148
- "updatedOn": "2019-04-17"
51159
+ "updatedOn": "2022-07-24"
51149
51160
  },
51150
51161
  {
51151
51162
  "availability": "OOP",
@@ -51439,6 +51450,7 @@
51439
51450
  "designation": "F27R/L",
51440
51451
  "diameter": 29,
51441
51452
  "impulseClass": "F",
51453
+ "infoUrl": "https://nar.org/SandT/pdf/Aerotech/F27.pdf",
51442
51454
  "length": 83,
51443
51455
  "manufacturer": "AeroTech",
51444
51456
  "manufacturerAbbrev": "AeroTech",
@@ -51579,7 +51591,7 @@
51579
51591
  "totImpulseNs": 49.6,
51580
51592
  "totalWeightG": 80,
51581
51593
  "type": "SU",
51582
- "updatedOn": "2019-04-17"
51594
+ "updatedOn": "2022-08-09"
51583
51595
  },
51584
51596
  {
51585
51597
  "availability": "regular",
@@ -51593,6 +51605,7 @@
51593
51605
  "designation": "G69N",
51594
51606
  "diameter": 38,
51595
51607
  "impulseClass": "G",
51608
+ "infoUrl": "https://nar.org/SandT/pdf/Aerotech/G69.pdf",
51596
51609
  "length": 106,
51597
51610
  "manufacturer": "AeroTech",
51598
51611
  "manufacturerAbbrev": "AeroTech",
@@ -51717,7 +51730,7 @@
51717
51730
  "totImpulseNs": 136.7,
51718
51731
  "totalWeightG": 201,
51719
51732
  "type": "reload",
51720
- "updatedOn": "2019-04-17"
51733
+ "updatedOn": "2022-07-20"
51721
51734
  },
51722
51735
  {
51723
51736
  "availability": "regular",
@@ -51885,6 +51898,7 @@
51885
51898
  "designation": "M650W",
51886
51899
  "diameter": 75,
51887
51900
  "impulseClass": "M",
51901
+ "infoUrl": "https://nar.org/SandT/pdf/Aerotech/M650W.pdf",
51888
51902
  "length": 801,
51889
51903
  "manufacturer": "AeroTech",
51890
51904
  "manufacturerAbbrev": "AeroTech",
@@ -51981,7 +51995,7 @@
51981
51995
  "totImpulseNs": 5964,
51982
51996
  "totalWeightG": 5125,
51983
51997
  "type": "reload",
51984
- "updatedOn": "2020-01-27"
51998
+ "updatedOn": "2022-07-23"
51985
51999
  },
51986
52000
  {
51987
52001
  "availability": "regular",
@@ -51995,6 +52009,7 @@
51995
52009
  "designation": "M750W",
51996
52010
  "diameter": 98,
51997
52011
  "impulseClass": "M",
52012
+ "infoUrl": "https://nar.org/SandT/pdf/Aerotech/M750W.pdf",
51998
52013
  "length": 732,
51999
52014
  "manufacturer": "AeroTech",
52000
52015
  "manufacturerAbbrev": "AeroTech",
@@ -52087,7 +52102,7 @@
52087
52102
  "totImpulseNs": 9325,
52088
52103
  "totalWeightG": 8776,
52089
52104
  "type": "reload",
52090
- "updatedOn": "2019-04-17"
52105
+ "updatedOn": "2022-07-23"
52091
52106
  },
52092
52107
  {
52093
52108
  "availability": "OOP",
@@ -53341,6 +53356,7 @@
53341
53356
  "designation": "G53FJ",
53342
53357
  "diameter": 29,
53343
53358
  "impulseClass": "G",
53359
+ "infoUrl": "https://nar.org/SandT/pdf/Aerotech/G53FJ.pdf",
53344
53360
  "length": 124,
53345
53361
  "manufacturer": "AeroTech",
53346
53362
  "manufacturerAbbrev": "AeroTech",
@@ -53481,7 +53497,7 @@
53481
53497
  "totImpulseNs": 90.9,
53482
53498
  "totalWeightG": 146,
53483
53499
  "type": "reload",
53484
- "updatedOn": "2019-04-17"
53500
+ "updatedOn": "2022-07-20"
53485
53501
  },
53486
53502
  {
53487
53503
  "availability": "regular",
@@ -54327,7 +54343,6 @@
54327
54343
  "designation": "I599N",
54328
54344
  "diameter": 54,
54329
54345
  "impulseClass": "I",
54330
- "infoUrl": "http://www.aerotech-rocketry.com/customersite/resource_library/Certification_Documents/Tripoli/reloadable/rms-54_426/i599n_tra_cert.pdf",
54331
54346
  "length": 156,
54332
54347
  "manufacturer": "AeroTech",
54333
54348
  "manufacturerAbbrev": "AeroTech",
@@ -55759,6 +55774,7 @@
55759
55774
  "designation": "E11J",
55760
55775
  "diameter": 24,
55761
55776
  "impulseClass": "E",
55777
+ "infoUrl": "https://nar.org/SandT/pdf/Aerotech/E11.pdf",
55762
55778
  "length": 70,
55763
55779
  "manufacturer": "AeroTech",
55764
55780
  "manufacturerAbbrev": "AeroTech",
@@ -55811,7 +55827,7 @@
55811
55827
  "totImpulseNs": 32.74,
55812
55828
  "totalWeightG": 62.4,
55813
55829
  "type": "reload",
55814
- "updatedOn": "2019-04-17"
55830
+ "updatedOn": "2022-07-20"
55815
55831
  },
55816
55832
  {
55817
55833
  "availability": "regular",
@@ -58595,6 +58611,7 @@
58595
58611
  "designation": "G76G",
58596
58612
  "diameter": 29,
58597
58613
  "impulseClass": "G",
58614
+ "infoUrl": "https://nar.org/SandT/pdf/Aerotech/G76G.pdf",
58598
58615
  "length": 124,
58599
58616
  "manufacturer": "AeroTech",
58600
58617
  "manufacturerAbbrev": "AeroTech",
@@ -58735,7 +58752,7 @@
58735
58752
  "totImpulseNs": 118,
58736
58753
  "totalWeightG": 147,
58737
58754
  "type": "reload",
58738
- "updatedOn": "2019-04-17"
58755
+ "updatedOn": "2022-07-20"
58739
58756
  },
58740
58757
  {
58741
58758
  "availability": "regular",
@@ -62709,6 +62726,7 @@
62709
62726
  "designation": "F35W",
62710
62727
  "diameter": 24,
62711
62728
  "impulseClass": "F",
62729
+ "infoUrl": "https://nar.org/SandT/pdf/Aerotech/F35W.pdf",
62712
62730
  "length": 95,
62713
62731
  "manufacturer": "AeroTech",
62714
62732
  "manufacturerAbbrev": "AeroTech",
@@ -62853,12 +62871,12 @@
62853
62871
  "totImpulseNs": 57.1,
62854
62872
  "totalWeightG": 85,
62855
62873
  "type": "reload",
62856
- "updatedOn": "2019-04-17"
62874
+ "updatedOn": "2022-07-20"
62857
62875
  },
62858
62876
  {
62859
62877
  "availability": "regular",
62860
62878
  "avgThrustN": 79.9,
62861
- "burnTimeS": 1.378,
62879
+ "burnTimeS": 1.38,
62862
62880
  "certOrg": "National Association of Rocketry",
62863
62881
  "commonName": "G78",
62864
62882
  "dataFiles": 3,
@@ -62866,6 +62884,7 @@
62866
62884
  "designation": "G78G/L",
62867
62885
  "diameter": 29,
62868
62886
  "impulseClass": "G",
62887
+ "infoUrl": "https://nar.org/SandT/pdf/Aerotech/G78G.pdf",
62869
62888
  "length": 124,
62870
62889
  "manufacturer": "AeroTech",
62871
62890
  "manufacturerAbbrev": "AeroTech",
@@ -63006,7 +63025,7 @@
63006
63025
  "totImpulseNs": 109.9,
63007
63026
  "totalWeightG": 125,
63008
63027
  "type": "SU",
63009
- "updatedOn": "2019-04-17"
63028
+ "updatedOn": "2022-07-20"
63010
63029
  },
63011
63030
  {
63012
63031
  "availability": "regular",
@@ -65392,6 +65411,7 @@
65392
65411
  "designation": "G79W/L",
65393
65412
  "diameter": 29,
65394
65413
  "impulseClass": "G",
65414
+ "infoUrl": "https://nar.org/SandT/pdf/Aerotech/G79.pdf",
65395
65415
  "length": 124,
65396
65416
  "manufacturer": "AeroTech",
65397
65417
  "manufacturerAbbrev": "AeroTech",
@@ -65536,7 +65556,7 @@
65536
65556
  "totImpulseNs": 108.3,
65537
65557
  "totalWeightG": 124,
65538
65558
  "type": "SU",
65539
- "updatedOn": "2019-04-17"
65559
+ "updatedOn": "2022-07-20"
65540
65560
  },
65541
65561
  {
65542
65562
  "availability": "regular",
@@ -65549,6 +65569,7 @@
65549
65569
  "designation": "G77R/L",
65550
65570
  "diameter": 29,
65551
65571
  "impulseClass": "G",
65572
+ "infoUrl": "https://nar.org/SandT/pdf/Aerotech/G77.pdf",
65552
65573
  "length": 124,
65553
65574
  "manufacturer": "AeroTech",
65554
65575
  "manufacturerAbbrev": "AeroTech",
@@ -65685,7 +65706,7 @@
65685
65706
  "totImpulseNs": 102.9,
65686
65707
  "totalWeightG": 122.5,
65687
65708
  "type": "SU",
65688
- "updatedOn": "2019-04-17"
65709
+ "updatedOn": "2022-07-20"
65689
65710
  },
65690
65711
  {
65691
65712
  "availability": "OOP",
@@ -65698,6 +65719,7 @@
65698
65719
  "designation": "G142T",
65699
65720
  "diameter": 29,
65700
65721
  "impulseClass": "G",
65722
+ "infoUrl": "https://nar.org/SandT/pdf/Aerotech/G142.pdf",
65701
65723
  "length": 113,
65702
65724
  "manufacturer": "AeroTech",
65703
65725
  "manufacturerAbbrev": "AeroTech",
@@ -65842,7 +65864,7 @@
65842
65864
  "totImpulseNs": 84.3,
65843
65865
  "totalWeightG": 98,
65844
65866
  "type": "SU",
65845
- "updatedOn": "2020-11-26"
65867
+ "updatedOn": "2022-07-20"
65846
65868
  },
65847
65869
  {
65848
65870
  "availability": "regular",
@@ -67247,7 +67269,7 @@
67247
67269
  {
67248
67270
  "availability": "regular",
67249
67271
  "avgThrustN": 34.1,
67250
- "burnTimeS": 1.659,
67272
+ "burnTimeS": 1.66,
67251
67273
  "certOrg": "National Association of Rocketry",
67252
67274
  "commonName": "F32",
67253
67275
  "dataFiles": 2,
@@ -67255,6 +67277,7 @@
67255
67277
  "designation": "F32T",
67256
67278
  "diameter": 24,
67257
67279
  "impulseClass": "F",
67280
+ "infoUrl": "https://nar.org/SandT/pdf/Aerotech/F32T.pdf",
67258
67281
  "length": 95,
67259
67282
  "manufacturer": "AeroTech",
67260
67283
  "manufacturerAbbrev": "AeroTech",
@@ -67395,7 +67418,7 @@
67395
67418
  "totImpulseNs": 56.9,
67396
67419
  "totalWeightG": 64,
67397
67420
  "type": "SU",
67398
- "updatedOn": "2019-04-17"
67421
+ "updatedOn": "2022-07-20"
67399
67422
  },
67400
67423
  {
67401
67424
  "availability": "OOP",
@@ -76737,11 +76760,10 @@
76737
76760
  0
76738
76761
  ]
76739
76762
  ],
76740
- "sparky": true,
76741
76763
  "totImpulseNs": 311.7,
76742
76764
  "totalWeightG": 319,
76743
76765
  "type": "reload",
76744
- "updatedOn": "2019-04-17"
76766
+ "updatedOn": "2022-07-21"
76745
76767
  },
76746
76768
  {
76747
76769
  "availability": "regular",
@@ -78056,6 +78078,7 @@
78056
78078
  "designation": "I250",
78057
78079
  "diameter": 54,
78058
78080
  "impulseClass": "I",
78081
+ "infoUrl": "https://nar.org/SandT/pdf/Alpha/I250.pdf",
78059
78082
  "length": 711,
78060
78083
  "manufacturer": "Alpha Hybrids",
78061
78084
  "manufacturerAbbrev": "Alpha",
@@ -78195,7 +78218,7 @@
78195
78218
  "totImpulseNs": 540,
78196
78219
  "totalWeightG": 1854,
78197
78220
  "type": "hybrid",
78198
- "updatedOn": "2019-04-17"
78221
+ "updatedOn": "2022-07-24"
78199
78222
  },
78200
78223
  {
78201
78224
  "availability": "regular",
@@ -81143,6 +81166,7 @@
81143
81166
  "designation": "I49N",
81144
81167
  "diameter": 38,
81145
81168
  "impulseClass": "I",
81169
+ "infoUrl": "https://nar.org/SandT/pdf/Aerotech/I49N.pdf",
81146
81170
  "length": 184,
81147
81171
  "manufacturer": "AeroTech",
81148
81172
  "manufacturerAbbrev": "AeroTech",
@@ -81267,7 +81291,7 @@
81267
81291
  "totImpulseNs": 383,
81268
81292
  "totalWeightG": 398,
81269
81293
  "type": "reload",
81270
- "updatedOn": "2019-04-17"
81294
+ "updatedOn": "2022-07-23"
81271
81295
  },
81272
81296
  {
81273
81297
  "availability": "regular",
@@ -81281,6 +81305,7 @@
81281
81305
  "designation": "I59WN",
81282
81306
  "diameter": 38,
81283
81307
  "impulseClass": "I",
81308
+ "infoUrl": "https://nar.org/SandT/pdf/Aerotech/I59WN.pdf",
81284
81309
  "length": 232,
81285
81310
  "manufacturer": "AeroTech",
81286
81311
  "manufacturerAbbrev": "AeroTech",
@@ -81437,7 +81462,7 @@
81437
81462
  "totImpulseNs": 486,
81438
81463
  "totalWeightG": 487,
81439
81464
  "type": "reload",
81440
- "updatedOn": "2020-11-12"
81465
+ "updatedOn": "2022-07-23"
81441
81466
  },
81442
81467
  {
81443
81468
  "availability": "regular",
@@ -83372,6 +83397,7 @@
83372
83397
  "designation": "D10W",
83373
83398
  "diameter": 18,
83374
83399
  "impulseClass": "D",
83400
+ "infoUrl": "https://nar.org/SandT/pdf/Aerotech/D10.pdf",
83375
83401
  "length": 70,
83376
83402
  "manufacturer": "AeroTech",
83377
83403
  "manufacturerAbbrev": "AeroTech",
@@ -83480,7 +83506,7 @@
83480
83506
  "totImpulseNs": 18.75,
83481
83507
  "totalWeightG": 25.9,
83482
83508
  "type": "SU",
83483
- "updatedOn": "2019-04-17"
83509
+ "updatedOn": "2022-07-20"
83484
83510
  },
83485
83511
  {
83486
83512
  "availability": "regular",
@@ -87529,6 +87555,7 @@
87529
87555
  "designation": "E20W",
87530
87556
  "diameter": 24,
87531
87557
  "impulseClass": "E",
87558
+ "infoUrl": "https://nar.org/SandT/pdf/Aerotech/E20.pdf",
87532
87559
  "length": 70,
87533
87560
  "manufacturer": "AeroTech",
87534
87561
  "manufacturerAbbrev": "AeroTech",
@@ -87673,7 +87700,7 @@
87673
87700
  "totImpulseNs": 35,
87674
87701
  "totalWeightG": 49,
87675
87702
  "type": "SU",
87676
- "updatedOn": "2019-04-17"
87703
+ "updatedOn": "2022-07-20"
87677
87704
  },
87678
87705
  {
87679
87706
  "availability": "OOP",
@@ -92109,7 +92136,6 @@
92109
92136
  "designation": "K375NW",
92110
92137
  "diameter": 54,
92111
92138
  "impulseClass": "K",
92112
- "infoUrl": "http://www.aerotech-rocketry.com/uploads/622f5f6f-1f96-4bf0-91dc-d448f50294c1_k375nw_tra_cert.pdf",
92113
92139
  "length": 579,
92114
92140
  "manufacturer": "AeroTech",
92115
92141
  "manufacturerAbbrev": "AeroTech",
@@ -92264,7 +92290,6 @@
92264
92290
  "designation": "K480W",
92265
92291
  "diameter": 54,
92266
92292
  "impulseClass": "K",
92267
- "infoUrl": "http://www.aerotech-rocketry.com/uploads/1af6a123-3137-4584-b6dd-0b544de4d73c_k480w_tra_cert.pdf",
92268
92293
  "length": 579,
92269
92294
  "manufacturer": "AeroTech",
92270
92295
  "manufacturerAbbrev": "AeroTech",
@@ -94229,7 +94254,7 @@
94229
94254
  "manufacturerAbbrev": "Cesaroni",
94230
94255
  "maxThrustN": 181.2,
94231
94256
  "motorId": "5f4294d20002310000000393",
94232
- "propInfo": "White Thunder",
94257
+ "propInfo": "White",
94233
94258
  "propWeightG": 79.1,
94234
94259
  "samples": [
94235
94260
  [
@@ -94348,7 +94373,7 @@
94348
94373
  "totImpulseNs": 142.3,
94349
94374
  "totalWeightG": 172.5,
94350
94375
  "type": "reload",
94351
- "updatedOn": "2019-04-17"
94376
+ "updatedOn": "2022-08-24"
94352
94377
  },
94353
94378
  {
94354
94379
  "availability": "regular",
@@ -98265,7 +98290,7 @@
98265
98290
  {
98266
98291
  "availability": "regular",
98267
98292
  "avgThrustN": 30.4,
98268
- "burnTimeS": 1.546,
98293
+ "burnTimeS": 1.55,
98269
98294
  "certOrg": "National Association of Rocketry",
98270
98295
  "commonName": "F30",
98271
98296
  "dataFiles": 2,
@@ -98273,6 +98298,7 @@
98273
98298
  "designation": "F30FJ",
98274
98299
  "diameter": 24,
98275
98300
  "impulseClass": "F",
98301
+ "infoUrl": "https://nar.org/SandT/pdf/Aerotech/F30FJ.pdf",
98276
98302
  "length": 95,
98277
98303
  "manufacturer": "AeroTech",
98278
98304
  "manufacturerAbbrev": "AeroTech",
@@ -98373,12 +98399,12 @@
98373
98399
  "totImpulseNs": 47,
98374
98400
  "totalWeightG": 70.6,
98375
98401
  "type": "SU",
98376
- "updatedOn": "2019-04-17"
98402
+ "updatedOn": "2022-07-20"
98377
98403
  },
98378
98404
  {
98379
98405
  "availability": "regular",
98380
98406
  "avgThrustN": 138,
98381
- "burnTimeS": 1.138,
98407
+ "burnTimeS": 1.14,
98382
98408
  "caseInfo": "RMS-29/40-120",
98383
98409
  "certOrg": "National Association of Rocketry",
98384
98410
  "commonName": "G138",
@@ -98387,6 +98413,7 @@
98387
98413
  "designation": "HP-G138T",
98388
98414
  "diameter": 29,
98389
98415
  "impulseClass": "G",
98416
+ "infoUrl": "https://nar.org/SandT/pdf/Aerotech/G138T.pdf",
98390
98417
  "length": 124,
98391
98418
  "manufacturer": "AeroTech",
98392
98419
  "manufacturerAbbrev": "AeroTech",
@@ -98559,7 +98586,7 @@
98559
98586
  "totImpulseNs": 157.1,
98560
98587
  "totalWeightG": 148,
98561
98588
  "type": "reload",
98562
- "updatedOn": "2019-04-17"
98589
+ "updatedOn": "2022-07-20"
98563
98590
  },
98564
98591
  {
98565
98592
  "availability": "regular",
@@ -103809,7 +103836,7 @@
103809
103836
  "designation": "G40",
103810
103837
  "diameter": 29,
103811
103838
  "impulseClass": "G",
103812
- "infoUrl": "http://www.nar.org/SandT/pdf/Aerotech/G40.pdf",
103839
+ "infoUrl": "https://nar.org/SandT/pdf/Estes/G40.pdf",
103813
103840
  "length": 124,
103814
103841
  "manufacturer": "Estes Industries",
103815
103842
  "manufacturerAbbrev": "Estes",
@@ -103873,7 +103900,7 @@
103873
103900
  "totImpulseNs": 97.14,
103874
103901
  "totalWeightG": 122.9,
103875
103902
  "type": "SU",
103876
- "updatedOn": "2019-10-05"
103903
+ "updatedOn": "2022-07-17"
103877
103904
  },
103878
103905
  {
103879
103906
  "availability": "OOP",
@@ -103896,7 +103923,7 @@
103896
103923
  "totImpulseNs": 136.6,
103897
103924
  "totalWeightG": 128.3,
103898
103925
  "type": "SU",
103899
- "updatedOn": "2020-12-01"
103926
+ "updatedOn": "2022-07-27"
103900
103927
  },
103901
103928
  {
103902
103929
  "availability": "regular",
@@ -106519,6 +106546,7 @@
106519
106546
  "designation": "F44W",
106520
106547
  "diameter": 24,
106521
106548
  "impulseClass": "F",
106549
+ "infoUrl": "https://nar.org/SandT/pdf/Aerotech/F44W.pdf",
106522
106550
  "length": 70,
106523
106551
  "manufacturer": "AeroTech",
106524
106552
  "manufacturerAbbrev": "AeroTech",
@@ -106627,7 +106655,7 @@
106627
106655
  "totImpulseNs": 41.5,
106628
106656
  "totalWeightG": 48,
106629
106657
  "type": "SU",
106630
- "updatedOn": "2019-04-17"
106658
+ "updatedOn": "2022-07-20"
106631
106659
  },
106632
106660
  {
106633
106661
  "availability": "regular",
@@ -106640,6 +106668,7 @@
106640
106668
  "designation": "G74W",
106641
106669
  "diameter": 29,
106642
106670
  "impulseClass": "G",
106671
+ "infoUrl": "https://nar.org/SandT/pdf/Aerotech/G74W.pdf",
106643
106672
  "length": 93,
106644
106673
  "manufacturer": "AeroTech",
106645
106674
  "manufacturerAbbrev": "AeroTech",
@@ -106772,7 +106801,7 @@
106772
106801
  "totImpulseNs": 82.75,
106773
106802
  "totalWeightG": 87,
106774
106803
  "type": "SU",
106775
- "updatedOn": "2019-04-17"
106804
+ "updatedOn": "2022-07-20"
106776
106805
  },
106777
106806
  {
106778
106807
  "availability": "OOP",
@@ -106930,7 +106959,7 @@
106930
106959
  "avgThrustN": 3.83,
106931
106960
  "burnTimeS": 1.26,
106932
106961
  "certOrg": "Austrialian Model Rocket Society Inc.",
106933
- "commonName": "B4",
106962
+ "commonName": "B6",
106934
106963
  "dataFiles": 1,
106935
106964
  "designation": "SCR-B6",
106936
106965
  "diameter": 18,
@@ -106980,17 +107009,17 @@
106980
107009
  0.06723
106981
107010
  ]
106982
107011
  ],
106983
- "totImpulseNs": 4.844,
107012
+ "totImpulseNs": 4.84,
106984
107013
  "totalWeightG": 19,
106985
107014
  "type": "SU",
106986
- "updatedOn": "2019-04-17"
107015
+ "updatedOn": "2022-07-13"
106987
107016
  },
106988
107017
  {
106989
107018
  "availability": "regular",
106990
- "avgThrustN": 3.056,
107019
+ "avgThrustN": 3.06,
106991
107020
  "burnTimeS": 2.89,
106992
107021
  "certOrg": "Austrialian Model Rocket Society Inc.",
106993
- "commonName": "C3",
107022
+ "commonName": "C6",
106994
107023
  "dataFiles": 1,
106995
107024
  "delays": "0,3,5",
106996
107025
  "designation": "SCR-C6",
@@ -107049,17 +107078,17 @@
107049
107078
  0
107050
107079
  ]
107051
107080
  ],
107052
- "totImpulseNs": 8.831,
107081
+ "totImpulseNs": 8.83,
107053
107082
  "totalWeightG": 25,
107054
107083
  "type": "SU",
107055
- "updatedOn": "2019-04-17"
107084
+ "updatedOn": "2022-07-13"
107056
107085
  },
107057
107086
  {
107058
107087
  "availability": "regular",
107059
- "avgThrustN": 3.172,
107088
+ "avgThrustN": 3.17,
107060
107089
  "burnTimeS": 0.75,
107061
107090
  "certOrg": "Austrialian Model Rocket Society Inc.",
107062
- "commonName": "A3",
107091
+ "commonName": "A8",
107063
107092
  "dataFiles": 1,
107064
107093
  "delays": "3,5",
107065
107094
  "designation": "SCR-A8",
@@ -107068,7 +107097,7 @@
107068
107097
  "length": 70,
107069
107098
  "manufacturer": "Southern Cross Rocketry",
107070
107099
  "manufacturerAbbrev": "SCR",
107071
- "maxThrustN": 7.183,
107100
+ "maxThrustN": 7.18,
107072
107101
  "motorId": "5f4294d20002310000000404",
107073
107102
  "propInfo": "black powder",
107074
107103
  "propWeightG": 3,
@@ -107110,10 +107139,10 @@
107110
107139
  0.01681
107111
107140
  ]
107112
107141
  ],
107113
- "totImpulseNs": 2.379,
107142
+ "totImpulseNs": 2.38,
107114
107143
  "totalWeightG": 15,
107115
107144
  "type": "SU",
107116
- "updatedOn": "2019-04-17"
107145
+ "updatedOn": "2022-07-13"
107117
107146
  },
107118
107147
  {
107119
107148
  "availability": "regular",
@@ -107369,7 +107398,6 @@
107369
107398
  "designation": "HP-J425R",
107370
107399
  "diameter": 38,
107371
107400
  "impulseClass": "J",
107372
- "infoUrl": "http://www.aerotech-rocketry.com/uploads/bcecbdad-bb22-4917-91e5-c5722068cd5c_AT%20J425R%20SU%20jun%2019.pdf",
107373
107401
  "length": 356,
107374
107402
  "manufacturer": "AeroTech",
107375
107403
  "manufacturerAbbrev": "AeroTech",
@@ -107763,7 +107791,7 @@
107763
107791
  "designation": "C3.4T",
107764
107792
  "diameter": 18,
107765
107793
  "impulseClass": "C",
107766
- "infoUrl": "http://www.nar.org/SandT/pdf/Aerotech/C3.4.pdf",
107794
+ "infoUrl": "https://nar.org/SandT/pdf/Aerotech/AT_C3.4_2015.pdf",
107767
107795
  "length": 72,
107768
107796
  "manufacturer": "AeroTech",
107769
107797
  "manufacturerAbbrev": "AeroTech",
@@ -107872,7 +107900,7 @@
107872
107900
  "totImpulseNs": 8.96,
107873
107901
  "totalWeightG": 23.9,
107874
107902
  "type": "reload",
107875
- "updatedOn": "2022-03-20"
107903
+ "updatedOn": "2022-07-20"
107876
107904
  },
107877
107905
  {
107878
107906
  "availability": "regular",
@@ -110490,7 +110518,6 @@
110490
110518
  "designation": "M1350W",
110491
110519
  "diameter": 75,
110492
110520
  "impulseClass": "M",
110493
- "infoUrl": "http://www.aerotech-rocketry.com/uploads/65f78a00-dd5e-4366-a872-95927bbedc31_AT%20M1350W%20SU%20jun%2019.pdf",
110494
110521
  "length": 622,
110495
110522
  "manufacturer": "AeroTech",
110496
110523
  "manufacturerAbbrev": "AeroTech",
@@ -116920,7 +116947,7 @@
116920
116947
  "diameter": 24,
116921
116948
  "impulseClass": "F",
116922
116949
  "infoUrl": "http://www.nar.org/SandT/pdf/Aerotech/AT_F51NT_2017.pdf",
116923
- "length": 117,
116950
+ "length": 95,
116924
116951
  "manufacturer": "AeroTech",
116925
116952
  "manufacturerAbbrev": "AeroTech",
116926
116953
  "maxThrustN": 76.53,
@@ -117028,7 +117055,7 @@
117028
117055
  "totImpulseNs": 55.11,
117029
117056
  "totalWeightG": 81,
117030
117057
  "type": "reload",
117031
- "updatedOn": "2020-11-26"
117058
+ "updatedOn": "2022-07-16"
117032
117059
  },
117033
117060
  {
117034
117061
  "availability": "regular",
@@ -120161,7 +120188,6 @@
120161
120188
  "designation": "G42",
120162
120189
  "diameter": 24,
120163
120190
  "impulseClass": "G",
120164
- "infoUrl": "http://www.aerotech-rocketry.com/customersite/resource_library/Certification_Documents/NAR/single-use/24mm_mr_su/g42w_nar_cert.pdf",
120165
120191
  "length": 144,
120166
120192
  "manufacturer": "AeroTech",
120167
120193
  "manufacturerAbbrev": "AeroTech",
@@ -121779,5 +121805,255 @@
121779
121805
  "totalWeightG": 60.7,
121780
121806
  "type": "SU",
121781
121807
  "updatedOn": "2022-06-07"
121808
+ },
121809
+ {
121810
+ "availability": "regular",
121811
+ "avgThrustN": 1777,
121812
+ "burnTimeS": 1.37,
121813
+ "caseInfo": "RMS-75/2560",
121814
+ "certOrg": "Tripoli Rocketry Association, Inc.",
121815
+ "commonName": "K1800",
121816
+ "dataFiles": 1,
121817
+ "delays": "P",
121818
+ "designation": "K1800ST-P",
121819
+ "diameter": 75,
121820
+ "impulseClass": "K",
121821
+ "length": 492,
121822
+ "manufacturer": "AeroTech",
121823
+ "manufacturerAbbrev": "AeroTech",
121824
+ "maxThrustN": 2082,
121825
+ "motorId": "62f9c49d6ae9e200040442ab",
121826
+ "propInfo": "Super Thunder",
121827
+ "propWeightG": 1113,
121828
+ "samples": [
121829
+ [
121830
+ 0,
121831
+ 0
121832
+ ],
121833
+ [
121834
+ 0.012,
121835
+ 9.756
121836
+ ],
121837
+ [
121838
+ 0.018,
121839
+ 19.51
121840
+ ],
121841
+ [
121842
+ 0.022,
121843
+ 39.02
121844
+ ],
121845
+ [
121846
+ 0.025,
121847
+ 180.5
121848
+ ],
121849
+ [
121850
+ 0.029,
121851
+ 578
121852
+ ],
121853
+ [
121854
+ 0.035,
121855
+ 1298
121856
+ ],
121857
+ [
121858
+ 0.038,
121859
+ 1720
121860
+ ],
121861
+ [
121862
+ 0.042,
121863
+ 1924
121864
+ ],
121865
+ [
121866
+ 0.046,
121867
+ 1868
121868
+ ],
121869
+ [
121870
+ 0.05,
121871
+ 1780
121872
+ ],
121873
+ [
121874
+ 0.052,
121875
+ 1698
121876
+ ],
121877
+ [
121878
+ 0.056,
121879
+ 1639
121880
+ ],
121881
+ [
121882
+ 0.06,
121883
+ 1683
121884
+ ],
121885
+ [
121886
+ 0.065,
121887
+ 1734
121888
+ ],
121889
+ [
121890
+ 0.071,
121891
+ 1695
121892
+ ],
121893
+ [
121894
+ 0.077,
121895
+ 1668
121896
+ ],
121897
+ [
121898
+ 0.084,
121899
+ 1717
121900
+ ],
121901
+ [
121902
+ 0.093,
121903
+ 1693
121904
+ ],
121905
+ [
121906
+ 0.102,
121907
+ 1732
121908
+ ],
121909
+ [
121910
+ 0.114,
121911
+ 1744
121912
+ ],
121913
+ [
121914
+ 0.134,
121915
+ 1759
121916
+ ],
121917
+ [
121918
+ 0.163,
121919
+ 1793
121920
+ ],
121921
+ [
121922
+ 0.212,
121923
+ 1851
121924
+ ],
121925
+ [
121926
+ 0.262,
121927
+ 1900
121928
+ ],
121929
+ [
121930
+ 0.363,
121931
+ 1983
121932
+ ],
121933
+ [
121934
+ 0.447,
121935
+ 2029
121936
+ ],
121937
+ [
121938
+ 0.524,
121939
+ 2056
121940
+ ],
121941
+ [
121942
+ 0.621,
121943
+ 2076
121944
+ ],
121945
+ [
121946
+ 0.695,
121947
+ 2071
121948
+ ],
121949
+ [
121950
+ 0.769,
121951
+ 2037
121952
+ ],
121953
+ [
121954
+ 0.81,
121955
+ 1993
121956
+ ],
121957
+ [
121958
+ 0.852,
121959
+ 1946
121960
+ ],
121961
+ [
121962
+ 0.891,
121963
+ 1910
121964
+ ],
121965
+ [
121966
+ 0.947,
121967
+ 1861
121968
+ ],
121969
+ [
121970
+ 0.997,
121971
+ 1798
121972
+ ],
121973
+ [
121974
+ 1.045,
121975
+ 1732
121976
+ ],
121977
+ [
121978
+ 1.086,
121979
+ 1671
121980
+ ],
121981
+ [
121982
+ 1.143,
121983
+ 1593
121984
+ ],
121985
+ [
121986
+ 1.205,
121987
+ 1507
121988
+ ],
121989
+ [
121990
+ 1.249,
121991
+ 1456
121992
+ ],
121993
+ [
121994
+ 1.287,
121995
+ 1424
121996
+ ],
121997
+ [
121998
+ 1.307,
121999
+ 1434
122000
+ ],
122001
+ [
122002
+ 1.322,
122003
+ 1432
122004
+ ],
122005
+ [
122006
+ 1.332,
122007
+ 1361
122008
+ ],
122009
+ [
122010
+ 1.34,
122011
+ 1244
122012
+ ],
122013
+ [
122014
+ 1.346,
122015
+ 1105
122016
+ ],
122017
+ [
122018
+ 1.349,
122019
+ 1010
122020
+ ],
122021
+ [
122022
+ 1.353,
122023
+ 912.2
122024
+ ],
122025
+ [
122026
+ 1.357,
122027
+ 785.4
122028
+ ],
122029
+ [
122030
+ 1.364,
122031
+ 612.2
122032
+ ],
122033
+ [
122034
+ 1.374,
122035
+ 434.1
122036
+ ],
122037
+ [
122038
+ 1.386,
122039
+ 253.7
122040
+ ],
122041
+ [
122042
+ 1.401,
122043
+ 104.9
122044
+ ],
122045
+ [
122046
+ 1.414,
122047
+ 31.71
122048
+ ],
122049
+ [
122050
+ 1.424,
122051
+ 0
122052
+ ]
122053
+ ],
122054
+ "totImpulseNs": 2444,
122055
+ "totalWeightG": 2772,
122056
+ "type": "reload",
122057
+ "updatedOn": "2022-08-15"
121782
122058
  }
121783
122059
  ]