# This file contains metadata for your plugin.

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

[general]
name=LarvaLink
qgisMinimumVersion=3.34
description=Visualize spatial connectivity matrices
version=0.2.0
author=Calvin Quigley
email=calvin.quigley@whoi.edu

about=LarvaLink visualizes source and sink strength from spatial connectivity matrices and updates those metrics interactively for selected polygon features. On first load it adds numeric fields src and snk to the active layer when missing, then drives graduated symbology from them. Requires NumPy in the QGIS Python environment (bundled with standard QGIS installers on Windows and macOS; on Linux, install python3-numpy for your QGIS Python if needed).

changelog=0.2.0
    - Initial public release for the QGIS plugin repository
    - Interactive selection-driven source and sink recalculation
    - Magma graduated symbology with red selection outline

tracker=https://github.com/calquigs/larvalink/issues
repository=https://github.com/calquigs/larvalink
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no

# Tags are comma separated with spaces allowed
tags=connectivity, larval dispersal, marine, ecology, vector, source sink, python

homepage=https://github.com/calquigs/larvalink
category=Vector
icon=icon.png
# experimental flag
experimental=True

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

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

