Skip to content

Commit

Permalink
Use the new URLs (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
visr authored Aug 20, 2024
1 parent e6f8af8 commit 3e5e408
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 12 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
# Ribasim-NL

**Documentation: https://deltares.github.io/Ribasim-NL/**
**Documentation: https://ribasim.nl/**

[Ribasim](https://deltares.github.io/Ribasim/) is a water resources model. It includes the Python package [`ribasim`](https://deltares.github.io/Ribasim/python/), which aims to make it easy to build, update and analyze Ribasim models programmatically.
[Ribasim](https://ribasim.org/) is a water resources model.
It includes the Python package `ribasim`, which aims to make it easy to build, update and analyze Ribasim models programmatically.

For the application of Ribasim in the Netherlands, specific tools need to be developed, to work with existing databases and models. This repository exists to collaborate on such tools. It aims to integrate and share existing efforts by Sweco, HKV and D2Hydro:
For the application of Ribasim in the Netherlands, specific tools need to be developed, to work with existing databases and models.
This repository exists to collaborate on such tools.
It aims to integrate and share existing efforts by Sweco, HKV and D2Hydro:

- [harm-nomden-sweco/ribasim_lumping](https://github.com/harm-nomden-sweco/ribasim_lumping)
- [rbruijnshkv/TKI-ribasim](https://github.com/rbruijnshkv/TKI-ribasim)
- [d2hydro/lhm-ribasim](https://github.com/d2hydro/lhm-ribasim)

The approach is to identify common functionalities, and add them one-by-one, directly adding documentation and tests. The goal is to be able to run entire workflows from base data to Ribasim model using the functions from Ribasim-NL.
The approach is to identify common functionalities, and add them one-by-one, directly adding documentation and tests.
The goal is to be able to run entire workflows from base data to Ribasim model using the functions from Ribasim-NL.

Where needed developments will be coordinated with the generic functionality in [Deltares/Ribasim](https://github.com/Deltares/Ribasim).
2 changes: 1 addition & 1 deletion docs/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ title: "Ribasim-NL"
---

Ribasim-NL facilitates Ribasim water resources modeling in the Netherlands.
For more informantion on Ribasim itself please see the [Ribasim documentation](https://deltares.github.io/Ribasim/).
For more informantion on Ribasim itself please see the [Ribasim documentation](https://ribasim.org/).
4 changes: 2 additions & 2 deletions src/hydamo/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ tests = ["pytest"]
path = "hydamo/__init__.py"

[project.urls]
Documentation = "https://deltares.github.io/Ribasim-NL/HyDAMO"
Source = "https://github.com/Deltares/Ribasim-nl"
Documentation = "https://ribasim.nl/"
Source = "https://github.com/Deltares/Ribasim-NL"
4 changes: 2 additions & 2 deletions src/peilbeheerst_model/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ tests = ["pytest"]
path = "peilbeheerst_model/__init__.py"

[project.urls]
Documentation = "https://deltares.github.io/Ribasim-NL/Peilbeheerst-model"
Source = "https://github.com/Deltares/Ribasim-nl"
Documentation = "https://ribasim.nl/"
Source = "https://github.com/Deltares/Ribasim-NL"
2 changes: 1 addition & 1 deletion src/ribasim_lumping/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ribasim-lumping

This python package is used to develop an aggregated Ribasim network (Deltares, https://github.com/Deltares/Ribasim). Documentation: https://deltares.github.io/Ribasim/
This python package is used to develop an aggregated Ribasim network (Deltares, https://github.com/Deltares/Ribasim). Documentation: https://ribasim.org/

This code was integrated into the Ribasim-NL repository after development in https://github.com/harm-nomden-sweco/ribasim_lumping.

Expand Down
4 changes: 2 additions & 2 deletions src/ribasim_nl/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ tests = ["pytest"]
path = "ribasim_nl/__init__.py"

[project.urls]
Documentation = "https://deltares.github.io/Ribasim-NL"
Source = "https://github.com/Deltares/Ribasim-nl"
Documentation = "https://ribasim.nl/"
Source = "https://github.com/Deltares/Ribasim-NL"

0 comments on commit 3e5e408

Please sign in to comment.