gemgis.visualization.plot_data#

gemgis.visualization.plot_data(geo_data, show_basemap: bool = False, show_geolmap: bool = False, show_topo: bool = False, show_interfaces: bool = False, show_orientations: bool = False, show_customsections: bool = False, show_wms: bool = False, show_legend: bool = True, show_hillshades: bool = False, show_slope: bool = False, show_aspect: bool = False, show_contours: bool = False, add_to_extent: float = 0, hide_topo_left: bool = False, **kwargs)#

Plotting Input Data

Parameters
  • geo_data – GemPy Geo Data Class containing the raw data

  • show_basemap (bool) – Showing the basemap. Options include True and False, default is False

  • show_geolmap (bool) – Showing the geological map. Options include True and False, default is False

  • show_topo (bool) – Showing the topography/digital elevation model. Options include True and False, default is False

  • show_interfaces (bool) – Showing the interfaces. Options include True and False, default is False

  • show_orientations (bool) – Showing orientations. Options include True and False, default is False

  • show_customsections (bool) – Showing custom sections. Options include True and False, default is False

  • show_wms (bool) – Showing a WMS layer. Options include True and False, default is False

  • show_legend (bool) – Showing the legend of interfaces. Options include True and False, default is False

  • show_hillshades (bool) – Showing hillshades. Options include True and False, default is False

  • show_slope (bool) – Showing the slope of the DEM. Options include True and False, default is False

  • show_aspect (bool) – Showing the aspect of the DEM. Options include True and False, default is False

  • show_contours (bool) – Showing the contours of the DEM

  • add_to_extent (float) – Number of meters to add to the extent of the plot in each direction, e.g. add_to_extent=10, default is 0

  • hide_topo_left (bool) – If set to True, the topography will not be shown in the left plot. Options include True and False, default is False

  • cmap_basemap (str) – Cmap for basemap

  • cmap_geolmap (str) – Cmap for geological map

  • cmap_topo (str) – Cmap for topography

  • cmap_hillshades (str) – Cmap for hillshades

  • cmap_slope (str) – Cmap for slope

  • cmap_aspect (str) – Cmap for aspect

  • cmap_interfaces (str) – Cmap for interfaces

  • cmap_orientations (str) – Cmap for orientations

  • cmap_wms (str) – Cmap for WMS Service

  • cmap_contours (str) – Cmap for contour lines

New in version 1.0.x.