Class: Atmospheris::Export::Iso25332025::AltitudesInMeters
- Inherits:
-
CombinedAltitudeAttrsGroup
- Object
- Lutaml::Model::Serializable
- AltitudeTable
- CombinedAltitudeAttrsGroup
- Atmospheris::Export::Iso25332025::AltitudesInMeters
- 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, #steps_unit
Instance Method Details
#steps ⇒ Object
10 11 12 13 14 15 16 |
# File 'lib/atmospheris/export/iso_25332025.rb', line 10 def steps ( (-5000..31_950).step(50) + (32_000..50_900).step(100) + (51_000..80_000).step(200) ) end |