Module: Atmospheris::Export::Iso25331997::GroupBaseFeet

Included in:
GroupFive, GroupFour, GroupSix
Defined in:
lib/atmospheris/export/iso_25331997.rb

Instance Method Summary collapse

Instance Method Details

#stepsObject



25
26
27
28
29
30
31
# File 'lib/atmospheris/export/iso_25331997.rb', line 25

def steps
  (
    (-16_500..-13_750).step(250) +
    (-14_000..104_800).step(200) +
    (105_000..262_500).step(500)
  )
end

#steps_unitObject



33
34
35
# File 'lib/atmospheris/export/iso_25331997.rb', line 33

def steps_unit
  :feet
end