Meandergraph
a graph-based approach to describing meanders and point bars
Install / Use
/learn @zsylvester/MeandergraphREADME
meandergraph
<img src="https://github.com/zsylvester/meandergraph/blob/main/meander_graph_1.svg" width="800">Description
'meandergraph' is a Python module that relies on graphs to describe, analyze, and visualize the migration of meandering channels.
This is work in progress.
Requirements
- numpy
- matplotlib
- scipy
- pandas
- geopandas
- librosa
- networkx
- shapely
- tqdm
Installation
coming soon to pip
Getting started
See the meandergraph_Mamore_banks_simple_example.ipynb notebook for an example of how the displacement of the banks of the Mamore River in Bolivia can be analyzed using meandergraph. The shapefiles are available in the 'data' folder.
License
meandergraph is licensed under the Apache License 2.0.
