Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whyjz/GLAFT
GLAcier Feature Tracking testkit (GLAFT): evaluating glacier velocity products derived from feature tracking.
https://github.com/whyjz/GLAFT
cryosphere glaciers python remote-sensing science
Last synced: 3 months ago
JSON representation
GLAcier Feature Tracking testkit (GLAFT): evaluating glacier velocity products derived from feature tracking.
- Host: GitHub
- URL: https://github.com/whyjz/GLAFT
- Owner: whyjz
- License: mit
- Created: 2020-07-07T17:57:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-06T11:25:00.000Z (about 1 year ago)
- Last Synced: 2024-04-24T11:11:25.897Z (7 months ago)
- Topics: cryosphere, glaciers, python, remote-sensing, science
- Language: Jupyter Notebook
- Homepage: https://whyjz.github.io/GLAFT/
- Size: 517 MB
- Stars: 15
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- open-sustainable-technology - GLAFT - Python module for assessing glacier velocity maps using statistics- and physics-based metrics. (Cryosphere / Glacier and Ice Sheets)
README
# 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!