This dataset was constructed from the mdcodes.mat (Dewey 1999, 2021). This is provided for use by wire(), chain() and float(). Users will seldom need to consult this table directly, but those that do should note that Dewey's lengths in cm have been converted to m.

data(mooringElements)

References

Dewey, Richard K. "Mooring Design & Dynamics-a Matlab® Package for Designing and Analyzing Oceanographic Moorings." Marine Models, vol. 1, no. 1 (December 1, 1999): 103–57. https://doi.org/10.1016/S1369-9350(00)00002-X

Dewey, Richard. "Mooring Design and Dynamics: A Matlab Package for Designing and Testing Oceanographic Moorings And Towed Bodies." Accessed May 15, 2021. http://canuck.seos.uvic.ca/rkd/mooring/mdd/mdd.php http://canuck.seos.uvic.ca/rkd/mooring/moordyn.php

Examples

library(mooring)
data(mooringElements)
mooringElements
#> $anchors
#>                     name  buoyancy  height    area  CD code source
#> 1                1 rotor    -6.953 0.06350 0.01854 1.3   NA   CMAR
#> 2                2 rotor   -13.907 0.07874 0.03708 1.3   NA   CMAR
#> 3                3 rotor   -20.860 0.09398 0.05563 1.3   NA   CMAR
#> 4                4 rotor   -27.814 0.10922 0.07417 1.3   NA   CMAR
#> 5                5 rotor   -34.767 0.12446 0.09271 1.3   NA   CMAR
#> 6                6 rotor   -41.720 0.13970 0.11125 1.3   NA   CMAR
#> 7                7 rotor   -48.674 0.15494 0.12979 1.3   NA   CMAR
#> 8                8 rotor   -55.627 0.17018 0.14834 1.3   NA   CMAR
#> 9                9 rotor   -62.580 0.18542 0.16688 1.3   NA   CMAR
#> 10              10 rotor   -69.534 0.20066 0.18542 1.3   NA   CMAR
#> 11       1 Railway Wheel  -350.000 0.15000 0.15000 1.3    1  Dewey
#> 12      2 Railway Wheels  -700.000 0.35000 0.35000 1.3    1  Dewey
#> 13      3 Railway Wheels -1050.000 0.55000 0.55000 1.3    1  Dewey
#> 14      4 Railway Wheels -1400.000 0.70000 0.70000 1.3    1  Dewey
#> 15      1 Concrete Block  -200.000 0.50000 0.40000 1.3    1  Dewey
#> 16     2 Concrete Blocks  -400.000 0.70000 0.70000 1.3    1  Dewey
#> 17     3 Concrete Blocks  -600.000 1.00000 1.00000 1.3    1  Dewey
#> 18         1 Tire-St+Con  -115.000 0.15000 0.07500 1.3    1  Dewey
#> 19     1 Large St/C Tire  -150.000 0.15000 0.07500 1.3    1  Dewey
#> 20         3 trainwheels -1050.000 0.55000 0.00000 1.3   NA kelley
#> 21   8x8x16 cinder block    -9.370 0.20300 0.08260 1.3   NA kelley
#> 22 8x8x16 concrete block   -13.300 0.20300 0.08260 1.3   NA kelley
#>         originalName
#> 1                  -
#> 2                  -
#> 3                  -
#> 4                  -
#> 5                  -
#> 6                  -
#> 7                  -
#> 8                  -
#> 9                  -
#> 10                 -
#> 11   1 Railway Wheel
#> 12  2 Railway Wheels
#> 13  3 Railway Wheels
#> 14  4 Railway Wheels
#> 15  1 Concrete Block
#> 16 2 Concrete Blocks
#> 17 3 Concrete Blocks
#> 18     1 Tire-St+Con
#> 19 1 Large St/C Tire
#> 20              <NA>
#> 21              <NA>
#> 22              <NA>
#> 
#> $chains
#>                      name buoyancyPerMeter areaPerMeter  CD code source
#> 1  5/8in galvanized chain           -4.323       0.0572 1.3   NA    BIO
#> 2          1/4in chain SL           -1.690       0.0150 1.3    1  Dewey
#> 3          3/8in chain SL           -2.330       0.0220 1.3    1  Dewey
#> 4          1/2in chain SL           -4.120       0.0300 1.3    1  Dewey
#> 5              1 chain SL          -13.000       0.0400 1.3    1  Dewey
#> 6          1/2in chain LL           -3.100       0.0300 1.3    1  Dewey
#> 7        3/8in buoy chain           -1.677       0.0200 1.3    1  Dewey
#> 8        1/2in buoy chain           -3.070       0.0250 1.3    1  Dewey
#> 9        5/8in buoy chain           -4.730       0.0350 1.3    1  Dewey
#> 10       3/4in buoy chain           -6.870       0.0400 1.3    1  Dewey
#> 11         1in buoy chain          -12.250       0.0500 1.3    1  Dewey
#>              originalName
#> 1  5/8"  GALVANIZED CHAIN
#> 2            1/4 chain SL
#> 3            3/8 chain SL
#> 4            1/2 chain SL
#> 5              1 chain SL
#> 6            1/2 chain LL
#> 7         3/8" buoy chain
#> 8         1/2" buoy chain
#> 9         5/8" buoy chain
#> 10        3/4" buoy chain
#> 11          1" buoy chain
#> 
#> $connectors
#>                        name buoyancy height    area  CD code source
#> 1                    swivel   -0.953  0.050 0.00250 1.3   NA    BIO
#> 2            7/16in shackle   -0.150  0.050 0.00250 1.3   NA    BIO
#> 3    1/4in nicopress sleeve   -0.034  0.050 0.00250 1.3   NA    BIO
#> 4  5/16in heavy SS thimbles   -0.041  0.050 0.00250 1.3   NA    BIO
#> 5            ballast weight  -45.408  1.000 0.02540 1.3   NA    BIO
#> 6            shac-ring-shac   -0.750  0.300 0.00750 1.3    1  Dewey
#> 7           shac-3link-shac   -1.000  0.400 0.00800 1.3    1  Dewey
#> 8             1/2in SS link   -0.200  0.100 0.00250 1.3    1  Dewey
#> 9           1/2in galv link   -0.200  0.100 0.00250 1.3    1  Dewey
#> 10            1/2in shackle   -0.300  0.080 0.00200 1.3    1  Dewey
#> 11            3/8in shackle   -0.125  0.040 0.00100 1.3    1  Dewey
#> 12            5/8in shackle   -0.650  0.065 0.00325 1.3    1  Dewey
#> 13              1in shackle   -2.200  0.080 0.00240 1.3    1  Dewey
#> 14             1/2in swivel   -0.650  0.140 0.00700 1.3    1  Dewey
#> 15             3/4in swivel   -1.500  0.140 0.00560 1.3    1  Dewey
#> 16    1/2in shac+3/8in shac   -0.425  0.120 0.00300 1.3    1  Dewey
#> 17           3T SeineSwivel   -0.650  0.105 0.00420 1.3    1  Dewey
#> 18            3/4in shackle   -0.880  0.060 0.00150 1.3    1  Dewey
#> 19          shac-Pring-shac   -0.500  0.200 0.00400 1.3    1  Dewey
#>               originalName
#> 1                   SWIVEL
#> 2            7/16" SHACKLE
#> 3    1/4" NICOPRESS SLEEVE
#> 4  5/16" HEAVY SS THIMBLES
#> 5           BALLAST WEIGHT
#> 6           shac-ring-shac
#> 7          shac-3link-shac
#> 8              1/2 SS link
#> 9            1/2 galv link
#> 10             1/2 shackle
#> 11             3/8 shackle
#> 12             5/8 shackle
#> 13              1" shackle
#> 14              1/2 swivel
#> 15              3/4 swivel
#> 16        1/2 shac+3/8shac
#> 17          3T SeineSwivel
#> 18            3/4" shackle
#> 19         shac-Pring-shac
#> 
#> $floats
#>                                    name buoyancy height       area   CD code
#> 1        new glass streamlined float c2   45.410 0.8700 0.18300000 0.60   NA
#> 2         streamlined BUB 2x 17in glass   45.410 0.7400 0.16300000 0.60   NA
#> 3      a2 package ADCP and 2 Viny balls   29.080 0.5630 0.12400000 0.60   NA
#> 4              3 pack Viny 12b-3 floats   57.140 1.0000 0.22000000 1.10   NA
#> 5          streamlined BUB 3 Viny balls   52.650 0.5630 0.12400000 0.60   NA
#> 6                      BUB 2x17in glass   43.780 1.1870 0.55300000 1.10   NA
#> 7             IPS / 2x b3 subs assembly   78.880 1.0000 0.44000000 0.60   NA
#> 8            ADCP / 2x c3 subs assembly   42.240 1.0000 0.65000000 0.60   NA
#> 9   stablemoor 533lb 3500 msw with ADCP  192.450 1.2860 2.34300000 0.60   NA
#> 10 stablemoor 1000lb 3500 msw with ADCP  404.390 1.2860 2.34300000 0.60   NA
#> 11 stablemoor 1015lb 1500 msw with ADCP  411.220 1.2860 2.32400000 0.60   NA
#> 12  stablemoor 580lb 1500 msw with ADCP  213.780 1.2860 2.34300000 0.60   NA
#> 13         syn. float with ADCP bracket  839.180 2.4200 1.23400000 0.60   NA
#> 14   syn. float, bracket and 109lb ADCP  789.800 2.4200 1.23400000 0.60   NA
#> 15              14in centre hole tfloat   18.040 0.3560 0.09931500 0.60   NA
#> 16              11in centre hole tfloat    7.770 0.2790 0.06131200 0.60   NA
#> 17               8in centre hole tfloat    2.752 0.2030 0.03242900 0.60   NA
#> 18                             61in ORE  999.000 1.6500 2.13824650 0.65    1
#> 19                             48in ORE  620.000 1.2340 1.19596977 0.65    1
#> 20                             41in ORE  433.000 1.0400 0.84948665 0.65    1
#> 21                             37in ORE  300.000 0.9400 0.69397782 0.65    1
#> 22                             28in ORE  133.000 0.7100 0.39591921 0.65    1
#> 23                           30in float  160.000 0.7600 0.45364598 0.65    1
#> 24                         Kiel SFS40in  320.000 1.0000 0.78539816 0.65    1
#> 25                      Torp. flt, 3-28  364.000 0.8300 0.54106079 0.75    1
#> 26                           17in glass   23.000 0.5700 0.25517586 0.95    1
#> 27                        Billings 12in   10.000 0.3430 0.09240131 0.95    1
#> 28                         BENTHOS 17in   23.000 0.5100 0.20428206 0.95    1
#> 29                            16in Viny   19.000 0.4000 0.12566371 0.60    1
#> 30                          Double 17in   48.000 0.5000 0.33183072 0.95    1
#> 31                     Double 16in Viny   38.000 0.5000 0.28274334 0.60    1
#> 32                       Trpl 16in Viny   56.000 1.5000 0.44178647 0.60    1
#> 33                      Trpl 12in glass   30.000 0.9500 0.30190705 1.00    1
#> 34                     CDMS 1.2m sphere  682.000 1.2000 1.13097336 0.50    1
#> 35                       CDMS 2m sphere 2470.000 2.0000 3.14159265 0.50    1
#> 36                       54cm Alum CAP3   61.000 0.5500 0.22902210 0.65    1
#> 37                     54x30inClamShell  405.000 1.4000 0.44178647 0.15    1
#> 38                      Top of Tow Rope    0.010 0.0000 0.00000000 0.65    1
#> 39                            BPS Float 8000.000 1.5000 0.00000000 1.60    1
#> 40                       ADCP FloatTech  460.000 1.4200 1.58367686 0.65    1
#> 41                      FloatTech CF-12   11.000 0.3000 0.00000000 1.00    1
#> 42                     Tripple FT CF-12   33.000 0.9000 0.00000000 1.00    1
#> 43                    Geodyn 8ft Toroid 1950.000 0.7620 0.00000000 0.65    3
#> 44                               HMB 20   34.500 0.5080 0.20270000 0.65   NA
#> 45                               HMB 25   68.500 0.6350 0.31670000 0.65   NA
#> 46                               HMB 31  141.000 0.7874 0.48690000 0.65   NA
#> 47                               HMB 36  225.000 0.9144 0.65670000 0.65   NA
#> 48                               HMB 40  300.000 1.0160 0.81070000 0.65   NA
#> 49                               HMB 44  413.000 1.1176 0.98100000 0.65   NA
#> 50                               HMB 49  565.000 1.2446 1.21660000 0.65   NA
#> 51                               HMB 51  633.000 1.2954 1.31790000 0.65   NA
#> 52                               HMB 56  831.000 1.4224 1.58900000 0.65   NA
#> 53                               HMB 62 1122.000 1.5748 1.94780000 0.65   NA
#>    source                          originalName
#> 1     BIO      NEW GLASS STREAMLINED FLOAT (C2)
#> 2     BIO       STREAMLINED BUB  2 x 17"  GLASS
#> 3     BIO      A2 PACKAGE ADCP AND 2 VINY BALLS
#> 4     BIO              3 pack VINY 12B-3 floats
#> 5     BIO         STREAMLINED BUB  3 VINY BALLS
#> 6     BIO                     BUB  2x17"  GLASS
#> 7     BIO             IPS / 2x B3 SUBS ASSEMBLY
#> 8     BIO            ADCP / 2x C3 SUBS ASSEMBLY
#> 9     BIO  Stablemoor 533 lb 3500 msw with ADCP
#> 10    BIO Stablemoor 1000 lb 3500 msw with ADCP
#> 11    BIO Stablemoor 1015 lb 1500 msw with ADCP
#> 12    BIO  Stablemoor 580 lb 1500 msw with ADCP
#> 13    BIO     SYNTACTIC FLOAT WITH ADCP BRACKET
#> 14    BIO   SYN. FLOAT, BRACKET AND 109 LB.ADCP
#> 15   CMAR               14in centre hole tfloat
#> 16   CMAR               11in centre hole tfloat
#> 17   CMAR                8in centre hole tfloat
#> 18  Dewey                              61in ORE
#> 19  Dewey                              48in ORE
#> 20  Dewey                              41in ORE
#> 21  Dewey                              37in ORE
#> 22  Dewey                              28in ORE
#> 23  Dewey                            30in float
#> 24  Dewey                          Kiel SFS40in
#> 25  Dewey                       Torp. flt, 3-28
#> 26  Dewey                           17 in glass
#> 27  Dewey                         Billings-12in
#> 28  Dewey                          BENTHOS 17in
#> 29  Dewey                             16in Viny
#> 30  Dewey                           Double 17in
#> 31  Dewey                       Double 16inViny
#> 32  Dewey                       Trpl 16 in Viny
#> 33  Dewey                       Trpl 12in glass
#> 34  Dewey                      CDMS 1.2m sphere
#> 35  Dewey                        CDMS 2m sphere
#> 36  Dewey                        54cm Alum CAP3
#> 37  Dewey                      54x30inClamShell
#> 38  Dewey                       Top of Tow Rope
#> 39  Dewey                             BPS Float
#> 40  Dewey                        ADCP FloatTech
#> 41  Dewey                       FloatTech CF-12
#> 42  Dewey                      Tripple FT CF-12
#> 43  Dewey                      Geodyn 8' Toroid
#> 44 Kelley                                  <NA>
#> 45 Kelley                                  <NA>
#> 46 Kelley                                  <NA>
#> 47 Kelley                                  <NA>
#> 48 Kelley                                  <NA>
#> 49 Kelley                                  <NA>
#> 50 Kelley                                  <NA>
#> 51 Kelley                                  <NA>
#> 52 Kelley                                  <NA>
#> 53 Kelley                                  <NA>
#> 
#> $instruments
#>                                              name buoyancy height     area   CD
#> 1                 seacat 16-03 (bar,plastic case)  -7.4900 0.8400 0.122000 0.65
#> 2           seacat 16-04 (bar,titanium no press.) -10.8900 0.8763 0.062000 0.65
#> 3         seacat 16-04 (bar,titanium with press.) -13.3900 1.0668 0.077000 0.65
#> 4               seabird CTD (ios oxygen with bar) -18.1600 1.2700 0.094000 0.65
#> 5                               DVS current meter  -4.5400 0.7000 0.243000 0.65
#> 6                                     wotan (bar) -20.4200 1.6800 0.176000 0.65
#> 7                                    RDI with bar -45.3900 2.1800 0.270000 0.65
#> 8                                  RCM-8 with fin -21.3300 0.7400 0.060000 0.65
#> 9                                 RCM-11 in frame -20.3100 0.8000 0.078000 0.65
#> 10                       seaguard (2000 & 6000 m) -19.5900 0.8600 0.083000 0.65
#> 11                              vemco on a ss bar  -2.2200 1.2000 0.052000 0.65
#> 12                     SBE37 microcat on a ss bar  -4.6500 1.2000 0.060000 0.65
#> 13                                  sediment trap -61.2700 1.8290 1.061000 0.65
#> 14                  SBE37 microcat clamp-on style  -1.5300 0.5590 0.117000 0.65
#> 15  ADCP sentinel (orange) 500m with inline frame -14.6900 0.7600 0.091000 0.65
#> 16 ADCP sentinel (yellow) 6000m with inline frame -22.0400 0.7900 0.111000 0.65
#> 17                                  Hobo Temp U22   0.0133 0.1140 0.003420 1.30
#> 18                                    Hobo DO U26  -0.0130 0.2670 0.010561 1.30
#> 19                                aquaMeasure SAL  -0.3000 0.3860 0.024704 1.30
#> 20                                aquaMeasure DOT  -0.1540 0.2740 0.013700 1.30
#> 21                               aquaMeasure CHLA  -0.4000 0.5740 0.036736 1.30
#> 22                                 VR2AR reciever  -0.5000 0.4010 0.032481 1.30
#> 23                                 Aanderaa RCM-4 -17.3000 0.5500 0.070400 1.30
#> 24                                 Aanderaa RCM-5 -19.5000 0.5700 0.072960 1.30
#> 25                                 Aanderaa RCM-7 -18.3000 0.5500 0.070400 1.30
#> 26                                 Aanderaa RCM-8 -22.7000 0.5700 0.072960 1.30
#> 27                                 OEI Expend. CM  -3.6000 0.6600 0.084480 1.30
#> 28                                FSI-3DACM coast -10.0000 0.3800 0.049400 1.30
#> 29                                      EG&G VACM -35.0000 1.9800 0.495000 1.30
#> 30                                      EG&G VMCM -30.0000 1.7000 0.425000 1.30
#> 31                                     NBIS ACM-2 -13.0000 1.2000 0.240000 1.30
#> 32                                 InterOcn S4 CM  -1.5000 0.8000 0.000000 0.60
#> 33                                        RD ADCP -12.0000 1.4100 0.310200 1.30
#> 34                                        CDMS CM -20.0000 2.0000 0.400000 1.20
#> 35                                WH ADCP + Frame -12.0000 0.5000 0.100000 1.20
#> 36                                  Aanderaa RDCP -22.0000 0.5800 0.092800 1.30
#>    code source                                          originalName
#> 1    NA    BIO                      SEACAT 16-03 (BAR, PLASTIC CASE)
#> 2    NA    BIO                 SEACAT 16-04 (BAR,TITANIUM NO PRESS.)
#> 3    NA    BIO               SEACAT 16-04 (BAR,TITANIUM WITH PRESS.)
#> 4    NA    BIO                     SEABIRD CTD (IOS OXYGEN WITH BAR)
#> 5    NA    BIO                                     DVS CURRENT METER
#> 6    NA    BIO                                           WOTAN (BAR)
#> 7    NA    BIO                                          RDI WITH BAR
#> 8    NA    BIO                                        RCM-8 WITH FIN
#> 9    NA    BIO                                       RCM-11 IN FRAME
#> 10   NA    BIO                              SEAGUARD (2000 & 6000 M)
#> 11   NA    BIO                                     VEMCO ON A SS BAR
#> 12   NA    BIO                            SBE37 MICROCAT ON A SS BAR
#> 13   NA    BIO                                 SEDIMENT TRAP (#1349)
#> 14   NA    BIO                         SBE37 MICROCAT CLAMP-ON STYLE
#> 15   NA    BIO  WHADCP Sentinel (orange) 500 meter with inline frame
#> 16   NA    BIO WHADCP Sentinel (yellow) 6000 meter with inline frame
#> 17   NA   CMAR                                         Hobo Temp U22
#> 18   NA   CMAR                                           Hobo DO U26
#> 19   NA   CMAR                                       aquaMeasure SAL
#> 20   NA   CMAR                                       aquaMeasure DOT
#> 21   NA   CMAR                                      aquaMeasure CHLA
#> 22   NA   CMAR                                        VR2AR reciever
#> 23    1  Dewey                                        Aanderaa RCM-4
#> 24    1  Dewey                                        Aanderaa RCM-5
#> 25    1  Dewey                                        Aanderaa RCM-7
#> 26    1  Dewey                                        Aanderaa RCM-8
#> 27    1  Dewey                                        OEI Expend. CM
#> 28    1  Dewey                                       FSI-3DACM coast
#> 29    1  Dewey                                             EG&G VACM
#> 30    1  Dewey                                             EG&G VMCM
#> 31    1  Dewey                                            NBIS ACM-2
#> 32    1  Dewey                                        InterOcn S4 CM
#> 33    1  Dewey                                               RD ADCP
#> 34    1  Dewey                                               CDMS CM
#> 35    3  Dewey                                       WH ADCP + Frame
#> 36    1  Dewey                                         Aanderaa RDCP
#> 
#> $miscs
#>                name buoyancy height   area   CD code source     originalName
#> 1   AanderaaT.chain  -12.000  0.550 0.0704 1.30    1  Dewey  AanderaaT.chain
#> 2            SBE-16  -10.000  0.450 0.0360 1.30    1  Dewey           SBE-16
#> 3     A. tide gauge  -12.000  0.550 0.0704 1.30    1  Dewey    A. tide gauge
#> 4   Keil sedmt trap  -80.000  2.500 2.4975 1.30    1  Dewey  Keil sedmt trap
#> 5         ULS#2/APL   15.000  0.000 0.3318 1.00    1  Dewey        ULS#2/APL
#> 6   DataSonics Xpdr  -10.000  0.700 0.0910 1.30    1  Dewey  DataSonics Xpdr
#> 7      Benthos Xpdr   -5.000  0.000 0.0707 1.00    1  Dewey     Benthos Xpdr
#> 8   Brancker TR1000   -0.448  0.270 0.0138 1.30    1  Dewey  Brancker TR1000
#> 9   Brancker XL-200   -0.430  0.540 0.0324 1.30    1  Dewey  Brancker XL-200
#> 10  Brancker XL-210    0.714  0.840 0.0638 1.30    1  Dewey  Brancker XL-210
#> 11     Heavy Sphere  -10.000  0.300 0.0707 0.65    1  Dewey     Heavy Sphere
#> 12  CDMS 10sqft Tow  -90.720  1.087 0.9280 1.00    1  Dewey  CDMS 10sqft Tow
#> 13  CDMS 30sqft Tow -415.720  1.880 2.7759 1.20    1  Dewey  CDMS 30sqft Tow
#> 14 IceProfiler4+Flt   62.000  1.300 0.1257 0.80    1  Dewey IceProfiler4+Flt
#> 15   Heavy Sphere 2 -100.000  0.400 0.1257 0.65    1  Dewey   Heavy Sphere 2
#> 16     SBE 19+ cage  -20.000  0.450 0.0900 1.30    1  Dewey     SBE 19+ cage
#> 17 McLane Mk8 SedTr  -20.000  1.200 0.3600 1.30    1  Dewey McLane Mk8 SedTr
#> 18      BPS Package  -30.000  1.600 1.9200 1.60    1  Dewey      BPS Package
#> 19 Oceanetic Pinger   -5.000  0.600 0.0300 1.30    1  Dewey Oceanetic Pinger
#> 20     ONC-uCatADop  -10.000  0.900 0.1350 1.30    1  Dewey     ONC-uCatADop
#> 21 McLane Mk78 SdTr  -25.000  1.640 0.6724 1.30    1  Dewey McLane Mk78 SdTr
#> 22       SubOcean2d  -52.000  1.680 0.4704 2.30    1  Dewey       SubOcean2d
#> 23      SubOcean2d2  -52.000  1.680 2.2167 1.30    1  Dewey      SubOcean2d2
#> 24    TowedCylinder  -10.000  1.000 0.2000 1.30    1  Dewey    TowedCylinder
#> 25      TowedSphere  -10.000  0.500 0.1963 0.65    1  Dewey      TowedSphere
#> 
#> $releases
#>                          name buoyancy height    area   CD code source
#> 1                   EG&G 723a   -15.20  1.194 0.11730 0.65   NA    BIO
#> 2  EG&G 723a with tension bar   -25.87  1.320 0.18480 0.65   NA    BIO
#> 3                benthos 965a   -36.73  1.230 0.15620 0.65   NA    BIO
#> 4       benthos 966a and 866a   -13.16  0.680 0.07620 0.65   NA    BIO
#> 5                benthos 865a   -27.86  1.000 0.19900 0.65   NA    BIO
#> 6      vr2w with float collar   -12.11  0.400 0.09480 0.65   NA    BIO
#> 7               Oceano RT-121   -30.00  0.890 0.11036 1.30    1  Dewey
#> 8               Oceano RT-161   -35.00  0.890 0.11036 1.30    1  Dewey
#> 9                Oceano AR191   -26.00  0.850 0.09520 1.30    1  Dewey
#> 10               Oceano AR261   -21.00  0.820 0.10168 1.30    1  Dewey
#> 11                  EG&G 8242   -28.00  0.940 0.12220 1.30    1  Dewey
#> 12                double 8242   -68.00  0.950 0.24700 1.30    1  Dewey
#> 13              double RT-161   -70.00  0.890 0.22250 1.30    1  Dewey
#> 14              double AR-191   -60.00  0.850 0.19550 1.30    1  Dewey
#> 15             double AR/EG&G   -64.00  0.950 0.23750 1.30    1  Dewey
#> 16                    CDMS AR   -20.00  2.000 0.40000 1.20    1  Dewey
#> 17                Mesotech AR    -5.00  1.000 0.15000 1.30    7  Dewey
#> 18           InterOcean1090ED    -5.00  0.800 0.14400 1.30    1  Dewey
#> 19           Dble Mesotech501   -11.00  1.420 0.42600 1.20    1  Dewey
#> 20              Oceano AR2500   -22.00  0.830 0.10790 1.30    1  Dewey
#>                      originalName
#> 1                       EG&G 723A
#> 2      EG&G 723A WITH TENSION BAR
#> 3            BENTHOS 965A RELEASE
#> 4   BENTHOS 966A and 866A RELEASE
#> 5            BENTHOS 865A RELEASE
#> 6  VR2W RELEASE with float collar
#> 7                   Oceano RT-121
#> 8                   Oceano RT-161
#> 9                    Oceano AR191
#> 10                   Oceano AR261
#> 11                      EG&G 8242
#> 12                    double 8242
#> 13                  double RT-161
#> 14                  double AR-191
#> 15                 double AR/EG&G
#> 16                        CDMS AR
#> 17                    Mesotech AR
#> 18               InterOcean1090ED
#> 19               Dble Mesotech501
#> 20                  Oceano AR2500
#> 
#> $wires
#>                                      name buoyancyPerMeter areaPerMeter  CD
#> 1  3/16in galvanized wire coated to 1/4in          -0.0775    0.0063500 1.3
#> 2  1/4in galvanized wire coated to 5/16in          -0.1380    0.0079375 1.3
#> 3              3/8in leaded polypropylene          -0.0177    0.0095250 1.3
#> 4                            1/4in Kevlar          -0.0090    0.0070000 1.3
#> 5                           5/16in Kevlar          -0.0140    0.0080000 1.3
#> 6                            3/8in Kevlar          -0.0230    0.0090000 1.3
#> 7                           7/16in Kevlar          -0.0260    0.0110000 1.3
#> 8                            1/2in Kevlar          -0.0320    0.0130000 1.3
#> 9                           9/16in Kevlar          -0.0430    0.0140000 1.3
#> 10                           5/8in Kevlar          -0.0540    0.0160000 1.3
#> 11                       3/16in wire rope          -0.1200    0.0070000 1.3
#> 12                        1/4in wire rope          -0.1400    0.0070000 1.3
#> 13                       5/16in wire rope          -0.1900    0.0080000 1.3
#> 14                        3/8in wire rope          -0.3300    0.0090000 1.3
#> 15                        1/4in wire/jack          -0.1300    0.0080000 1.3
#> 16                       5/16in wire/jack          -0.1860    0.0110000 1.3
#> 17                        3/8in wire/jack          -0.3180    0.0130000 1.3
#> 18                        1/2in wire/jack          -0.5470    0.0170000 1.3
#> 19                             7/16in VLS          -0.0230    0.0110000 1.3
#> 20                              1/2in VLS          -0.0410    0.0130000 1.3
#> 21                            11mm Perlon          -0.0050    0.0110000 1.3
#> 22                          7/16in Dacron          -0.0320    0.0110000 1.3
#> 23                           1/2in Dacron          -0.0410    0.0130000 1.3
#> 24                          9/16in Dacron          -0.0580    0.0140000 1.3
#> 25                           3/4in Dacron          -0.0990    0.0190000 1.3
#> 26                            5/8in Nylon          -0.0220    0.0160000 1.3
#> 27                            3/4in Nylon          -0.0300    0.0190000 1.3
#> 28                                1 Nylon          -0.0500    0.0250000 1.3
#> 29                         3/4in Polyprop           0.0160    0.0190000 1.3
#> 30                     1/2in Neutral Wire           0.0000    0.0130000 1.5
#> 31                       1in Neutral Wire           0.0000    0.0250000 1.3
#> 32                     1/4in AmSteel-Blue           0.0020    0.0070000 1.3
#> 33                     3/8in AmSteel-Blue           0.0030    0.0090000 1.3
#> 34                     1/2in AmSteel-Blue           0.0060    0.0120000 1.3
#> 35                              BPS Cable          -0.1240    0.0070000 1.3
#> 36                     5/8in AmSteel-Blue           0.0090    0.0160000 1.3
#> 37                         BPS Power/Coms          -0.3840    0.0280000 1.3
#> 38                        1/4-1/2 WarpSpd          -0.0090    0.0090000 1.3
#> 39                            1/2 Dyneema           0.0200    0.0120000 1.3
#>    code source                        originalName
#> 1    NA    BIO 3/16" GALVANIZED WIRE COATED TO 1/4
#> 2    NA    BIO 1/4" GALVANIZED WIRE COATED TO 5/16
#> 3    NA   CMAR          3/8in leaded polypropylene
#> 4     6  Dewey                          1/4 Kevlar
#> 5     6  Dewey                         5/16 Kevlar
#> 6     6  Dewey                          3/8 Kevlar
#> 7     6  Dewey                         7/16 Kevlar
#> 8     6  Dewey                          1/2 Kevlar
#> 9     6  Dewey                         9/16 Kevlar
#> 10    6  Dewey                          5/8 Kevlar
#> 11    1  Dewey                      3/16 wire rope
#> 12    1  Dewey                       1/4 wire rope
#> 13    1  Dewey                      5/16 wire rope
#> 14    1  Dewey                       3/8 wire rope
#> 15    1  Dewey                       1/4 wire/jack
#> 16    1  Dewey                      5/16 wire/jack
#> 17    1  Dewey                       3/8 wire/jack
#> 18    1  Dewey                       1/2 wire/jack
#> 19    1  Dewey                            7/16 VLS
#> 20    1  Dewey                             1/2 VLS
#> 21    3  Dewey                         11mm Perlon
#> 22    3  Dewey                         7/16 Dacron
#> 23    3  Dewey                          1/2 Dacron
#> 24    3  Dewey                         9/16 Dacron
#> 25    3  Dewey                          3/4 Dacron
#> 26    2  Dewey                           5/8 Nylon
#> 27    2  Dewey                           3/4 Nylon
#> 28    2  Dewey                             1 Nylon
#> 29    4  Dewey                        3/4 Polyprop
#> 30    6  Dewey                    1/2 Neutral Wire
#> 31    6  Dewey                    1in Neutral Wire
#> 32    3  Dewey                    1/4 AmSteel-Blue
#> 33    3  Dewey                    3/8 AmSteel-Blue
#> 34    3  Dewey                    1/2 AmSteel-Blue
#> 35    1  Dewey                           BPS Cable
#> 36    3  Dewey                    5/8 AmSteel-Blue
#> 37    6  Dewey                      BPS Power/Coms
#> 38    6  Dewey                     1/4-1/2 WarpSpd
#> 39    8  Dewey                         1/2 Dyneema
#>