# 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 file should be included when you package your plugin.

# Mandatory items:


[general]
name=QGIS GML Application Schema Toolbox
qgisMinimumVersion=3.4
qgisMaximumVersion=3.99
description=Consumption and use of GML complex features like INSPIRE harmonised data (vector), GeoSciML within QGIS
about=This plugins allows to import Complex Features streams in QGIS either through a native XML mode or through a conversion to a relational database model.

version=1.2.1-beta1
changelog=
 Version 1.2.1:
 - fix compatibility with QGIS >= 3.13 ([#94](https://github.com/BRGM/gml_application_schema_toolbox/issues/94))
 - start using GitHub Actions for continuous integration and deployment
 - bump development guidelines using black, flake8, isort and precommit [#95](https://github.com/BRGM/gml_application_schema_toolbox/pull/95)
 - add template for issues [#97](https://github.com/BRGM/gml_application_schema_toolbox/pull/97)
 - bump codebase to Python 3 only [#98](https://github.com/BRGM/gml_application_schema_toolbox/pull/98)
 - automate release workflow using qgis-plugin-ci [#101](https://github.com/BRGM/gml_application_schema_toolbox/pull/101)

 Version 1.2.0:
 New major version, with the following main changes:
 - XML mode: support for multiple geometries
 - XML mode: support for polyhedral / curves
 - UI refactor using a Wizard
 - GMLAS mode: handle custom viewers
 - GMLAS mode: add href resolution
 - WFS version negotiation
 - Lots of bug fixes
 This work has been funded by [BRGM](http://www.brgm.fr) and [the Association of Finnish Local and Regional Authorities](https://www.localfinland.fi/) (via [Gispo](http://www.gispo.fi/))

 Version 1.1.4:
 - Handle multi geometries (#30)
 - Allow nested FeatureCollection/members (#29)



# tags are comma separated with spaces allowed
tags=complex features, gml, gmlas, application schema, INSPIRE, GeoSciML, WaterML

homepage=https://github.com/BRGM/gml_application_schema_toolbox
tracker=https://github.com/BRGM/gml_application_schema_toolbox/issues
repository=https://github.com/BRGM/gml_application_schema_toolbox
icon=

# experimental flag
experimental=True

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

# Author contact information
author=BRGM, Oslandia, Copernicus, Camptocamp, Spatialys, titellus

# email of the plugin administrator
email=julienm@oslandia.com
