https://github.com/computationalgeography/agent_based_exposure_assessment
https://github.com/computationalgeography/agent_based_exposure_assessment
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○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.1%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: computationalgeography
- License: mit
- Language: Python
- Default Branch: main
- Size: 76.2 KB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
- Releases: 0
Metadata Files
README.md
Agent-based exposure assessment
This repository contains building blocks for agent-based exposure assessment. An application example is given in the case study repository.
Please note that currently no installable package is available, and Linux is the only supported platform. You can raise issues or feature requests, or contact Oliver Schmitz if you have questions or need support in applying the framework. Linux user can build the sources from the repository, other operating systems would require additional support.
Building from source
The instructions are tailored to Debian-based systems. Note that a build of the project currently requires the Clang compiler. Install the required dependencies:
bash
apt install clang-18 ninja-build clang-18cmake liblua5.4-dev libboost-all-dev libtbb-dev nanobind-dev libbz2-dev python3-sphinx python3-pandas
Configure the project, e.g. with
bash
cmake \
-G "Ninja" \
-D CMAKE_C_COMPILER=clang-18 \
-D CMAKE_CXX_COMPILER=clang++-18 \
-S paper_agent_based_exposure_assessment \
-B /tmp/build
and compile
bash
cmake --build /tmp/build --target all
Owner
- Name: Computational Geography
- Login: computationalgeography
- Kind: organization
- Email: d.karssenberg@uu.nl
- Website: https://www.computationalgeography.org
- Repositories: 4
- Profile: https://github.com/computationalgeography
Computational Geography R&D team of the Department of Physical Geography at Utrecht University in the Netherlands
GitHub Events
Total
- Issues event: 1
- Push event: 25
- Create event: 1
Last Year
- Issues event: 1
- Push event: 25
- Create event: 1
Dependencies
- actions/checkout v4 composite