This patch fixes a bug affecting the xml type of the geologic boundary kind node in the xml of a wellbore marker.
2.0.9
This patch enhances the WellboreMarkerFrame.from_dataframe() class method to have the option of creating interpretation and feature organisational objects on the fly (for geological markers) when setting up a new frame. If selected, the create_xml() for the new organisational objects is called, with the reuse argument set True.
2.0.8
This patch introduces a much faster implementation of the Delaunay triangulation, based on a scipy function. The faster algorithm will be selected by default. Its main use within resqpy is when setting a Surface from a PointSet.
Various small bug fixes and enhancements are also included.
2.0.7
This patch allows a WellboreMarkerFrame (RESQML obj_WellboreMarkerFrameRepresentation) to be the supporting representation for properties.
Other small improvements include:
- A check that a deviation survey referred to in the xml of a trajectory is actually present in the model before attempting to add it as an attribute of the resqpy Trajectory object. - Loading of the Crs attribute for a RegularGrid if a crs uuid is identified in extra metadata.
2.0.6
This patch includes various minor enhancements, mostly relating to working with regular grids.
2.0.5
This change adds further functionality, mostly around split horizon surfaces at faults.