[general]
name=Serval
qgisMinimumVersion=2.99
qgisMaximumVersion=3.98
description=Map tool for manipulating raster cell values.
version=3.0
author=Radoslaw Pasiok for Lutra Consulting Ltd.
email=radek.pasiok@lutraconsulting.co.uk

about=Usage: The tool has 3 modes: probing, drawing and erasing. In the probing mode cell values are read and can be changed manually in a spinbox. In drawing mode, chosen band values are set to a raster cell and immediately written to disk. Erasing is setting a raster cell value to NoData. For 3 bands rasters, native QGIS color picker can be used to define bands values.
Warning: All changes are immediately written to disk. Always keep backup of your original raster!

tracker=http://github.com/erpas/serval/issues
repository=http://github.com/erpas/serval
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=
        3.0 Port to QGIS 3
        0.8.1 Added support for Float64 data type
        0.8 Plugin interface is now plain toolbar (no dock widget). Workaround for Python crashes under Windows. New features:
            * undo/redo
            * define/change NoData value for raster bands
            * erase (assign NoData value to a cell)
        0.6 new features:
            * 3 bands rasters supported
            * working modes (probing, drawing)
            * QGIS color picker


# Tags are comma separated with spaces allowed
tags=raster, grid, pixel, value, cell, draw, nodata

homepage=https://github.com/erpas/serval/wiki
category=Raster
icon=icons/serval_icon.svg
# experimental flag
experimental=False

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

