Metadata-Version: 2.4
Name: toolbox_continu_inzicht
Version: 0.1.1
Summary: Toolbox voor waterkeringbeheerders om risico's in kaart te brengen
Project-URL: Documentation, https://continu-inzicht.github.io/toolbox-continu-inzicht/
Project-URL: Source, https://github.com/continu-inzicht/toolbox-continu-inzicht
Author-email: David Haasnoot <d.haasnoot@hkv.nl>, Jerom Aerts <j.aerts@hkv.nl>, David Haasnoot <d.haasnoot@hkv.nl>, Guy Dupuits <dupuits@hkv.nl>, Bart Thonus <b.thonus@hkv.nl>, Rolf Waterman <r.watermans@hkv.nl>, Marit Zethof <m.zethof@hkv.nl>
License: GPL-3.0-or-later
License-File: LICENSE
Requires-Python: >=3.9
Requires-Dist: fiona
Requires-Dist: geopandas
Requires-Dist: httpx
Requires-Dist: matplotlib
Requires-Dist: netcdf4>=1.7.1
Requires-Dist: openpyxl
Requires-Dist: openturns>=1.23
Requires-Dist: pandas
Requires-Dist: probabilistic-piping==0.0.5
Requires-Dist: psycopg2
Requires-Dist: pyarrow
Requires-Dist: pydantic>=2
Requires-Dist: pydra-core==0.0.9
Requires-Dist: pyogrio
Requires-Dist: python-dotenv>=1.0.1
Requires-Dist: pyyaml
Requires-Dist: requests
Requires-Dist: shapely
Requires-Dist: sqlalchemy
Requires-Dist: tqdm>=4.67.1
Requires-Dist: xarray
Description-Content-Type: text/markdown

# Continu Inzicht Toolbox <img align="right" src="https://github.com/continu-inzicht/toolbox-continu-inzicht/raw/main/docs/assets/logo.png" height="40" alt='logo'/>

[![Run Pytest](https://github.com/continu-inzicht/toolbox-continu-inzicht/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/continu-inzicht/toolbox-continu-inzicht/actions/workflows/tests.yml)
[![Render and Publish Docs](https://github.com/continu-inzicht/toolbox-continu-inzicht/actions/workflows/quarto-docs.yml/badge.svg)](https://github.com/continu-inzicht/toolbox-continu-inzicht/actions/workflows/quarto-docs.yml)
[![Pre-commit](https://github.com/continu-inzicht/toolbox-continu-inzicht/actions/workflows/pre-commit.yml/badge.svg)](https://github.com/continu-inzicht/toolbox-continu-inzicht/actions/workflows/pre-commit.yml)
[![Upload Python Package](https://github.com/continu-inzicht/toolbox-continu-inzicht/actions/workflows/python-publish.yml/badge.svg)](https://github.com/continu-inzicht/toolbox-continu-inzicht/actions/workflows/python-publish.yml)
[![PyPI](https://img.shields.io/pypi/v/toolbox-continu-inzicht)](https://pypi.org/project/toolbox-continu-inzicht)
[![image](https://img.shields.io/badge/fair--software.eu-%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8B-yellow)](https://fair-software.eu)

Python toolbox voor waterkeringbeheerders om risico's in kaart te brengen. Bij het ontwikkelen van de toolbox is rekening gehouden met type interacties met de toolbox: het gebruiken van de toolbox en bijdragen. Op de [wiki](https://continu-inzicht.github.io/toolbox-continu-inzicht/) is voor beide informatie beschikbaar.

## Gebruik van de toolbox

De toolbox kan geïnstalleerd worden met:

```bash
pip install toolbox-continu-inzicht
```

Het gebruik van een conda environment wordt sterk aanbevolen, hiervoor kan je gebruik maken van het volgende commando:

```bash
conda env create --file=https://raw.githubusercontent.com/continu-inzicht/toolbox-continu-inzicht/refs/heads/main/src/requirements.yaml
```

Onder het kopje [instaleren](https://continu-inzicht.github.io/toolbox-continu-inzicht/install.html) op de wiki vindt je meer informatie. Zie het kopje [modules](https://continu-inzicht.github.io/toolbox-continu-inzicht/modules.html) voor beschrijving van hoe je verschillende bouwstenen van de toolbox continu inzicht kan benutten, of bekijk het [voorbeeld](https://continu-inzicht.github.io/toolbox-continu-inzicht/examples/notebooks/proof_of_concept.html).

## Afhankelijkheden

Voor het berekenen van fragility curves worden twee packages gebruikt: [Pydra-core](https://github.com/HKV-products-services/pydra_core) voor GEKB en [probabilistic-piping](https://github.com/HKV-products-services/probabilistic_piping) voor STPH. Deze worden los ontwikkeld door HKV.

## License

Copyright (c) 2024 - 2025, HKV lijn in Water

[GPL 3.0 or later](https://github.com/continu-inzicht/toolbox-continu-inzicht/blob/main/LICENSE)
