base#

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)

Load a Pastas Model from file.

dump(fname, data, **kwargs)

Save a pastas-model to a file.