gemgis.postprocessing.extract_orientations_from_mesh#

gemgis.postprocessing.extract_orientations_from_mesh(mesh: pyvista.core.pointset.PolyData, crs: Union[str, pyproj.crs.crs.CRS]) geopandas.geodataframe.GeoDataFrame#

Extracting orientations (dip and azimuth) from PyVista Mesh

Parameters
  • mesh (pv.core.pointset.PolyData) – PyVista Mesh from which the orientations will be extracted

  • crs (Union[str, pyproj.crs.crs.CRS]) – Coordinate reference system of the returned GeoDataFrame, crs='EPSG:4326'

Returns

gdf_orientations – GeoDataFrame consisting of the orientations

Return type

gpd.geodataframe.GeoDataFrame

New in version 1.0.x.