# This file contains metadata for your plugin.

# This file should be included when you package your plugin.# Mandatory items:

[general]
name=FaultBufferTool
qgisMinimumVersion=3.0
description=Create buffers for fault traces based on confidence attributes and ranking criteria.
version=0.1
author=Raswanth Prasath S V
email=raswanth@asu.edu

about=The Fault Buffer Tool allows geologists and engineers to create uncertainty buffers around mapped fault traces based on literature-backed values. The tool supports multiple uncertainty calculation approaches: general uncertainty, uncertainty with ranking (based on confidence, primary/secondary classification, and simple/complex classification), and geologic judgment. It also handles different fault types (strike-slip, normal, reverse) with appropriate symmetric or asymmetric buffers. Developed at Arizona State University.

tracker=https://github.com/Raswanth-Prasath/faultbuffertool/issues
repository=https://github.com/Raswanth-Prasath/faultbuffertool
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
changelog=0.1 - Initial release with support for various buffer methods

# Tags are comma separated with spaces allowed
tags=fault, geology, buffer, uncertainty, vector

homepage=https://github.com/Raswanth-Prasath/faultbuffertool
icon=icon.png
# experimental flag
experimental=False

# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False

# Since QGIS 3.8, a comma separated list of plugins to be installed
# (or upgraded) can be specified.
# Check the documentation for more information.
# plugin_dependencies=

# Category of the plugin: Raster, Vector, Database or Web
category=Vector

# If the plugin can run on QGIS Server.
server=False