Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • O Open Test Data
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 6
    • Issues 6
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • 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
  • Open Test Data
  • Issues
  • #40

Closed
Open
Created Dec 06, 2019 by Aaron@CloseDeveloper

Difference in Data delivered with curves for wellbore

AWS Examples

Azure has a "BaseDepth" field that is always = 0 Azure includes a "Type" property that always has the same value as "Mnemonic"

                "Curves": [
                    {
                        "BottomDepth": 3055.0,
                        "CurveUnit": "srn:reference-data/UnitOfMeasure:M:",
                        "DepthUnit": "srn:reference-data/UnitOfMeasure:M:",
                        "Mnemonic": "DEPT",
                        "TopDepth": 0.1001
                    },
                    {
                        "BottomDepth": 3054.5,
                        "CurveUnit": "srn:reference-data/UnitOfMeasure:GAPI:",
                        "DepthUnit": "srn:reference-data/UnitOfMeasure:M:",
                        "Mnemonic": "GR",
                        "TopDepth": 10.5001
                    },

Azure Example

            "Curves": [
                    {
                        "BaseDepth": 0.0,
                        "BottomDepth": 3055.0,
                        "CurveUnit": "srn:reference-data/UnitOfMeasure:M:",
                        "DepthUnit": "srn:reference-data/UnitOfMeasure:M:",
                        "Mnemonic": "DEPT",
                        "TopDepth": 0.1001,
                        "Type": "DEPT"
                    },
                    {
                        "BaseDepth": 0.0,
                        "BottomDepth": 3054.5,
                        "CurveUnit": "srn:reference-data/UnitOfMeasure:GAPI:",
                        "DepthUnit": "srn:reference-data/UnitOfMeasure:M:",
                        "Mnemonic": "GR",
                        "TopDepth": 10.5001,
                        "Type": "GR"
                    },
Edited Dec 06, 2019 by Aaron
Assignee
Assign to
Time tracking