gempy.core.data.MetaData

class gempy.core.data.MetaData(project_name='default_project')[source]

Class containing metadata of the project.

Set of attributes and methods that are not related directly with the geological model but more with the project

Parameters

project_name (str) – Name of the project. This is use as default value for some I/O actions

date

Time of the creations of the project

Type

str

project_name

Name of the project. This is use as default value for some I/O actions

Type

str

Examples using MetaData

Methods

__init__([project_name])

Initialize self.

__init__(project_name='default_project')[source]

Initialize self. See help(type(self)) for accurate signature.