https://github.com/joseph-pq/awive
Adaptive Water Image Velocimetry Estimator for river flow measurements
https://github.com/joseph-pq/awive
flow image-velocimetry python river
Last synced: about 1 year ago
JSON representation
Adaptive Water Image Velocimetry Estimator for river flow measurements
- Host: GitHub
- URL: https://github.com/joseph-pq/awive
- Owner: joseph-pq
- License: mit
- Created: 2021-11-09T05:42:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-13T02:12:42.000Z (about 1 year ago)
- Last Synced: 2025-04-13T02:25:39.455Z (about 1 year ago)
- Topics: flow, image-velocimetry, python, river
- Language: Python
- Homepage: https://joseph-pq.github.io/awive/
- Size: 1.06 MB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AWIVE
[](https://docs.python.org/3.9/)
[](https://opencv.org/releases/)
[](https://github.com/astral-sh/uv)
[](https://github.com/astral-sh/ruff)
[](https://github.com/pre-commit/pre-commit)
[](https://github.com/joseph-pq/awive/actions/workflows/code-quality.yml)
[](https://github.com/joseph-pq/awive/actions/workflows/tests.yaml)
[](https://codecov.io/gh/joseph-pq/awive)
[](https://github.com/nathanpainchaud/lightning-hydra-template?tab=MIT-1-ov-file)
AWIVE, an acronym for Adaptive Water Image Velocimetry Estimator, is a
software package designed for estimating the velocity field from a sequence of
images. It comprises two methods: STIV and OTV, both geared towards achieving
velocity estimations with low computational costs.
## Installing
Install and update using pip:
```bash
pip install awive
```
## Usage
If you want to know how to configure the json file, use the [awive configurator](https://github.com/JosephPenaQuino/awive-configurator)
Execute the commands below:
```
pyenv local 3.11.2
poetry install
poetry run python -m awive.otv river-brenta d0000 -v
```