Skip to content

pywellgeo.welltrajectory

pywellgeo.welltrajectory.trajectory_factory.TrajectoryFactory

This class is a factory for IO objects

static Methods:

 getTrajectoryClass (format: str) : gets an instance of the apppropriate Trajectory object

getTrajectoryClass staticmethod

getTrajectoryClass(
    options: GeothermalEconomicsConfig,
    simresults: BaseWellResults,
    format: Optional[str] = "BASE",
) -> TrajectoryBase

Factory Method