This project aims to create a unified methodology for consequence modeling that seamlessly integrates both coastal and inland approaches, providing adaptable and efficient solutions for a wide range of scenarios. For more details on this project, please view our Consequences Solution documentation.
Install uv if you haven't already:
Linux/macOS:
curl -LsSf https://astral.sh/uv/install.sh | shWindows PowerShell:
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"For other installation methods, see the uv documentation.
- Create a Python virtual environment and install dependencies
uv sync --all-packages- Run tests
uv run pytest -q- Run the local
mkdocsserver.
uv run mkdocs serve
To set up a pre-commit hook for mdformat to automatically format Markdown files within the repository:
(venv-inland) $ pre-commit install