base#

This module provides functions to load and save Pastas models.

Examples

Load and save models:

ml.to_file("model.pas")
ml = ps.io.load("model.pas")

Functions#

load(→ pastas.typing.Model)

Method to load a Pastas Model from file.

dump(fname, data, **kwargs)

Method to save a pastas-model to a file.