LAS Output from bulk data ingested in wellbore DDMS
As a user, I want to be able to retrieve the ingested bulk data from the wellbore DDMS and write it out as .LAS file.
User will provide an array of curves that he wishes to fetch.
curves=DEPT,DT,PHI
This can be done with the following endpoint:
GET {BaseUrl}/api/os-wellbore-ddms/ddms/v3/welllogs/{welllog_id}/data?describe=false{curves}
Once the data is retrieved, the data can be output as a LAS file through lasio.LASFile() method.
Headers information needs to be constructed based on the well log record.
Edited by Chad Leong