TideGaugeConfigModel

database_builder.TideGaugeConfigModel()

Model for tide gauge configuration.

Parameters

source : TideGaugeSource

Source of tide gauge data.

description : str

Description of the tide gauge.

ref : Optional[str]

Reference name (should match water level references).

id : Optional[int]

Station ID.

lon : Optional[float]

Longitude.

lat : Optional[float]

Latitude.

file : Optional[str]

Path to tide gauge data file.

max_distance : Optional[us.UnitfulLength]

Maximum distance for gauge association.

Back to top