GeoSure#

class caf.cvt.model_config.GeoSure(*, zip_path, collapsible_deposits, compressible_ground, landslides, running_sand, shrink_swell, soluble_rocks)[source]#

Bases: BaseConfig

Configuration for GeoSure data.

Parameters:
  • zip_path (Path)

  • collapsible_deposits (str)

  • compressible_ground (str)

  • landslides (str)

  • running_sand (str)

  • shrink_swell (str)

  • soluble_rocks (str)

zip_path[source]#

Path to the GeoSure zip file.

Type:

pathlib.Path

collapsible_deposits[source]#

Internal path to the collapsible deposits file.

Type:

str

compressible_ground[source]#

Internal path to the compressible ground file.

Type:

str

landslides[source]#

Internal path to the landslides file.

Type:

str

running_sand[source]#

Internal path to the running sand file.

Type:

str

shrink_swell[source]#

Internal path to the shrink swell file.

Type:

str

soluble_rocks[source]#

Internal path to the soluble rocks file.

Type:

str

Attributes

model_config

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

zip_path

collapsible_deposits

compressible_ground

landslides

running_sand

shrink_swell

soluble_rocks

Methods

Attributes Documentation

model_config = {}#

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

zip_path: Path[source]#
collapsible_deposits: str[source]#
compressible_ground: str[source]#
landslides: str[source]#
running_sand: str[source]#
shrink_swell: str[source]#
soluble_rocks: str[source]#