atmospheric 0.4.3 → 0.4.4

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 (36) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +1 -1
  3. data/README.adoc +652 -183
  4. data/lib/atmospheric/export/altitude_attrs.rb +238 -0
  5. data/lib/atmospheric/export/altitude_convertable_model.rb +84 -0
  6. data/lib/atmospheric/export/altitude_table.rb +51 -0
  7. data/lib/atmospheric/export/hypsometrical_table.rb +38 -0
  8. data/lib/atmospheric/export/iso_25331975/group_one.rb +15 -27
  9. data/lib/atmospheric/export/iso_25331975/group_one_attrs.rb +88 -0
  10. data/lib/atmospheric/export/iso_25331975/group_three.rb +14 -27
  11. data/lib/atmospheric/export/iso_25331975/group_three_attrs.rb +87 -0
  12. data/lib/atmospheric/export/iso_25331975/group_two.rb +14 -28
  13. data/lib/atmospheric/export/iso_25331975/group_two_attrs.rb +96 -0
  14. data/lib/atmospheric/export/iso_25331975.rb +5 -17
  15. data/lib/atmospheric/export/iso_25331985/pressure_attrs.rb +19 -0
  16. data/lib/atmospheric/export/iso_25331985/table_five_six_attrs.rb +19 -0
  17. data/lib/atmospheric/export/iso_25331985.rb +42 -63
  18. data/lib/atmospheric/export/iso_25331997.rb +21 -39
  19. data/lib/atmospheric/export/iso_25332025/altitude_attrs_group.rb +27 -0
  20. data/lib/atmospheric/export/iso_25332025/combined_altitude_attrs_group.rb +44 -0
  21. data/lib/atmospheric/export/iso_25332025.rb +81 -0
  22. data/lib/atmospheric/export/pressure_attrs.rb +93 -0
  23. data/lib/atmospheric/export/{target.rb → utils.rb} +10 -13
  24. data/lib/atmospheric/export.rb +3 -1
  25. data/lib/atmospheric/isa.rb +119 -114
  26. data/lib/atmospheric/unit_value_float.rb +24 -0
  27. data/lib/atmospheric/unit_value_integer.rb +24 -0
  28. data/lib/atmospheric/version.rb +1 -1
  29. data/lib/atmospheric.rb +1 -0
  30. metadata +38 -28
  31. data/lib/atmospheric/export/hypsometrical_tables.rb +0 -34
  32. data/lib/atmospheric/export/iso_25331975/group_base.rb +0 -72
  33. data/lib/atmospheric/export/iso_25332024.rb +0 -205
  34. data/spec/fixtures/iso-2533-1975-table5.yaml +0 -18297
  35. data/spec/fixtures/iso-2533-1975-table6.yaml +0 -18298
  36. data/spec/fixtures/iso-2533-1975-table7.yaml +0 -16265
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1e29f2a7a1728dcceb1b2771ddc124879daa5359658b6c3e3968ed1c18661f11
4
- data.tar.gz: b8a4a413763693b0f659e886009c084460766354a42c1ee198540b653d96301c
3
+ metadata.gz: 7fee8e85ad0a5ae8332b352e8e95098e33f3f0235032e1fbe34273a9b14db058
4
+ data.tar.gz: 7f5b0d515d007ca5c3cf7c4581312265e1c0c01ddd0e4bac1fa9b8f22a05322f
5
5
  SHA512:
6
- metadata.gz: e2dad3faa88a2241f6bcb4817e4f7ecb1b886a16650cb25ed4621f5dc4e76b286341f05a5ac0c46607dcb5d9ad3fecaf24babcb8c73175b46cd148ff11595739
7
- data.tar.gz: 50440fcd7c21bbce1677c24290136e72698e73363ac137cb45fa2afdd32b52adefa2644c1aef665a16d387348536519667a9a442667439797392787d5417bc5f
6
+ metadata.gz: 2bdb5af2f4c861774e283903e3fef5242614eebd4ef30873e7c8df09cd2c6d4fb4486bf79bc2a4e1cc008acf77769c49cf03a0eaf00989fec013fee71dd91d28
7
+ data.tar.gz: 4b647397cf70c2fd211670e2f5d4dd35c6e3be1624d4f3373da7c015581971a00d8ed82d291c139a5b2f691299297af92cc2d54f31a41a0bf21baf78c23e7c08
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  BSD 2-Clause License
2
2
 
3
- Copyright (c) 2018, Ribose
3
+ Copyright (c) 2024, Ribose
4
4
  All rights reserved.
5
5
 
6
6
  Redistribution and use in source and binary forms, with or without