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
109 stars 56 forks source link

Add a base class for all xtgeo types #1167

Open mferrera opened 4 months ago

mferrera commented 4 months ago

In its simplest form this just makes certain corners of typing easier. It could also make some things more uniform, i.e. abstract methods or properties for metadata, file formats supported, etc.