该函数用于在Gempy中为方位数据建立地质体的映射。
self
: Orientations对象surfaces
: 一个由所有SurfaceData对象(来自Surface对象)组成的列表update
: 一个布尔值,设置为True则更新Orientations对象的属性值,设置为False则返回一个字典,不更改任何值(默认为True)。update
被设置为True,则该函数将会更新Orientations对象的属性值。update
被设置为 False,该函数将返回一个字典对象。map_data_from_surfaces
函数的主要作用是通过将SurfaceData对象与Orientations对象进行比较,将方位数据添加到地质体中。当传入的参数update
设置为True时,该函数会在Orientations对象中更新属性值。
geo_data.map_data_from_surfaces(surfaces, update=True)