# 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=SOS Client
qgisMinimumVersion=2.4
description=OGC Sensor Observation Service Client
version=1.0.1
author=Rubén Mosquera Varela
email=ruben.mosquera.varela@gmail.com
about=SOS Client alows QGIS to request sensors observations data from QGC Sensor Observation Service server 

# End of mandatory metadata

# Optional items:

# Uncomment the following line and add your changelog:
changelog=
    - 1.0.1
    · Bug fix converting yx to xy coordinates on spatial selection tool
	- 1.0
	· Code refactoring
	· Code documentation
	· Minor bug fixes
	- 0.6
	· Add Feature Of Interest filter
	· Numeric field detection at observations fixed
	· Add help
	- 0.5
	· First complete beta release, with know bugs and helpless
	- 0.4
	· Complete code refactoring
	· Adapt to Plugin Builder 2.6.0.
	- 0.3
	· ObservationCollections parser.
	· Basic plotting (beta).
	- 0.2
	· Basic getObservations requests
	· Geometric observation data visualization
	- 0.1
	· Conections managament
	· Download and basic capabilities document processing

# Tags are comma separated with spaces allowed
tags=OGC,SOS,Sensor,Observations

homepage=https://github.com/ruben-mv/SOSClient
repository=https://github.com/ruben-mv/SOSClient
tracker=https://github.com/ruben-mv/SOSClient/issues
icon=ui/icon.png
# experimental flag
experimental=True

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

