equinor / xtgeo

XTGeo Python class library for subsurface Surfaces, Cubes, Wells, Grids, Points, etc
https://xtgeo.readthedocs.io/en/latest/
GNU Lesser General Public License v3.0
110 stars 56 forks source link

Support roxar Well picks as input to `points_from_roxar()` #1108

Closed tnatt closed 8 months ago

tnatt commented 8 months ago

It would be nice if xtgeo could read and write to the well picks data folder inside RMS. Working with Well picks using the roxar API is not a trivial task, and xtgeo could ease this for the users.

well_pick_folder = "Default"
well_picks = xtgeo.points_from_roxar(project, name=well_pick_folder, category="horizon", stype="well_picks")

The category could be either horizonor fault, to support both horizon picks and fault picks respectively.

image