DaMapper as a standalone application with UI
Project description
| Example of use | Abstract |
|---|---|
| DaMapper is a damage segmentation and mapping tool for NDT data. The damage itself is abstracted as a polygon or idealized as an ellipse and can be exported layerwise as XML or IGES. Keywords: ndt segmentation postprocessing |
DaMapper
This package is supported by stmlab and is best installed by running
stmlab install damapper
Please refer to stmlab for further installation and licensing instructions.
Downloading
Use GIT to get the latest code base. From the command line, use
git clone https://gitlab.dlr.de/dlr-sy/damapper damapper
If you check out the repository for the first time, you have to initialize all submodule dependencies first. Execute the following from within the repository.
git submodule update --init --recursive
To fetch all required metadata for each submodule, use
git submodule foreach --recursive 'git checkout $(git config -f $toplevel/.gitmodules submodule.$name.branch || echo master) || git checkout main'
To update all refererenced submodules to the latest production level, use
git submodule foreach --recursive 'git pull origin $(git config -f $toplevel/.gitmodules submodule.$name.branch || echo master) || git pull origin main'
Installation
DaMapper can be installed from source using poetry. If you don't have poetry installed, run
pip install poetry --pre --upgrade
to install the latest version of poetry within your python environment. Use
poetry update
to update all dependencies in the lock file or directly execute
poetry install
to install all dependencies from the lock file. Last, you should be able to import DaMapper as a python package.
import damapper
Contact
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file damapper-1.7.11a2.tar.gz.
File metadata
- Download URL: damapper-1.7.11a2.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
51154f2a6decc089b643a37b57b160de41ff913d86392b61173418ad6bdbb9df
|
|
| MD5 |
482388c53f29156fdc91a295f7d54eb3
|
|
| BLAKE2b-256 |
c84fd2e2f126638dc54088e1c272e9eceeda36441ca0584037840bee58c98766
|
File details
Details for the file damapper-1.7.11a2-py2.py3-none-any.whl.
File metadata
- Download URL: damapper-1.7.11a2-py2.py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe3450f31b6dd793bd4b924f915a154844e083af03e1501987670096833292f7
|
|
| MD5 |
a0da79e4b4514466ebbd9220b8aa160d
|
|
| BLAKE2b-256 |
693e5d47c8e29ff25c22cc3eeaffb5d60f005bcab804983ba19c5c5d78a96753
|