# This file contains metadata for your plugin.

# This file should be included when you package your plugin.# Mandatory items:

[general]
name=Mosaic Tool
qgisMinimumVersion=3.0
description=A plugin to mosaic bands from selected raster layers
version=0.3
author=Mirjan Ali Sha
email=mastools.help@gmail.com

about=A plugin to mosaic bands/images from selected raster layers. 
    Follow The Steps below; 
    1. Open your all bands in QGIS Interface or click on 'Open Bands' button and open all band images which images are you wants to stack. 
    2. Click on "Mosaic Tool" tool (under 'MAS** Raster Processing' toolbox) 
    or 'Raster' menu --> 'MAS Raster Processing' menu item --> 'Mosaic Tool'. 
    3. Open Images ('Open Bands' button) or Select your bands/files (It can work on stack Image as Well) using Select/Unselect button. 
    4. If you wants to open the output file after mosaic, check mark on it. 
    5. Click on "Mosaic" Button. 
    * Please give a vote (stars) according to your experiences, it will motivate me. If you required any other tools or plugins please contact with me "mastools.help@gmail.com". 
    ** MAS refer to my name "Mirjan Ali Sha".

tracker=https://github.com/Mirjan-Ali-Sha/mosaic_tool/issues
repository=https://github.com/Mirjan-Ali-Sha/mosaic_tool
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
# changelog=

# Tags are comma separated with spaces allowed
tags=remote sensing, raster, mosaic, image mosaic, band mosaicking

homepage=https://github.com/Mirjan-Ali-Sha/mosaic_tool/wiki
category=Raster
icon=mosaic.png

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

# Since QGIS 3.8, a comma separated list of plugins to be installed
# (or upgraded) can be specified.

Category of the plugin: Raster, Vector, Database or Web
# category= Raster

# If the plugin can run on QGIS Server.
server=False
experimental=False

changelog=
    0.3 - Set dialogbox always on top of QGIS Application.

