Update Home authored by Chad Leong's avatar Chad Leong
......@@ -3,12 +3,13 @@
## Objective
To develop a simple utility script that wraps around the Wellbore DDMS API for loading/consuming data from Wellbore DDMS:
1) Read LAS file(s) as inputs in a directory, validation
2) Creates wellbore record
3) Creates welllog record
4) Write bulk data
5) Consume ingested bulk data
6) Recognize log family
### The current scope for M9 includes
1) Read LAS file(s) as inputs in a directory, validation with LASIO
2) Creates wellbore record (POST ddms/v3/wellbores)
3) Creates welllog record (POST ddms/v3/welllogs)
4) Write bulk data (POST ddms/v3/welllogs/{id}/data)
5) Consume ingested bulk data (GET ddms/v3/welllogs/{id}/data)
6) Recognize log family (POST log-recognition/family)
7) Integration framework for osdu-cli
8) Deployment/installation support
......
......