Module: Atmospheris::Export::Iso25331997::GroupBaseFeet
Instance Method Summary collapse
Instance Method Details
#steps ⇒ Object
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_unit ⇒ Object
33 34 35 |
# File 'lib/atmospheris/export/iso_25331997.rb', line 33 def steps_unit :feet end |