gemgis.postprocessing.extract_borehole#

gemgis.postprocessing.extract_borehole(geo_model, geo_data: gemgis.gemgis.GemPyData, loc: List[Union[int, float]], **kwargs)#

Extracting a borehole at a provided location from a recalculated GemPy Model

Parameters
  • geo_model (gp.core.model.Project) – Previously calculated GemPy Model

  • geo_data (gemgis.GemPyData) – GemGIS GemPy Data class used to calculate the previous model

  • loc (list) – List of X and Y point pairs representing the well location

  • zmax (Union[int, float]) – Value indicating the maximum depth of the well, default is minz of the previous model

  • res (int) – Value indicating the resolution of the model in z-direction

Returns

  • sol (np.ndarray)

  • well_model (gp.core.model.Project)

  • depth_dict (dict)

New in version 1.0.x.