An open API service indexing awesome lists of open source software.

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)

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)

![TIE Demo](https://raw.githubusercontent.com/swisstopo/lg-tie-lib/master/untie_demo.png "TIE demo")

## 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
```