Updated README with help on running modules
This commit is contained in:
parent
967cd26d82
commit
0a5596fe63
1 changed files with 15 additions and 0 deletions
15
README.md
15
README.md
|
@ -5,6 +5,21 @@ displacement at the Artha breakwater on February 28, 2017"
|
|||
|
||||
[Report](https://kalliope.edgarpierre.fr/latex/m2cce/internship/report.pdf)
|
||||
|
||||
## Configuration
|
||||
|
||||
Each part can be run in their respective directories.
|
||||
```
|
||||
$ python -m processing.swash -h
|
||||
usage: swash.py [-h] [-v] [-c CONFIG]
|
||||
|
||||
Run swash model
|
||||
|
||||
options:
|
||||
-h, --help show this help message and exit
|
||||
-v, --verbose
|
||||
-c CONFIG, --config CONFIG
|
||||
```
|
||||
|
||||
## Bathymetry
|
||||
|
||||
* Insert database in `data/data`
|
||||
|
|
Loading…
Reference in a new issue