ogstools.ogs6py.properties module#

Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org)
Distributed under a Modified BSD License.

See accompanying file LICENSE or http://www.opengeosys.org/project/license

class ogstools.ogs6py.properties.Value[source]#

Bases: object

Class to hold property values.

medium: str#
value: float | None#
__init__(medium, value)#
class ogstools.ogs6py.properties.Property[source]#

Bases: object

Class to hold properties.

title: str#
symbol: str#
unit: str#
value: list[Value]#
__init__(title, symbol, unit, value=<factory>)#
class ogstools.ogs6py.properties.PropertySet[source]#

Bases: object

Class to hold a set of properties.

property: list[Property]#
__init__(property=<factory>)#