Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • E Energistics - OSDU Integration
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 15
    • Issues 15
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 2
    • Merge requests 2
  • 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 Ingestion
  • Energistics - OSDU Integration
  • Issues
  • #52

Closed
Open
Created Jan 06, 2022 by etienne peysson@epeyssonDeveloper

Witsml parser - Wrong encoding for double colons - CoordinateReferenceSystem

Even though the DAG passes, looking at Xcom logs we see skipped ids :

{'provide_manifest_integrity_task': [{'id': 'odesprod:work-product--WorkProduct:TEST_TRAJECTORY_002', 'kind': 'odesprod:wks:work-product--WorkProduct:1.0.0', 'reason': 'Missing parents: {SRN: odesprod:work-product-component--WellboreTrajectory:TEST_TRAJECTORY_002}'}, {'id': 'odesprod:work-product-component--WellboreTrajectory:TEST_TRAJECTORY_002', 'kind': 'odesprod:wks:work-product-component--WellboreTrajectory:1.0.0', 'reason': 'Missing parents: {SRN: odesprod:reference-data--CoordinateReferenceSystem:odesprod%3Areference-data--CoordinateReferenceSystem%3AGeodeticCRS%253A%253AEPSG%253A%253A4230%3A, SRN: odesprod:reference-data--CoordinateReferenceSystem:GeodeticCRS%3A%3AEPSG%3A%3A4230}'}]}

The witsml file is the one for the trajectory and the concerned field the following :

<Crs xsi:type="eml:GeodeticLocalAuthorityCrs">
            <eml:LocalAuthorityCrsName authority="EPSG">GeodeticCRS::EPSG::4230</eml:LocalAuthorityCrsName>
         </Crs>

As you can see we need to fill in details about the ID of the reference data but as it contains double colons, it does not pass.

Assignee
Assign to
Time tracking