Log family recognition

As a user, I to perform some enrichment (e.g. log family recognition) on my well log record.

Example

  1. Fetch well log record with GET {BaseUrl}/api/os-wellbore-ddms/ddms/v3/welllogs/{record_id}"

  2. User perform enrichment process with the curve data in the well log (log recognition)

    • POST {BaseUrl}/api/os-wellbore-ddms/log-recognition/family
  3. 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}:

  4. Update the well log record with the new family ID.

Edited by Chad Leong