Log family recognition
As a user, I to perform some enrichment (e.g. log family recognition) on my well log record.
Example
-
Fetch well log record with
GET {BaseUrl}/api/os-wellbore-ddms/ddms/v3/welllogs/{record_id}"
-
User perform enrichment process with the curve data in the well log (log recognition)
POST {BaseUrl}/api/os-wellbore-ddms/log-recognition/family
-
Log family in the well log record is updated from the response with they following key:
curve["LogCurveFamilyID"] = f"{data_partition_id}:reference-data--LogCurveFamily:{family_id}:
-
Update the well log record with the new family ID.
Edited by Chad Leong