GEB
Coupling of an agent-based model which simulates millions individual people or households, a hydrological model, a vegetation model and a hydrodynamic model.
https://github.com/geb-model/geb
Category: Hydrosphere
Sub Category: Freshwater and Hydrology
Keywords from Contributors
hydrology
Last synced: about 24 hours ago
JSON representation
Repository metadata
- Host: GitHub
- URL: https://github.com/geb-model/geb
- Owner: GEB-model
- License: gpl-3.0
- Created: 2022-07-11T09:56:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-11-28T15:40:40.000Z (27 days ago)
- Last Synced: 2025-11-30T08:49:26.934Z (26 days ago)
- Language: Python
- Homepage: https://docs.geb.sh/
- Size: 57.5 MB
- Stars: 10
- Watchers: 3
- Forks: 3
- Open Issues: 91
- Releases: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Citation: CITATION.cff
- Agents: AGENTS.md
README.md
GEB (Geographical Environmental and Behavioural model) simulates the environment (e.g., hydrology, floods), the individual people, households and orginizations as well as their interactions at both small and large scale. The model does so through a "deep" coupling of an agent-based model a hydrological model, a vegetation model and a hydrodynamic model. You can find full documentation here.
The figure below shows a schematic overview of GEB.
Installation (not for development)
GEB can be installed with pip, including all dependencies on Windows, Linux and Mac OS X.
pip install geb
or with uv, which first needs to be installed by running:
on Linux and Mac OS X:
curl -LsSf https://astral.sh/uv/install.sh | sh
on Windows:
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
After, GEB can be installed with:
uv pip install geb --prerelease=allow
To run SFINCS (the hydrodynamic model), you also need to install Docker (on Windows) or Apptainer (on Linux and Mac OS X). To install Docker you need to obtain and install Docker from their website (https://www.docker.com/get-started) and make sure Docker or Apptainer is running.
Development installation and setup
To contribute to GEB, we recommend first cloning the repository from this repo using git clone. A couple of steps are necessary before you can clone. First, first install git. Make sure you are a member of the GEB-model and put the right user credentials in your git, by pasting the following in your git bash shell or VS code terminal:
git config --global user.name "USERNAME"
git config --global user.email "GITHUB EMAIL"
We need to connect to Github through SSH before we can clone the repo. For this, carefully follow all the steps to generate a SSH key and to add this SSH key to your GitHub account. Select the right operator system (Max, Windows or Linux). See “Notes when installing on a HPC cluster” for instructions on how to do this on a remote machine.
After this, you are ready to clone the GEB repository!
Create a main GEB folder on your machine. Within this folder, create a folder where you would like to store the code and model, we call this the working directory. Note that this folder should NOT be placed into a cloud synchronized folder (e.g., OneDrive). In this working directory, create a folder called model, and place the model input files in this folder. The directory structure should look like this:
working directory
| model
| | model.yml
| | build.yml│
| | input
| | (potential other files and folders)
Then, in the working directory, open a new terminal and run the following command to clone (download) all the code from the repository:
git clone git@github.com:GEB-model/GEB.git
Now the directory structure should look like this:
working directory
| model
| | model.yml
| | build.yml
| | input
| | (potential other files and folders)
| GEB
| | README.md
| | (all files and folders from the repository)
Then proceed with the following commands:
cd GEB # switch the terminal to GEB code folder (../GEB/GEB)
git switch main # switch to the main development branch by default, but may be changed to another branch
Now, install uv using the command as listed above, in “Installation (not for development)”. Then, execute:
uv sync --dev # install all dependencies using uv
You will now have a virtual environment (.venv) in the GEB folder with the right Python installation and all packages you need.
Now open a new Visual Studio Code window in the GEB code folder, “../GEB/GEB” (or use the "File -> Open Folder" dialog in Visual Studio Code).
code .
Visual Studio code should now prompts you to install the recommended extensions, which we recommend you do. After installing the Python extension VS Code should also automatically use the environment you created earlier. To test this, open a terminal in VS Code (Terminal -> New Terminal) and run:
geb --help
If this doesn’t work, press "Ctrl+Shift+P", search for “Select Interpreter”, and choose the .venv environment (probably “./.venv/bin/python”).
We have also prepared a configuration for the debugger in .vscode/launch.json.sample and a settings file in .vscode/settings.json.sample with some useful default settings. To activate these files, duplicate (i.e., not remove or rename) the files and rename to .vscode/launch.json and .vscode/settings.json respectively.
The debugger assumes that you have the data files for the model located in ../model (i.e., your model.yml is in ..model/). You may need to adjust the paths in .vscode/launch.json to match your setup. If the debugger doesn’t work, ensure that your VS Code is opened in the ../GEB/GEB folder (not in the parent folder ../GEB).
Happy gebbing! Explore the GEB documentation to setup a model. Let us know when you run into issues, and any contributions to GEB are more than welcome. You can find a list of active and past contributors at the bottom of this file.
Installation on a remote High Performance Computer (HPC)
When working with GEB on a High Performance Computing (HPC) cluster, you can follow the same steps as above, but instead on a local terminal you need to use a terminal connected to the HPC Cluster. You need to connect VS Code (or another code editor) to the cluster, for example with a tunnel or SSH connection (see these instructions for the VU ADA HPC. Moreover, you need to take some additional aspects into account.
- We recommend WinSCP as a file manager. Ensure to show hidden files (which include the .ssh folder) by going to
preferences,panels, and thenshow hidden files. - To ensure VS Code can find git software, put the following in your .bashrc file:
module load shared 2025 git/2.45.1-GCCcore-13.3.0
- To connect to Github with a SSH from the cluster, follow this same link as above, but choose “Linux” and execute the steps on a terminal connected to the cluster (for example, from an SSH connected VS code terminal). As a result, the .ssh folder and the ssh key will be made inside your cluster folder.
Cite as
Model framework
de Bruijn, J. A., Smilovic, M., Burek, P., Guillaumot, L., Wada, Y., and Aerts, J. C. J. H.: GEB v0.1: a large-scale agent-based socio-hydrological model – simulating 10 million individual farming households in a fully distributed hydrological model, Geosci. Model Dev., 16, 2437–2454, https://doi.org/10.5194/gmd-16-2437-2023, 2023.
Applications
Kalthof, M. W. M. L., de Bruijn, J., de Moel, H., Kreibich, H., and Aerts, J. C. J. H.: Adaptive behavior of farmers under consecutive droughts results in more vulnerable farmers: a large-scale agent-based modeling analysis in the Bhima basin, India, NHESS, https://doi.org/10.5194/nhess-25-1013-2025, 2025.
Building on the shoulders of giants
GEB builds on, couples and extends several models, depicted in the figure below.
- Burek, Peter, et al. "Development of the Community Water Model (CWatM v1.04) A high-resolution hydrological model for global and regional assessment of integrated water resources management." (2019).
- Langevin, Christian D., et al. Documentation for the MODFLOW 6 groundwater flow model. No. 6-A55. US Geological Survey, 2017.
- Tierolf, Lars, et al. "A coupled agent-based model for France for simulating adaptation and migration decisions under future coastal flood risk." Scientific Reports 13.1 (2023): 4176.
- Streefkerk, Ileen N., et al. "A coupled agent-based model to analyse human-drought feedbacks for agropastoralists in dryland regions." Frontiers in Water 4 (2023): 1037971.
- Joshi, Jaideep, et al. "Plant-FATE-Predicting the adaptive responses of biodiverse plant communities using functional-trait evolution." EGU General Assembly Conference Abstracts. 2022.
- Leijnse, Tim, et al. "Modeling compound flooding in coastal systems using a computationally efficient reduced-physics solver: Including fluvial, pluvial, tidal, wind-and wave-driven processes." Coastal Engineering 163 (2021): 103796.
Developers (ordered by full-time equivalent working time on model)
Current or past contributors (in order of first to last contribution)
- Mikhail Smilovic
- Luca Guillaumot
- Romijn Servaas
- Thomas van Eldik
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
title: "GEB v0.1: a large-scale agent-based socio-hydrological model -- simulating 10 million individual farming households in a fully distributed hydrological model"
authors:
- family-names: "de Bruijn"
given-names: "J. A."
- family-names: "Smilovic"
given-names: "M."
- family-names: "Burek"
given-names: "P."
- family-names: "Guillaumot"
given-names: "L."
- family-names: "Wada"
given-names: "Y."
- family-names: "Aerts"
given-names: "J. C. J. H."
version: 0.1
journal-title: "Geoscientific Model Development"
year: 2023
month: 9
volume: 16
issue: 9
page: "2437-2454"
doi: "10.5194/gmd-16-2437-2023"
url: "https://gmd.copernicus.org/articles/16/2437/2023/"
Owner metadata
- Name: GEB-model
- Login: GEB-model
- Email:
- Kind: organization
- Description:
- Website:
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/152297940?v=4
- Repositories: 1
- Last ynced at: 2024-02-01T16:16:21.403Z
- Profile URL: https://github.com/GEB-model
GitHub Events
Total
- Create event: 91
- Issues event: 141
- Release event: 3
- Watch event: 5
- Delete event: 81
- Member event: 4
- Issue comment event: 54
- Push event: 984
- Pull request review comment event: 27
- Pull request review event: 47
- Pull request event: 169
Last Year
- Create event: 89
- Release event: 1
- Issues event: 141
- Watch event: 5
- Delete event: 80
- Member event: 4
- Issue comment event: 54
- Push event: 970
- Pull request review comment event: 27
- Pull request review event: 47
- Pull request event: 169
Committers metadata
Last synced: about 2 months ago
Total Commits: 2,901
Total Committers: 13
Avg Commits per committer: 223.154
Development Distribution Score (DDS): 0.175
Commits in past year: 1,606
Committers in past year: 12
Avg Commits per committer in past year: 133.833
Development Distribution Score (DDS) in past year: 0.238
| Name | Commits | |
|---|---|---|
| Jens de Bruijn | j****n@o****m | 2393 |
| Maurice | m****f@g****m | 178 |
| Tierolf | l****f@h****m | 159 |
| Tim Busker | t****l | 73 |
| Veerle Bril | v****l@v****l | 32 |
| T-Sadana | t****a@v****l | 19 |
| Rafaella Oliveira | r****o@g****m | 14 |
| Elisa Stefaniak | e****a@f****m | 12 |
| TimBusker | 8****r | 10 |
| Tierolf | l****0@n****r | 4 |
| Tierolf | l****0@n****r | 3 |
| Tierolf | l****0@n****r | 3 |
| Jens de Bruijn | j****n@o****m | 1 |
Committer domains:
- vu.nl: 2
- oulook.com: 1
- node241.cm.cluster: 1
- node242.cm.cluster: 1
- node240.cm.cluster: 1
- foxeswithdata.com: 1
Issue and Pull Request metadata
Last synced: about 2 months ago
Total issues: 184
Total pull requests: 259
Average time to close issues: about 1 month
Average time to close pull requests: 3 days
Total issue authors: 6
Total pull request authors: 10
Average comments per issue: 0.3
Average comments per pull request: 0.06
Merged pull request: 200
Bot issues: 0
Bot pull requests: 0
Past year issues: 105
Past year pull requests: 185
Past year average time to close issues: 16 days
Past year average time to close pull requests: 1 day
Past year issue authors: 5
Past year pull request authors: 9
Past year average comments per issue: 0.2
Past year average comments per pull request: 0.09
Past year merged pull request: 137
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
- jensdebruijn (147)
- WMLKalthof (16)
- ltierolf (9)
- TimBusker (8)
- T-Sadana (3)
- vcbril (1)
Top Pull Request Authors
- jensdebruijn (135)
- ltierolf (50)
- TimBusker (28)
- romijnservaas (12)
- WMLKalthof (12)
- vcbril (9)
- Royp-hydro (4)
- rafaellaglo (4)
- T-Sadana (3)
- foxeswithdata (2)
Top Issue Labels
- enhancement (20)
- bug (6)
- documentation (2)
- performance (2)
- invalid (1)
Top Pull Request Labels
Package metadata
- Total packages: 4
-
Total downloads:
- pypi: 497 last-month
- Total dependent packages: 0 (may contain duplicates)
- Total dependent repositories: 0 (may contain duplicates)
- Total versions: 20
- Total maintainers: 2
proxy.golang.org: github.com/geb-model/geb
- Homepage:
- Documentation: https://pkg.go.dev/github.com/geb-model/geb#section-documentation
- Licenses: gpl-3.0
- Latest release: v0.1.1 (published almost 3 years ago)
- Last Synced: 2025-10-29T20:52:01.017Z (about 2 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 5.395%
- Average: 5.576%
- Dependent repos count: 5.758%
proxy.golang.org: github.com/GEB-model/GEB
- Homepage:
- Documentation: https://pkg.go.dev/github.com/GEB-model/GEB#section-documentation
- Licenses: gpl-3.0
- Latest release: v0.1.1 (published almost 3 years ago)
- Last Synced: 2025-10-29T20:52:01.369Z (about 2 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 5.395%
- Average: 5.576%
- Dependent repos count: 5.758%
pypi.org: geb
GEB simulates the environment (e.g., hydrology, floods), the individual people, households and orginizations as well as their interactions at both small and large scale.
- Homepage:
- Documentation: https://geb.readthedocs.io/
- Licenses: GNU General Public License v3 (GPLv3)
- Latest release: 0.0.1 (published over 1 year ago)
- Last Synced: 2025-10-29T20:52:01.208Z (about 2 months ago)
- Versions: 11
- Dependent Packages: 0
- Dependent Repositories: 0
- Downloads: 18 Last month
-
Rankings:
- Dependent packages count: 10.637%
- Downloads: 15.074%
- Average: 28.538%
- Dependent repos count: 59.903%
- Maintainers (2)
pypi.org: geb-model
GEB simulates the environment, the individual behaviour of people, households and organizations - including their interactions - at small and large scale.
- Homepage:
- Documentation: https://geb-model.readthedocs.io/
- Licenses: GNU General Public License v3 (GPLv3)
- Latest release:
- Last Synced: 2025-02-07T00:37:48.741Z (11 months ago)
- Versions: 7
- Dependent Packages: 0
- Dependent Repositories: 0
- Downloads: 479 Last month
-
Rankings:
- Dependent packages count: 10.471%
- Average: 34.71%
- Dependent repos count: 58.949%
- Maintainers (1)
Dependencies
- actions/cache v2 composite
- actions/checkout v2 composite
- actions/setup-python v2 composite
- actions/upload-artifact v2 composite
- ammaraskar/sphinx-problem-matcher master composite
- peaceiris/actions-gh-pages v3 composite
- actions/checkout v3 composite
- psf/black stable composite
- actions/checkout v2 composite
- actions/setup-python v2 composite
- dask >=2023.3.0
- deap *
- geopandas >=0.14
- honeybees @git+https://github.com/jensdebruijn/honeybees
- hydromt-sfincs @git+https://github.com/Deltares/hydromt_sfincs
- numba *
- numpy *
- openpyxl *
- pandas *
- pybind11 *
- pyyaml *
- rasterio *
- rioxarray >=0.15
- tbb *
- xarray *
Score: 13.392675970054315