# This file contains metadata for your plugin. Since 
# version 2.0 of QGIS this is the proper way to supply 
# information about a plugin. The old method of 
# embedding metadata in __init__.py will 
# is no longer supported since version 2.0.

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

[general]
name=AGT - Archaeological Geophysics Toolbox
qgisMinimumVersion=3.0
description=This plugin provides basic tools for processing archaeo-geophysical data: Geoscan Research RM15/RM85, Sensys MXPDA, Bartington Grad601, Geonics EM31, Geophex GEM2, GSSI EMP400
about = Electrical resistivity processing module (Geoscan Research RM15/RM85) contains:
		1. Importing
		2. Processing:
			a. Median filtering
			b. Georeferencing
		Magnetic data processing module (Sensys MXPDA - GNSS) contains:
		1. Importing
		2. Processing:
			a. Decimation (raw - moving median)
			b. Median removal
			c. Trend removal
			d. Stationary point removal
		Magnetic data processing module (Sensys MXPDA/Bartington Grad601 - Grid survey) contains:
		1. Importing
		2. Processing:
			a. Median removal
			b. Trend removal
			c. Georeferencing
		Electromagnetic data processing module(Geonics EM31) contains:
		1. Importing
		2. Processing:
			a. Apparent conductivity calculation		
		Electromagnetic data processing module (Geophex GEM2, GSSI EMP400) contains:
		1. Importing
		2. Processing:
			a. Spatial GNSS/GEM2/EMP400 shift
			b. Median filtering by profile (in-phase, out-of-phase)
			c. Moving window filter
			d. Geophysical parameter calculation:
				i. Calibration
				ii. Electrical conductivity and magnetic susceptibility computation
		Interpolator module contains: SAGA Inverse Weighted Distance, Multi-level B Spline and Cubic Spline Interpolation functions
		
		Median Filtering Module (raster)
		
Coming soon:	
	RM15/RM85 Download module
	Advanced processing module 

version=3.1.5
author=INRAP - Guillaume Hulin, Francois-Xavier Simon, Nariman Hatami
email=developpement-qgis@inrap.fr
repository=https://github.com/narimanInrap/AGT

# End of mandatory metadata

# Optional items:

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

# Tags are comma separated with spaces allowed
tags=archaeology, geophysics, RM85, RM15, INRAP, AGT, MXPDA, processing, EMI, EM31, GNNS, grid survey, Grad601, Geophex, GEM2, GSSI, EMP400, raster, interpolation, filter, survey, SAGA

homepage=https://github.com/narimanInrap/AGT/blob/master/README.md
tracker=https://github.com/narimanInrap/AGT/issues
icon=icon.png
# experimental flag
experimental=False

# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False

