Module: Atmospheric::Export::Iso25331997::GroupBaseFeet

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

Instance Method Summary collapse

Instance Method Details

#stepsObject



27
28
29
30
31
32
33
# File 'lib/atmospheric/export/iso_25331997.rb', line 27

def steps
  (
    (-16500..-13999).step(250) +
    (-14000..104999).step(200) +
    (105000..262500).step(500)
  )
end

#steps_unitObject



35
36
37
# File 'lib/atmospheric/export/iso_25331997.rb', line 35

def steps_unit
  :feet
end