GroundStability#

class caf.cvt.model_config.GroundStability(*, geo_shrink_swell, geosure)[source]#

Bases: BaseConfig

Configuration for ground stability data.

Parameters:
geo_shrink_swell[source]#

Dictionary of GeoShrinkSwell data.

Type:

dict

geosure[source]#

Configuration for GeoSure data.

Type:

GeoSure

Attributes

model_config

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

geo_shrink_swell

geosure

Methods

Attributes Documentation

model_config = {}#

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

geo_shrink_swell: dict[source]#
geosure: GeoSure[source]#