pywellgeo.welltrajectory
pywellgeo.welltrajectory.trajectory_detailed_tno.TrajectoryDetailedTNO
Bases: TrajectoryBase
TrajectoryBase creates the well trajectory from a detaile dwell trajectory input file, as developed in RESULT, t includes
read
read(
trajectoryfile: str,
trajectoryinstance: Optional[Dc1dwell] = None,
) -> Dict[
str, Dict[str, Union[Dict[str, Any], WellTreeTNO]]
]
DetailedTno derived class implementation of read method. Reads the trajectory input and returns a dictionary with all well trajectories. :param trajectoryfile: str, path to well trajectory file :param trajectoryinstance: Dc1dwell/Dict, instance of well trajectory object :return: Dict, dictionary containing all trajectories for all wells