# 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=Lizard Viewer
qgisMinimumVersion=2.0
description=This plug-in helps with downloading data from Lizard in QGIS.
version=0.10
author=Madeleine van Winkel
email=madeleine.vanwinkel@nelen-schuurmans.nl

about=The purpose of this plug-in is to be able to download data from the Lizard API into QGIS. Lizard is a framework for showing water and meteo-related information. It is a cloud solution, meaning that you can use it everywhere. As a user, you'll get an account which you can use immediately. Updates of the software and the data are done automatically in the background. You will have the latest data within your grasp. With this plugin, you can download data from the Lizard API (a REST API). You can either download private data with your Lizard account or public data (for which no login is required). Lizard holds vector data (also known as assets), raster data, time series and events. This plugin currently contains only vector data. Pumpstations and pipes are examples of included vector data. Future versions might also contain raster data, time series and events. You can also choose a spatial filtering: 'Current view' (current extent) or 'All data'. For more information about Lizard: https://www.lizard.net/ For more information about the Lizard API: https://demo.lizard.net/doc/ Requirements: QGIS version 2.0

tracker=https://github.com/nens/LizardViewer/issues
repository=https://github.com/nens/LizardViewer
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=https://github.com/nens/LizardViewer/blob/master/CHANGELOG.md

# Tags are comma separated with spaces allowed
tags=lizard, download, downloader, vector, asset, assets, bridges, culverts, fixed drainage level areas, groundwater stations, levee cross sections, manholes, measuring stations, monitoring wells, outlets, overflows, pipes, pressure pipes, pumpstations, sluices, waste water treatment plants, weirs

homepage=https://github.com/nens/LizardViewer
category=Plugins
icon=icon.png
# experimental flag
experimental=True

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

