LAS loader (Wellbore DDMS) - run time messages
@chad - great improvement with messaging. I made one pass successfully for existing WellLog WPC record.
A few comments -
- Fix typo error "Begining" -> :Beginning"
- Mention rowcount - as read from LAS file for curve data and the same for output (how many written in Wellbore DDMS).
- Bonus - this could serve as "unit test". show curve values at certain depth in the file (not the very first or last, somewhere in between) and show equivalent value as seen from Wellbore DDMS.I myself do that spot check when I run this utility as tester.
C:\TEMP>wbdutil ingest data --welllog_id osdu:work-product-component--WellLog:b43d82d4b6fa4c7caaf0402f85d9c517 -p "C:\TEMP\7556_l0102_1984_comp.las" -t %OSDUTOKEN% -c %CONFIGPATH%
Begining ingest of LAS file: C:\TEMP\7556_l0102_1984_comp.las
Retrieving well log record and associated information.
Validating LAS file well name and curves against existing well log record.
LAS well name: 7023
Well log record well name: 7023
LAS curves: ['DEPT', 'GR', 'DT', 'RHOB', 'NPHI']
Well log record curves: ['DEPT', 'GR', 'DT', 'RHOB', 'NPHI']
Ingest complete: Data written from 7556_l0102_1984_comp.las to Well Log (osdu:work-product-component--WellLog:b43d82d4b6fa4c7caaf0402f85d9c517).
C:\TEMP>