TideGaugeConfigModel

database_builder.TideGaugeConfigModel()

Represents a tide gauge model.

Attributes

source : TideGaugeSource

The source of the tide gauge data.

description : str, default ""

Description of the tide gauge.

ref : Optional[str], default None

The reference name. Should be defined in the water level references.

id : Optional[int], default None

The station ID.

lon : Optional[float], default None

Longitude of the tide gauge.

lat : Optional[float], default None

Latitude of the tide gauge.

file : Optional[str], default None

The file associated with the tide gauge data.

max_distance : Optional[us.UnitfulLength], default None

The maximum distance.

Back to top