gempy.get_data

gempy.get_data(model: gempy.core.model.Project, itype='data', numeric=False, verbosity=0)[source]

Method to return the data stored in pandas.DataFrame within a gempy.core.model.Project data object.

Parameters
  • model (gempy.core.model.Project) – Container class of all objects that constitute a GemPy model.

  • itype (str{'all', 'surface_points', 'orientations', 'surfaces', 'series', 'faults', 'faults_relations','additional data'}) – input data type to be retrieved.

  • numeric (bool) – if True it only returns numerical properties. This may be useful due to memory issues

  • verbosity (int) – Number of properties shown

Returns

Data Object df.

Return type

pandas.DataFrame