gemgis.postprocessing.extract_lithologies#

gemgis.postprocessing.extract_lithologies(geo_model, extent: list, crs: Union[str, pyproj.crs.crs.CRS]) geopandas.geodataframe.GeoDataFrame#

Extracting the geological map as GeoDataFrame

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

  • extent (list) – Extent of geo_model

  • crs (Union[str, pyproj.crs.crs.CRS]) – Coordinate References System

Returns

lith – Lithologies of the geological map

Return type

gpd.geodataFrame.GeoDataFrame

New in version 1.0.x.