# 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=ZEB Toolbox
qgisMinimumVersion=3.0
description=toolbox for data of road monitoring and assessment in Germany (ZEB)
version=1.0.0
author=Christoph Jung
email=jagodki.cj@gmail.com

about=The data of road monitoring and assessment in Germany are stored in a specific XML-schema, which cannot be read by different GI-systems. This plugin enables QGIS to extract the spatial information from the XML-files called Georohdaten and Rasterrohdaten and display them as temporary layers (directly in memory). Just ZEB-files of the type "Rohdaten[...]Geo" can be displayed in QGIS.

changelog=
    1.0.0 - Update for QGIS3
    0.3.1 - remove unnecessary print-commands
    0.3.0 - store the last selected filename for the next file dialog, usage of message bar of QGIS
    0.2.0 - add new plugin icon
    0.1.2 - remove ZIP from plugin
    0.1.1 - remove error while installing plugin in QGIS
    0.1.0 - import of one single ZEB-file realised

tracker=https://github.com/jagodki/zebtoolbox/issues
repository=https://github.com/jagodki/zebtoolbox
# End of mandatory metadata

# Recommended items:

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

# Tags are comma separated with spaces allowed
tags=zeb

homepage=https://github.com/jagodki/zebtoolbox
category=Plugins
icon=icon.png
# experimental flag
experimental=False

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

