Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • C CRS Conversion
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 17
    • Issues 17
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 8
    • Merge requests 8
  • 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
  • System
  • Reference and Helper Services
  • CRS Conversion
  • Issues
  • #15

Closed
Open
Created Jan 04, 2021 by Michael@marnesonDeveloper

Allow explicit transforms to be specified for crs conversion

CRS Converter service to support explicit transformations (overriding any bound transformations)

· OSDU Geomatics wants to be able to support on demand transformation-bindings (late-bindings) for projects and work maps using local, static datums.

· Both SIS and Esri support this in principle, however, the CRS Converter’s API has been designed to support early-bindings or BoundCRSs.

Specifying an explicit transformation will override any early binding transformations in the fromCRS and toCRS. The CRS Converter will validate that the explicit transformation is valid for the fromCRS and toCRS.

The explicit transformation can be specified by setting the optional "crsTransform" parameter of a CRS conversion request.

The explicit transformation feature has been implemented in the "explicit_transformations" branch (https://community.opengroup.org/osdu/platform/system/reference/crs-conversion-service/-/tree/explicit_transformations)

Unit tests for this can be found in https://community.opengroup.org/osdu/platform/system/reference/crs-conversion-service/-/blob/explicit_transformations/crs-converter-core/src/test/java/org/opengroup/osdu/crs/converter/ExplicitTransformTests.java

Assignee
Assign to
Time tracking