Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • W Wellbore DDMS Data Loader
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 16
    • Issues 16
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Upcoming Change to GitLab Pages The GitLab Pages URL is planned to migrate from the current *.pages.community.opengroup.org to a simpler domain: *.pages.opengroup.org. At the same time, HTTPS will be enabled for the server. This change is planned for May 21, 2022.

If you have questions or concerns, please email forum-support@opengroup.org.

  • Open Subsurface Data Universe Software
  • Platform
  • Data Flow
  • Data Loading
  • Wellbore DDMS Data Loader
  • Issues
  • #22

Closed
Open
Created Oct 07, 2021 by Chad Leong@chadOwner

Data loading - Allow user to provide welllog ID and writing bulk data to that welllog id

Description

Currently we allow two scenarios for users to create welllog bulk data.

  1. User wants to create a new wellbore record, new welllog record and load the bulk data.

  2. User already ingested wellbore record, welllog record. User will provide the welllog record id and only want to write bulk data directly to the already ingested welllog record id.

This issue is about the scenario 2.

image

Steps

  1. User provide welllog id
  2. Retrieve the welllog record, and wellbore record and check for available curves.
  3. Retrieve well name / UWI from wellbore record.
  4. Parse LAS for validation, check if well name or UWI exists, check if curves exist in LAS.
  5. If all check passed, write bulk data with the provided welllog id.
Assignee
Assign to
Time tracking