equinor / xtgeo

XTGeo Python class library for subsurface Surfaces, Cubes, Wells, Grids, Points, etc

Home Page:https://xtgeo.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove bare `import xtgeo` imports, use relative imports where appropriate

mferrera opened this issue · comments

In most files there is an import xtgeo to use various things. This reflects how xtgeo is used as a library but complicates the circular dependency scenario. We should remove all of these and also move imports to relative where appropriate (i.e. in the same submodule).