Skip to content

LAS file loader class

Niall McDaid requested to merge feature/load-las-file into main

The LAS loader loads a LAS file using the lasio package and then validates that the Well Name field has been populated. If it has not been populated (or it does not exist in the LAS file) then a custom error is thrown.

Merge request reports