Deltares / Ribasim-NL

Ribasim water resources modeling in the Netherlands
https://ribasim.nl/
MIT License
4 stars 0 forks source link

Manifest #66

Closed d2hydro closed 5 months ago

d2hydro commented 6 months ago

Regarding my latest comment: https://github.com/Deltares/Ribasim/issues/960#issuecomment-1945681068 some thoughts, assumption and a sollution we can experiment with in this repo.

Thoughts and assumptions:

Sollution: We write a manifest.json With 3 blocks (see example below):

{
    "ribasim": {
        "database": "database.gpkg",
        "results_dir": "results",
        "toml": "lhm.toml",
        "version": "0.7.0",
    },
    "extra_layers":{
        "Area": {"file": "project_data.gpkg", "layer": "area"}
}
    "extra_data": [
    "file": "readme.md", "description": "Logbestand modellering",
    "file": "kunstwerken.xlsx", "description": "instellingen kunstwerken zoals afgesproken met Rijkswaterstaat"
    ]
    }
d2hydro commented 6 months ago

After discussion, this is the status: