Topography-based surface water modeling in Julia, with support for infiltration and temporal developments

Topography-based surface water modeling in Julia, with support for infiltration and temporal developments - Published in JOSS (2025)

https://github.com/sintefmath/surfacewaterintegratedmodeling.jl

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: joss.theoj.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.0%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

SWIM - Surface Water Integrated Modeling

Basic Info
  • Host: GitHub
  • Owner: sintefmath
  • License: apache-2.0
  • Language: Julia
  • Default Branch: main
  • Size: 90.1 MB
Statistics
  • Stars: 13
  • Watchers: 9
  • Forks: 1
  • Open Issues: 0
  • Releases: 3
Created almost 2 years ago · Last pushed 10 months ago
Metadata Files
Readme Contributing License Citation

README.md

Dev Build Status DOI

SWIM - Surface Water Integrated Modeling

SWIM is an open-source software package for static modeling and prediction of surface water and urban flooding based on analysis of terrain topography. It is developed and maintained by the Applied Computational Science research group at SINTEF Digital.

SWIM consists of a collection of algorithms for analysing terrain, identifying watershed boundaries, and providing a better understanding of how water accumulates and moves through the landscape. This is valuable for various purposes, such as water resource management, flood modeling, and environmental planning.

Our algorithms originate from work on CO2 storage and are based on an assumption of infinitesimal flow. These so-called spill-point analyses were later modified to model flooding in urban areas. Spill-point analyses are highly computationally efficient compared to tools based on numerical simulation. This makes it easy to work interactively and test out various scenarios and measures. SWIM offers some unique functionality, such as simplified infiltration models (both permeable and impermeable surfaces) and the calculation of time series that models how water accumulates or drains over time, without having to resort to computationally intensive numerical time-stepping approaches.

Functionality

SWIM is a set of tools that is intended to provide a flexible foundation for further development. Current functionality includes:

  • Static surface models
    • Calculation of catchment areas, waterways, and hierarchical networks of intermittent streams, ponds and lakes
    • Accumulation areas for water, topological network of ponds, and how they connect and merge together
    • Permanent water volumes such as rivers, lakes, and seas
  • Dynamic analysis
    • Terrain response to precipitation events and infiltration over time
    • Routing of water as ponds overflow
  • Terrain characteristics and infrastructure
    • Buildings, obstacles, drainage, and measures
    • Simplified infiltration model that supports both permeable and impermeable surfaces
  • Basic IO and visualization routines

image

System of lakes and rivers identified in the watershed analysis.

Learn more

The best way to get introduced to SWIM is to have a look at the provided examples: - The Urban landscape example provides an introduction to key SWIM functionality applied to a real dataset of a district in central Oslo. - The Simple synthetic example uses an extremely simplified surface to explain and demonstrate some key concepts. - The Handling flat areas example is a small example to show how large, flat water bodies can be identified and kept separate from the analysis.

Installation

The package is registered in the Julia package registry, and can be installed using: julia> using Pkg (@1.11) pkg> add SurfaceWaterIntegratedModeling

Note on running the examples

The scripts found in the example directory have their own Project.toml file. This environment should be activated before trying to run the examples. Here is a step-by-step guide to how you can make the examples run: 1) In your terminal, go to the example directory and start up Julia. 2) Go to the package mode by typing ] and activate the current directory by running activate . 3) If you want to run the example using the lastest SWIM package, run instantiate to ensure it is installed. On the other hand, if you rather want to use the currently checked out code, run dev .. (while still in package mode). 4) Exit package mode. Now you should be able to run the examples.

Note: It is recommended that you run the examples block-by-block in an IDE, rather than having them run through in one go by includeing them, in order to properly see all generated figures before they are updated/changed.

For inquiries, you can get in touch with the contact person listed at https://www.sintef.no/en/software/swim/.

Contributing

Please refer to CONTRIBUTING.md for instructions on how to report problems or suggest changes.

License information

Copyright (c) 2024 SINTEF Digital

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Owner

  • Name: SINTEF Digital - Mathematics and Cybernetics
  • Login: sintefmath
  • Kind: organization
  • Email: TrondRunar.Hagen@sintef.no
  • Location: Oslo, Norway

Citation (CITATION.cff)

cff-version: "1.2.0"
authors:
- family-names: Andersen
  given-names: Odd A.
  orcid: "https://orcid.org/0000-0002-2245-9512"
doi: 10.5281/zenodo.15306692
message: If you use this software, please cite our article in the
  Journal of Open Source Software.
preferred-citation:
  authors:
  - family-names: Andersen
    given-names: Odd A.
    orcid: "https://orcid.org/0000-0002-2245-9512"
  date-published: 2025-05-01
  doi: 10.21105/joss.07785
  issn: 2475-9066
  issue: 109
  journal: Journal of Open Source Software
  publisher:
    name: Open Journals
  start: 7785
  title: Topography-based surface water modeling in Julia, with support
    for infiltration and temporal developments
  type: article
  url: "https://joss.theoj.org/papers/10.21105/joss.07785"
  volume: 10
title: Topography-based surface water modeling in Julia, with support
  for infiltration and temporal developments
  

GitHub Events

Total
  • Create event: 4
  • Commit comment event: 12
  • Release event: 3
  • Issues event: 2
  • Watch event: 14
  • Issue comment event: 4
  • Push event: 56
  • Pull request review event: 1
  • Pull request event: 9
  • Fork event: 2
Last Year
  • Create event: 4
  • Commit comment event: 12
  • Release event: 3
  • Issues event: 2
  • Watch event: 14
  • Issue comment event: 4
  • Push event: 56
  • Pull request review event: 1
  • Pull request event: 9
  • Fork event: 2

Committers

Last synced: 9 months ago

All Time
  • Total Commits: 53
  • Total Committers: 4
  • Avg Commits per committer: 13.25
  • Development Distribution Score (DDS): 0.113
Past Year
  • Commits: 32
  • Committers: 2
  • Avg Commits per committer: 16.0
  • Development Distribution Score (DDS): 0.125
Top Committers
Name Email Commits
Odd o****n@s****o 47
Mark Kittisopikul k****m@j****g 4
Olav Møyner o****r@g****m 1
Odd Andersen o****n@g****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 1
  • Total pull requests: 5
  • Average time to close issues: less than a minute
  • Average time to close pull requests: about 20 hours
  • Total issue authors: 1
  • Total pull request authors: 2
  • Average comments per issue: 3.0
  • Average comments per pull request: 0.2
  • Merged pull requests: 5
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 5
  • Average time to close issues: less than a minute
  • Average time to close pull requests: about 20 hours
  • Issue authors: 1
  • Pull request authors: 2
  • Average comments per issue: 3.0
  • Average comments per pull request: 0.2
  • Merged pull requests: 5
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • JuliaTagBot (1)
Pull Request Authors
  • mkitti (8)
  • jbytecode (2)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 3
juliahub.com: SurfaceWaterIntegratedModeling

SWIM - Surface Water Integrated Modeling

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 3.2%
Average: 9.8%
Dependent packages count: 16.3%
Last synced: 6 months ago