dataio.readers module

Module for reading data not supported by other tools

read_faultroom_file(filename)[source]

Faultroom surface data are (geo)JSON file or dicts; needs separate handling.

Faultroom data are quite propriatary data and is not supported by e.g. xtgeo currently. Hence it is read locally. As input, both a dict and a file with extension .json og .geojson can be applied

Return type:

FaultRoomSurface

class FaultRoomSurface(storage)[source]

Bases: object

Parse the requested props from FaultRoom plugin output format.

storage: dict
horizons: list
faults: list
juxtaposition_fw: list
juxtaposition_hw: list
properties: list
bbox: dict
name: str = ''
tagname: str = 'faultroom'