toolbox-continu-inzicht
Python toolbox voor waterkeringbeheerders om risico's in kaart te brengen.
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.5%) to scientific vocabulary
Repository
Python toolbox voor waterkeringbeheerders om risico's in kaart te brengen.
Basic Info
- Host: GitHub
- Owner: continu-inzicht
- License: gpl-3.0
- Language: Python
- Default Branch: main
- Homepage: https://continu-inzicht.github.io/toolbox-continu-inzicht/
- Size: 9.81 MB
Statistics
- Stars: 2
- Watchers: 0
- Forks: 2
- Open Issues: 6
- Releases: 2
Metadata Files
README.md
Toolbox Continu Inzicht 
De Toolbox Continu Inzicht is een Python-toolbox voor waterkeringbeheerders om risico's in kaart te brengen. Bij het ontwikkelen van de toolbox is rekening gehouden met de volgende type interacties met de toolbox: het gebruiken van de toolbox en bijdragen aan de toolbox. Op de wiki is over 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 Installeren op de wiki vindt je meer informatie. Zie Modules voor een beschrijving van de mogelijkheden van de bouwstenen van de Toolbox Continu Inzicht of bekijk het voorbeeld.
Bijdragen aan de toolbox
Zie Bijdragen op de wiki voor een uitgebreide uitleg.
Ontwikkelen in het kort
Pixi
We maken gebruik van Pixi om de conda-environment te beheren.
Installatie-instructies Windows
```powershell iwr -useb https://pixi.sh/install.ps1 | iex ```Installatie-instructies Linux/Mac
```bash curl -fsSL https://pixi.sh/install.sh | bash ```Installeer Python-packages met Pixi
Met het pixi commando in PowerShell kun je vervolgens de juiste Python-packages installeren:
bash
pixi install
Pixi gebruikt het pixi.lock bestand om de juiste packages te laden en zet deze in de .pixi map. Dit kan even duren.
JupyterLab
bash
pixi run jupyter lab
Of selecteer de juiste Python-instantie: .pixi\envs\default\python.exe in je ontwikkelomgeving.
Afhankelijkheden
Voor het berekenen van Fragility Curves worden twee packages gebruikt: Pydra Core voor GEKB en Probabilistic piping voor STPH. Deze worden los ontwikkeld door HKV.
License
Copyright (c) 2024 - 2025, HKV lijn in Water
GPL 3.0 or later
Owner
- Name: continu-inzicht
- Login: continu-inzicht
- Kind: organization
- Repositories: 1
- Profile: https://github.com/continu-inzicht
Citation (CITATION.cff)
# YAML 1.2
---
authors:
-
affiliation: "HKV lijn in water"
family-names: Haasnoot
given-names: David
orcid: "https://orcid.org/0009-0002-4838-8350"
-
affiliation: "HKV lijn in water"
family-names: Aerts
given-names: Jerom
orcid: "https://orcid.org/0000-0003-0157-4818"
-
affiliation: "HKV lijn in water"
family-names: Dupuits
given-names: Guy
orcid: "https://orcid.org/0000-0002-2472-7699"
-
affiliation: "HKV lijn in water"
family-names: Waterman
given-names: Rolf
-
affiliation: "HKV lijn in water"
family-names: Thonus
given-names: Bart
-
ffiliation: "HKV lijn in water"
family-names: Zethof
given-names: Marit
cff-version: "0.0.1"
keywords:
- Waterveiligheid
license: "GPL-3.0-or-later"
message: "If you use this software, please cite it using these metadata."
repository-code: "https://github.com/continu-inzicht/toolbox-continu-inzicht"
title: Toolbox Continu Inzicht
GitHub Events
Total
- Create event: 36
- Commit comment event: 1
- Release event: 2
- Issues event: 7
- Watch event: 2
- Delete event: 26
- Issue comment event: 19
- Push event: 449
- Pull request review comment event: 2
- Pull request review event: 9
- Pull request event: 57
Last Year
- Create event: 36
- Commit comment event: 1
- Release event: 2
- Issues event: 7
- Watch event: 2
- Delete event: 26
- Issue comment event: 19
- Push event: 449
- Pull request review comment event: 2
- Pull request review event: 9
- Pull request event: 57
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 6
- Total pull requests: 15
- Average time to close issues: N/A
- Average time to close pull requests: 6 days
- Total issue authors: 2
- Total pull request authors: 4
- Average comments per issue: 0.17
- Average comments per pull request: 0.13
- Merged pull requests: 10
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 6
- Pull requests: 15
- Average time to close issues: N/A
- Average time to close pull requests: 6 days
- Issue authors: 2
- Pull request authors: 4
- Average comments per issue: 0.17
- Average comments per pull request: 0.13
- Merged pull requests: 10
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- Daafip (6)
- BramHHNK (3)
Pull Request Authors
- Daafip (35)
- BramHHNK (6)
- RolfWaterman (2)
- guydup (1)
- thonusbart (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 56 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 5
- Total maintainers: 2
pypi.org: toolbox-continu-inzicht
Toolbox voor waterkeringbeheerders om risico's in kaart te brengen
- Documentation: https://continu-inzicht.github.io/toolbox-continu-inzicht/
- License: GPL-3.0-or-later
-
Latest release: 0.1.1
published 9 months ago
Rankings
Maintainers (2)
Dependencies
- actions/checkout v4 composite
- peaceiris/actions-gh-pages v4 composite
- prefix-dev/setup-pixi v0.8.1 composite
- actions/checkout v4 composite
- prefix-dev/setup-pixi v0.8.1 composite
- actions/checkout v4 composite
- prefix-dev/setup-pixi v0.8.1 composite
- geopandas *
- numpy *
- pandas *
- shapely *