# 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=GeoDataFarm
qgisMinimumVersion=2.99
qgisMaximumVersion=3.99
description=This is a plugin for farmers that aims to determine impact of different parameters to the harvest yield.
version=1.1.1
author=Axel Andersson
email=geodatafarm@gmail.com

about=This is a plugin that aims to determine the yield impact of different parameters. It is built for any crops and any other field parameter. The program requieres that matplotlib is installed with osgeo4w network installation, to use the plugin requires an internet connection all data is going inserted will be saved locally in a shapefile and on GeoDataFarms server. This is to increase the speed of the analyses. For all questions and request for modifications etc. please contact: geodatafarm@gmail.com

tracker=https://github.com/axelande/geodatafarm3/issues
repository=https://github.com/axelande/geodatafarm3
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=* Fixed bug that the data changes after the user changes data format\n* Fixed a bug that the north and east column is used as lat lon column even if the an other coordinate system is used than 4326\n* Fixed a minor bug in reproject layer\n* Fixed a bug when a data set started on a number\n

# Tags are comma separated with spaces allowed
tags=Farm, data analysis, csv file reader

homepage=www.geodatafarm.com
category=Database
icon=icon.png
# experimental flag
experimental=False

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

