chookee / meandergraph

a graph-based approach to describing meanders and point bars

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

meandergraph

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.

About

a graph-based approach to describing meanders and point bars

License:Apache License 2.0


Languages

Language:Jupyter Notebook 75.3%Language:Python 24.7%