# 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=RasterizeString
qgisMinimumVersion=3.4.0
description=This plugin extends gdal rasterize command to burn values from non-numeric field.
version=0.1
author=Mathieu Chailloux
email=mathieu@chailloux.org

about=Conversion from vector to raster. This algorithm is a wrapper of gdal rasterize that allows to specify a non-numeric field.  Output raster values are automatically generated according to input field values. A temporary integer field is created and a new integer value is associated to each input unique value (from 1 to N with N = number of unique values). Such association is loaded is CSV file 'Association.csv'. Output data type is chosen according to data range (unsigned integer type of minimal range, e.g. Byte, UInt16 or UInt32).

tracker=https://github.com/MathieuChailloux/rasterizestring/issues
repository=https://github.com/MathieuChailloux/rasterizestring
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=rasterizestring changelog:
    0.1 - First release

# Tags are comma separated with spaces allowed
tags=python,raster,vector,rasterize,conversion,string

homepage=https://github.com/MathieuChailloux/rasterizestring
category=Raster
icon=icon.png
# experimental flag
experimental=True

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

commit=009d2a083044a6d9ad5a59884ea36063f95b4b04

