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