Skip to content

Fixing segy to open vds conversion postman collection crs reference to deprecated record

Marc Burnie [AWS] requested to merge fix/open-vds-conversion-crs-reference into main

The segy to vds postman collection is referencing CRS that no longer exist, see: osdu/data/open-test-data#96. This MR uses the updated CRS reference.

The change is a find-replace for these two CRS's:

Old: {{data-partition-id}}:reference-data--CoordinateReferenceSystem:23031:

New: {{data-partition-id}}:reference-data--CoordinateReferenceSystem:BoundProjected:EPSG::23031_EPSG::1311:

Old: {{data-partition-id}}:reference-data--CoordinateReferenceSystem:23031024:

New: {{data-partition-id}}:reference-data--CoordinateReferenceSystem:BoundProjected:EPSG::23031_EPSG::1613:

Pipelines are currently failing due to this issue: https://community.opengroup.org/osdu/platform/data-flow/ingestion/segy-to-vds-conversion/-/pipelines/255065

Edited by Marc Burnie [AWS]

Merge request reports