[general]
name=Virtual Raster Builder
author=Benjamin Jakimow
email=benjamin.jakimow@geo.hu-berlin.de
description=A QGIS Plugin to create GDAL Virtual Raster (VRT) files by drag and drop.
version=0.6.20190605T1222.master
qgisMinimumVersion=3.4
qgisMaximumVersion=3.99
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).
icon=vrtbuilder/icon.png
tags=remote sensing, raster, landsat, sentinel
category=https://bitbucket.org/jakimowb/virtual-raster-builder
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

changelog=0.6 2019-06-04:
    * preview window shows extent of VRT raster sources
    * added options to copy raster grid properties (resolution, extent) from other rasters (#12)
    * added option to align the VRR rastergrid to that of another raster image (#12)
    * included QPS library for faster updates

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