# This file contains metadata for your plugin.

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

[general]
name=Leave one out validations for interpolations
qgisMinimumVersion=3.16.6
description=leave one out validations for different QGIS interpolation methods.
version=1.0
author=Johannes Ritter
email= football.jojo@web.de

about=Plugin for the validation of different interpolation methods of qgis (using the inteprolation methods from QGIS, SAGA,...) with the leave one out method. This method is a tool to judge the accuracy of an interpolation method and its chosen parameters. With the resulting residues between known and estimated values, the user can calculate different statistical values such as the RMSE afterwards. Important is that this plugin uses qgis internal interpolation algorithms from SAGA and adds a validation algorithm with the leave one out method for your chosen set of parameters. !!While using the Plugin it is recommended to open the Python console to have access to the progress and documentation!! Further information regarding the method, results and plugin is to be found on the github page (homepage).

tracker=https://github.com/JoRi-MoeJo/IntValidation_leaveoneout/issues
repository=https://github.com/JoRi-MoeJo/IntValidation_leaveoneout
# 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=interpolation, spline, validation, leave one out, cross validation, jackknifing

homepage=https://github.com/JoRi-MoeJo/IntValidation_leaveoneout
category=Analysis
icon=logo.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=

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

# license info
license=GPL-2.0-or-later

