Koswat dike profile module

            GNU GENERAL PUBLIC LICENSE
              Version 3, 29 June 2007

KOSWAT, from the dutch combination of words Kosts-Wat (what are the costs) Copyright (C) 2025 Stichting Deltares

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

KoswatProfileBase dataclass

Bases: KoswatProfileProtocol

Basic definition and implementation of a KoswatProfileProtocol. It represents the initial koswat profile being provided by the user from which further calculations will be made.

points: list[Point] property

The combination of points from both water and polder sides.

Returns:
  • list[Point]

    list[Point]: A total of eight points comforming the KoswatProfile.

polderside_width: float property

The profile extent on the polderside from x-coordinate of point 4 of the (old) profile (assumed to be 0) to the largest (right-most) x-coordinate of the (reinforced) profile.

Returns:
  • float( float ) –

    Polderside width.

profile_height: float property

The profile highest point (largest y-coordinate).

Returns:
  • float( float ) –

    Greatest y-coordinate.

profile_width: float property

The profile extent from the lowest (left-most) x-coordinate to the largest (right-most) x-coordinate from a dike geometry polygon.

Returns:
  • float( float ) –

    Total width.