I want to export a well log from a Slb.Ocean.Petrel.DomainObject.Well.WellLog
to an external file, but the the measured depth I get is in meters even if the project is set up to use feet.
I can convert the well log samples with the converter I get from:
var converter = PetrelUnitSystem.GetConverterToUI(wellLog.WellLogVersion.UnitMeasurement);
How do I get a converter for the measured depth?