[general]
name=Virtual Raster Builder
description=A QGIS Plugin to create GDAL Virtual Raster (VRT) files by drag and drop.
version=0.5
qgisMinimumVersion=3.0
author=Benjamin Jakimow, Geomatics Lab, Humboldt-Universität zu Berlin
about=
	The VRT Builder is a plugin to create GDAL Virtual Raster (VRT) files by drag and drop. 
	It helps to create new images by stacking or mosaicing of source image bands, as well as to 
	describe band- and spatial subsets. 
	
	The VRT Builder is developed at Geographic Institute of Humboldt-Universität zu Berlin within the EnMAP-Box 
	project under contract of the German Research Centre for Geosciences (GFZ). 
	
	The EnMAP-Box project is part of the EnMAP Core Science Team activities (www.enmap.org), funded by the 
	German Aerospace Center (DLR) and granted by the Federal Ministry of 
	Economic Affairs and Energy (BMWi, grant no. 50EE1529).
email=benjamin.jakimow@geo.hu-berlin.de
icon=vrtbuilder/icon.png
homepage=https://bitbucket.org/jakimowb/virtual-raster-builder
tracker=https://bitbucket.org/jakimowb/virtual-raster-builder/issues
repository=https://bitbucket.org/jakimowb/virtual-raster-builder
experimental=False
deprecated=False
tags=remote sensing, raster
category=Raster
changelog=
0.5 2018-06-15:
    * supports in-memory files based on GDAL "/vsimem/"
    * does not require temporal local VRT files any more
    * fixed bug #9 "Save VRT error"

0.4 Mai 2018:
    * fixed bug #6 drag 'n drop from QGIS 3 layer list
    * fixed bug #7 import of raster layers known to QGIS MapLayerRegistry
    * enhancement #7 VRTs can now be written with empty virtual raster bands (but have to define at least one virtual band)
    * fixed bug #10 removal of selected data sources


0.3 2018-03-02:
    * Code-base converted to PyQt5 and QGIS 3
    * Small fixes of smaller UI response issues
    * Sphinx - based documentation, documentation is also shown in the "help" tab