https://github.com/swisstopo/lg-tie-lib
python module for tie tools project (Landesgeologie)
https://github.com/swisstopo/lg-tie-lib
geocover geology ngm traces-interfaces-extraction
Last synced: 5 days ago
JSON representation
python module for tie tools project (Landesgeologie)
- Host: GitHub
- URL: https://github.com/swisstopo/lg-tie-lib
- Owner: swisstopo
- License: other
- Created: 2024-02-07T13:19:21.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-30T20:18:55.000Z (over 1 year ago)
- Last Synced: 2025-09-25T15:48:56.056Z (20 days ago)
- Topics: geocover, geology, ngm, traces-interfaces-extraction
- Language: Python
- Homepage:
- Size: 26.2 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Authors: AUTHORS.md
Awesome Lists containing this project
README
untie
=====A Python library implementing TIE (Trace Information Extraction) offering a new approach to extract structural data from geological maps.
Based on the following scientific paper:
Trace Information Extraction (TIE): A new approach to extract structural information from traces in geological maps (https://doi.org/10.1016/j.jsg.2019.06.007)

## Installation
**untie** is available on PyPI and Conda
Use pip to install:
```shell
pip install untie
```Or conda:
```shell
conda install swisstopo::untie
```## Demo
```shell
untie_demo
```