CRS conversion - /api/crs/converter/v3/convertTrajectory - LMP bug still persists
In M18 - we have targetted to fix this but the issue still presents based on the following test case :
{
"trajectoryCRS": "opendes:reference-data--CoordinateReferenceSystem:BoundGeographic2D:EPSG::4230_EPSG::1612:",
"azimuthReference": "TN",
"unitXY": "opendes:reference-data--UnitOfMeasure:ft:",
"unitZ": "opendes:reference-data--UnitOfMeasure:m:",
"referencePoint": {
"x": 4.0,
"y": 45.0,
"z": 0
},
"inputKind": "MD_Incl_Azim",
"interpolate": false,
"inputStations": [
{
"md": 0,
"azimuth": 90,
"inclination": 90
},
{
"md": 1000,
"azimuth": 90,
"inclination": 90
}
],
"method": "LMP"
}
See here for more information - osdu/platform/system/reference/crs-conversion-service#69 (closed)