cff-version: 1.2.0 abstract: "
FluvGAN is a set of Python scripts to test generating and inverting fluvial deposits using generative adversarial networks (GANs) in the context of predicting the physical properties of the subsurface. It builds upon FluvDepoSet (https://doi.org/10.25919/4fyq-q291) - a dataset of 3D representations of fluvial deposits simulated with CHILD (https://github.com/childmodel/child), a landscape evolution model - for training, and upon voxgan (https://github.com/grongier/voxgan), a Python package making it easier to define and train GANs with PyTorch.
Installation
You can install all the packages needed to run all the scripts using conda and the file environment.yml included in this repository:
conda env create -f environment.yml
In addition, the file environment_cluster.yml contains the full list of packages with which the scripts were run on a cluster with a Linux system:
conda env create -f environment_cluster.yml
This environment misses some packages to visualize the results, because those steps were not done on the cluster, and it misses voxgan, because it was used during voxgan's development (now you can install it using pip, see https://github.com/grongier/voxgan).
Usage
FluvGAN is subdivided into three compressed folders:
You can find more information in the file README.md.
License
Copyright notice: Technische Universiteit Delft hereby disclaims all copyright interest in the program fluvgan written by the Author(s). Prof.dr.ir. S.G.J. Aarninkhof, Dean of the Faculty of Civil Engineering and Geosciences
© 2025, Guillaume Rongier, Luk Peeters
This work is licensed under a MIT OSS licence, see the file LICENSE for more information.
" authors: - family-names: Rongier given-names: Guillaume orcid: "https://orcid.org/0000-0002-5910-6868" - family-names: Peeters given-names: Luk orcid: "https://orcid.org/0000-0002-1776-3173" title: "FluvGAN: Python scripts to test generating and inverting fluvial deposits using GANs" keywords: version: 1 identifiers: - type: doi value: 10.4121/3469c879-f443-4fcf-83a2-b6df56e96714.v1 license: MIT date-released: 2025-10-15