Class: Atmospheris::Export::Iso25332025::AltitudesInFeet

Inherits:
CombinedAltitudeAttrsGroup show all
Defined in:
lib/atmospheris/export/iso_25332025.rb

Instance Method Summary collapse

Methods inherited from CombinedAltitudeAttrsGroup

#add_to_geometric, #add_to_geopotential, #initialize_attrs, #set_attrs

Methods inherited from AltitudeTable

#add_to_geometric, #add_to_geopotential, #initialize_attrs, #set_attrs

Instance Method Details

#stepsObject



20
21
22
23
24
25
26
# File 'lib/atmospheris/export/iso_25332025.rb', line 20

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

#steps_unitObject



28
29
30
# File 'lib/atmospheris/export/iso_25332025.rb', line 28

def steps_unit
  :feet
end