-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathmetadata.txt
40 lines (30 loc) · 2 KB
/
metadata.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# This file contains metadata for your plugin. Since
# version 2.0 of QGIS this is the proper way to supply
# information about a plugin. The old method of
# embedding metadata in __init__.py will
# is no longer supported since version 2.0.
# This file should be included when you package your plugin.# Mandatory items:
[general]
name=GeoTrace
qgisMinimumVersion=2.99
qgisMaximumVersion=3.99
description=Collection of tools extracting trace data from commonly used geoscience rasters such as imagery, topography and geophysics.
version=1.34
author=Lachlan Grose
email=lachlan.grose@monash.edu
about=GeoTrace is a a QGIS plugin containing some helpful tools for extracting and analysing the orientations of geological structures. It can be used to rapidly digitize structural traces in raster data, estimate their 3D orientations using an associated DEM, and then visualise the results on stereonets and rose diagrams. There is a complementary plugin, Compass, for CloudCompare that provides similar functionalities for 3D point clouds. The trace extraction method (Trace tab) uses a least-cost path algorithm to "follow" linear features in the raster. This relies on a single-channel cost raster in which the structures of interest are represented by low values, and the background by high values. A variety of functions for quickly calculating such a cost function have been included in the Cost Calculator tab. See the about tab for more information and a quick guide on how to use the plugin
tracker=https://github.com/lachlangrose/GeoTrace/issues
repository=https://github.com/lachlangrose/GeoTrace
# End of mandatory metadata
# Recommended items:
# Uncomment the following line and add your changelog:
changelog=Fixed cost calculator type error
# Tags are comma separated with spaces allowed
tags=geoscience stereonet
homepage=https://github.com/lachlangrose/GeoTrace
category=Plugins
icon=icon.png
# experimental flag
experimental=True
# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False