Skip to content

Reference

The project module

Project dataclass

Create a new altimetry project from configuration file

Parameters:

Name Type Description Default
name str

name of altimetry project

required
config str

path to configuration file

required

Examples:

>>> proj = Project(name="Lower Mekong", config='./data/lower_mekong.yaml')