# This file contains metadata for your plugin. Beginning
# with version 1.8 this is the preferred way to supply information about a
# plugin. The current method of embedding metadata in __init__.py will
# be supported until version 2.0

#This is mainly a toolset collecting existing funcions and plugins:
# - ARPAT (by Martin Dobias, FAUNALIA) in an adjusted version reading SQLite data
# - TimeSeries Plot (an earlier plugin that will be replaced by this toolset)
# - and a new function ScatterPlot (appropriate for ploting geophysical profiles, e.g. seismic data along a line)
# - ChartMaker in an adjusted version reading SQLite data
# The toolset is developed at the company Midvatten AB and aims to to be used within projects at Midvatten AB.
# The main purpose is to let the user quickly access and view different types of hydrogeological data that is stored in a sqlite Database
#                             -------------------
#        begin                : 2012-03-05
#        copyright            : (C) 2011 by joskal
#        email                : groundwatergis [at] gmail.com
#   This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by  *
#   the Free Software Foundation; either version 2 of the License, or  at your option) any later version.                                   *

# Mandatory items:

[general]
name=Midvatten
description=A toolset that makes QGIS an interface for selecting and viewing hydrogeological data stored in a sqlite db. Partly based on the ARPAT plugin.
version=Version 0.4.2
qgisMinimumVersion=1.7

# end of mandatory metadata

# Optional items:

# Uncomment the following line and add your changelog entries:
changelog=minor bug fix and layout update, also added coments text option in stratigraphy plot

# tags are comma separated with spaces allowed
#tags=Midvatten toolset

# Plugin icon
icon=icons/MidvSettings.png

# Web links
homepage=http://sites.google.com/site/midvattenpluginforqgis/
#tracker=
#repository=


# experimental flag
experimental=False

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

# Author contact information
#authorName=joskal
author=joskal
email=groundwatergis@gmail.com