# This file contains metadata for your plugin.

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

[general]
name=BeachBall
qgisMinimumVersion=3.0
description=This plugin creates beachball to represent focal mechanisms from strike, dip, and rake.
version=1.0
author=GeoSeisUtilities
email=geoseisutilities@libero.it

about=This plugin read the strike, dip, and rake information and build the corresponding beachball for representing the focal mechanisms. Obspy module is used for producing the SVGs. Images are coloured according to the kinematics, following the classification of Zoback (1992). Colors can be changed from the UI. The plugin also add P-T-B attitudes and SHmax azimuth in the attribute table.

tracker=https://gitlab.com/GeoSeisUtilities/beach_ball/-/issues/new?type=ISSUE
repository=https://gitlab.com/GeoSeisUtilities/beach_ball
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
changelog=Version 1.0:
    - Fixed bug in computing the beachballs.
    - Added the magnitude field for resizing the beachballs.
    Version 0.1:
    - Initial release.

# Tags are comma separated with spaces allowed
tags=python, beachball, FocalMechanism, FaultPlaneSolution, FM, kinematics, fault, seismicity

homepage=https://gitlab.com/GeoSeisUtilities/beach_ball
category=Plugins
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

