# 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=LCCS3 Basic Coder 3
qgisMinimumVersion=3.0
description=The plugin loads a LCCS3 legend, creates a form with all LCCS3 classes and allows the user to code selected features
version=1.0
author=Simone Maffei
email=simone.maffei@gmail.com

about=LCCS3 Basic Coder 3 is the updated version for QGis 3.* of the older LCCS3 Basic Coder plugin. It is devoted to make easy the coding of geographical features on the basis of the classes of a LCCS3 legend. The main features are: - selection and loading of a LCCS3 legend - display of the list of LCCS3 classes - selection (and activation) of the vector layer containing the features to be coded - selection of the column (in the attributes table) to archive the LCCS3 codes - coding selected features LCCS3 is the last version of the Land Cover Classification System (LCCS) developed by FAO and UNEP in 1998 to facilitate the understanding of the classes of land cover regardless of the scale of mapping, the type of coverage, method of data collection, or geographic location. LCCS3 is an implementation of Land Cover Meta Language (LCML), become a standard ISO in 2012 with the identification 19144-2:2012. The LCML provides a common reference structure for the comparison and integration of data for any generic land cover classification system, and describes different land cover classification systems based on the physiognomic aspects.

tracker=https://github.com/GHsimone/LCCS3basicCoder3
repository=https://github.com/GHsimone/LCCS3basicCoder3
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=Plugin versions:
    2018/09/11 v.1.0
    - porting to 3.* QGIS versions
    2015/05/15 v.0.4.2
    - changed the coding routine: now it run much faster, but it requires
      that the user save manually the edited values at the end (or during)
      the session
    2015/05/11 v.0.4.1
    - added reference to GitHub code repository / tracker
    2015/05/08 v.0.4
    - now the plugin tool button is loaded into "plugins" toolbar
    2015/04/23 v.0.3
    - added the loading of mixed classes
    2015/04/22 v.0.2 (first stable version)
    - added the request for setting active layer and destination column
    - added a feedback during coding activity
    2015/04/21 v.0.1 (initial experimental version)

# Tags are comma separated with spaces allowed
tags=LCCS,LCCS3,attribute,editing,land,cover,landcover,legend,coding

homepage=http://www.geovis.net/Product_LCCS3basicCoder.htm
category=Vector
icon=icon.png
# experimental flag
experimental=False

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

