# This file contains metadata for your plugin.

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

[general]
name=Altitudecorrector
qgisMinimumVersion=3.0
description=Calculates altitude correction for airborne gamma spectroemtry data
version=0.2
author=Morten Sickel
email=morten@sickel.net

about=Calculates parameters to do an altitude correction using a land / water altitude spiral. It needs the raw data from the flight and a polygon layer defining water and land lines. 
   To do the calculation, scipy must be available from qgis
   It can also prepare the data and save a csv-file that can be imported in R to calculate the coefficients.

tracker=https://github.com/sickel/altitudecorrector
repository=https://github.com/sickel/altitudecorrector
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
changelog=Calculates parameters, saves them as project variables 

# Tags are comma separated with spaces allowed
tags=gamma,spectrometry,airborne

homepage=https://github.com/sickel/altitudecorrector
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=

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

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

