Skip to content

slf_bottom_zones

Luc DURON edited this page Apr 6, 2023 · 1 revision
usage: slf_bottom_zones.py [-h] [--force] [--verbose] [--threshold THRESHOLD]
                           inname outname i3s_names [i3s_names ...]

@brief:
Modifier la bathymétrie par des zones définies par des polylignes

@info:
* value in i3s file is not used

@features:
* interpolate intermediate point if bottom is below a threshold...

@prerequisites:
* file is a mesh 2D
* variable 'B' (BOTTOM) is required

/!\ NECESSITE pyteltools !

positional arguments:
  inname                Serafin input filename
  outname               Serafin output filename
  i3s_names             i3s BlueKenue 3D polyline file

options:
  -h, --help            show this help message and exit
  --force, -f           force output overwrite (default: False)
  --verbose, -v         increase output verbosity (default: False)
  --threshold THRESHOLD
                        value to interpolate (default: None)
Clone this wiki locally