donuthole8 / sediment-flow

0 stars 0 forks source link

土砂移動推定

概要

処理の流れ

ディレクトリ構成

.
├── modules            : モジュールファイル
│    ├── driver.py     : 各処理の呼び出し
│    ├── prcess.py     : 画像処理
│    ├── tif.py        : tif画像操作
│    └── tool.py       : 共有モジュール
├── inputs/            : 入力画像
├── outputs/           : 出力画像・ファイル
├── area_data/         : 領域データ
├── app.py             : 各処理の起動ファイル
├── Makefile           : 全体の実行処理記述
├── .gitignore
└── README.md

動作環境