JustinGOSSES / wellioviz

d3.js v5 visualization of well logs
https://justingosses.github.io/wellioviz/#introduction
Apache License 2.0
49 stars 12 forks source link

USGS LAS logs from Houston area all seem to have a formatting 'error' that makes the trim function fail. #115

Closed JustinGOSSES closed 3 years ago

JustinGOSSES commented 3 years ago

Describe the bug USGS LAS logs from Houston area all seem to have a formatting 'error' that makes the trim function fail in the demo app. Need to understand what is causing this and whether in wellio or wellioviz

To Reproduce Steps to reproduce the behavior:

  1. Go to https://webapps.usgs.gov/GeoLogLocator/#!/search
  2. Zoom in to Houston area. Select seemingly any well close to 610 north loop and download it to your local computer.
  3. Try to open it from local computer using the demo app: https://justingosses.github.io/wellioviz/demo.html
  4. When you press the "convert" button after loading the LAS file, it doesn't seem to convert. See error message in console about "trim" function can't be found, likely because object type is wrong or doesn't exist.

Expected behavior Message about conversion being successful and well appearing when you click "display" from menu options.

dcslagel commented 3 years ago

The fixes for this are in
https://github.com/JustinGOSSES/wellio.js/pull/56

JustinGOSSES commented 3 years ago

Merged pull request and published to NPM as version 0.1.9. Also bumped the release to v0.1.9 on github.