Skip to content

pism/glacier-flow-tools

Repository files navigation

License: GPL-3.0 Code style: black Checked with mypy

Glacier Flow Tools

Glacier Flow Tools facilitates analysis of glacier flow. It provides modules to compute pathlines (trajectories), compute flow across profiles (flux gates), etc. This tools is currently under development.

Installation

Get glacier-flow-tools source from GitHub:

$ git clone git@github.com:pism/glacier-flow-tools.git
$ cd glacier-flow-tools

Optionally create Conda environment named glacier-flow-tools:

$ conda env create -f environment.yml
$ conda activate glacier-flow-tools

or using Mamba instead:

$ mamba env create -f environment.yml
$ mamba activate glacier-flow-tools

Install glacier-flow-tools:

$ pip install .

Examples

Pathlines starting from the Jakobshaven Isbræ flux gate.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published