Sha256: 6158327737a2a29e359dfd122c4d154f5fe428ec1e4898ed1dbced24cd540b84
Contents?: true
Size: 1001 Bytes
Versions: 2
Compression:
Stored size: 1001 Bytes
Contents
# LasReader cwls-las-reader Ruby gem for reading CWLS LAS files The Canadian Well Logging Society's Floppy Disk Committee has designed a standard format for log data on floppy disks. It is known as the LAS format (Log ASCII Standard). LAS consists of files written in ASCII containing minimal header information and is intended for optical curves only. Details of the LAS format are described in this paper (http://www.cwls.org/docs/LAS12_Standards.txt). ## Installation Add this line to your application's Gemfile: gem 'las_reader' And then execute: $ bundle Or install it yourself as: $ gem install las_reader ## Quick irb Usage irb> require 'rubygems' irb> require 'las_reader' irb> my_las = CWLSLas.new('my_well.las') ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
las_reader-0.0.3 | README.md |
las_reader-0.0.2 | README.md |