# This file contains metadata for your plugin.

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

# Mandatory items:

[general]
name=Nearest with greater value
qgisMinimumVersion=3.0
description=Get name (or ID) of and distance to the nearest feature with greater value in a certain field of a point layer.
            Returns point layer with added attributes and a line layer with connecting lines.
version=0.1
author=Florian Neukirchen
email=mail@riannek.de

about=Get name (or ID) of and distance to the nearest neighbour with greater value in a certain field. Input is a points layer. 
    The main output is a points layer with added attributes nearest_gt_dist and nearest_gt_id.
    Also returns a lines layer with connecting lines, as well as basic statistics of the distances (min, max, mean, quantiles).
    Use cases: Which is the next larger city? Which is the closest peak with higher elevation? 
    Useful for spatial analysis or to categorize features in order to apply different styles (e.g. major and minor summits). 
    The distance to be returned for the feature with the greatest value can be set, 
    it should be 0 (replaced by NULL in the output) or a very large number.
    

tracker=https://github.com/florianneukirchen/qgis_nearest_greater/issues
repository=https://github.com/florianneukirchen/qgis_nearest_greater
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=yes
# Uncomment the following line and add your changelog:
# changelog=

# Tags are comma separated with spaces allowed
tags=python, vector, distance, closest, nearest, point

homepage=https://www.riannek.de/qgis-nearest-with-greater/
category=Analysis
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=

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

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

