Open mferrera opened 3 months ago
Consider naming this fault_lines
over fault_polygons
to prefer the data product over the data type.
Sept 25 2024 - updated root comment with refinement from discussions and removing the list of unanswered questions as we have now mostly answered them. This is now approaching "final".
Currently fault polygons are exported from RMS projects in the following way:
xtgeo.Polygon
from the RMS polygonExportData
instance for each file format being exportedSimplification
A possible one-liner export could instead look something like this:
This means we will provide defaults for
tagname
,name
, andworkflow
(and anything else not listed). This provides a good substrate to accomplish standardization and guide assets to conforming to a single way of doing it, while also allowing an escape hatch of usingExportData
directly to deviate from them.TODO
Tasks