Metadata-Version: 2.1
Name: glaft
Version: 1.0.0
Summary: GLAFT evaluates the quality of glacier velocity maps using statistics and physics based metrics.
Home-page: https://github.com/whyjz/GLAFT.git
Author: The GLAFT team
Author-email: whyjz@berkeley.edu
Maintainer: Whyjay Zheng
Maintainer-email: whyjz@berkeley.edu
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Scientific/Engineering :: Image Processing
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >= 3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cmcrameri
Requires-Dist: geopandas
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: rasterio
Requires-Dist: scikit-learn
Requires-Dist: scipy
Requires-Dist: shapely

# GLAcier Feature Tracking testkit: `glaft`

A Python package for assessing and benchmarking feature-tracked glacier velocity maps derived from satellite imagery. Includes demo Notebook examples using data from Kaskawulsh glacier, Canada. See our [user manual](https://whyjz.github.io/GLAFT/doc/introduction.html) for more information.

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/whyjz/GLAFT/master?labpath=doc%2Fquickstart.ipynb)

## Installation

**Try GLAFT without installing**: We recommend running our [Quick Start notebook on MyBinder.org](https://mybinder.org/v2/gh/whyjz/glacier-ft-test/master?urlpath=tree/jupyter-book/doc/quickstart.ipynb).

**For cloud access**: We recommend using the [Ghub portal to launch GLAFT](https://theghub.org/tools/glaft/status) (registration required).

**For local installation**: GLAFT is available on PyPI and can be installed via `pip`. 

```
pip install glaft
```

## License

GLAFT uses the [MIT License](https://github.com/whyjz/GLAFT/blob/master/LICENSE).

Contribution is always welcome!
