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
  • Open Subsurface Data Universe Software
  • Platform
  • Data Flow
  • Data Loading
  • Open Test Data
  • Issues
  • #39

Closed
Open
Created Dec 06, 2019 by Aaron@CloseDeveloper

Inconsistency and repetition in formatting of wellbore Location information

The agreed geojson standard is not implemented anywhere except for GeoLocation field. The rest are all over the place.

Example from "WellCommonName": "AME-102",

  "GeoCentroid": [
                    [
                        5.92039522,
                        53.4651278
                    ]
                ],
                "GeoLocation": {
                    "coordinates": [
                        5.92039522,
                        53.4651278
                    ],
                    "type": "point"
                },
                "ProjectedBottomHoleLocation": {
                    "Coordinates": [
                        {
                            "x": 693694.0,
                            "y": 5928280.0
                        }
                    ],
                    "HorizontalCRSID": "srn:reference-data/HorizontalCRS:UTM31_ED50:"
                },
              "SpatialLocation": [
                    {
                        "Coordinates": [
                            {
                                "x": 5.92039522,
                                "y": 53.4651278
                            }
                        ],
                        "HeightAboveGroundLevelUOMID": "srn:reference-data/UnitOfMeasure:M:",
                        "HorizontalCRSID": "srn:reference-data/HorizontalCRS:WGS84:",
                        "VerticalCRSID": "srn:reference-data/VerticalCRS:NAP:"
                    },
                    {
                        "Coordinates": [
                            {
                                "x": 693943.0,
                                "y": 5928197.0
                            }
                        ],
                        "HorizontalCRSID": "srn:reference-data/HorizontalCRS:UTM31_ED50:"
                    }
                ],
  
Assignee
Assign to
Time tracking