F2I-Consulting / fesapi

API for ENERGISTICS™ data standards (mainly RESQML™), multi-languages (C++, Java, C#, Python)
Apache License 2.0
34 stars 24 forks source link

MdDatum in depth but Trajectory in time #258

Closed philippeVerney closed 3 years ago

philippeVerney commented 3 years ago

Is your feature request related to a problem? Please describe. I need to export a wellbore trajectory where Z are TWT. But FESAPI forces me to have my trajectory station Z in the CRS of the MdDatum of the trajectory. And I don't want my MdDatum Z to be in TWT but in depth.

Describe the solution you'd like Be able to independently set the CRS of the MdDatum and the trajectory

Describe alternatives you've considered None

philippeVerney commented 3 years ago

It seems to be ok since v1.0 version. See this particular commit https://github.com/F2I-Consulting/fesapi/commit/d3ed3b78d0377e5a1e3d229c22dc4fca8770a78d#diff-6fbf507ae78a20b83ce7c64bf6e8321e872cd0e475d2b6079e5be99e7fc779a1

The MD uom only inherits from the MD datum vertical crs uom

philippeVerney commented 3 years ago

Fixed in https://github.com/F2I-Consulting/fesapi/commit/d3ed3b78d0377e5a1e3d229c22dc4fca8770a78d#diff-6fbf507ae78a20b83ce7c64bf6e8321e872cd0e475d2b6079e5be99e7fc779a1 Added a unit test in #270