# This file contains metadata for your plugin.

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

[general]
name=Sentinel 2 Image Downloader
qgisMinimumVersion=3.0
description=This plugin allows users to download Sentinel-2 images.	
version=2.5
author=Murat Çalışkan
email=caliskan.murat.20@gmail.com

about=This plugin allows users to download Sentinel-2 images from Copernicus Data Space platform (https://dataspace.copernicus.eu). Images can be downloaded as bands or raw zip file. The plugin also has ability to create various indices. Another option is to download only "quicklook" image (RGB image with lower resolution and size) instead of Sentinel-2 data. Analysis consists of four processes. "Download Footprints", "Download Images", "Select Images" and "Preview Images". In "Download Footprints" section footprints of the images are retrieved based on given conditions (such as date, query area, max cloud etc.) In "Download Images" section credentials are provided and images are downloaded based on some options(such as bands to be downloaded, indices etc). "Select Images" section is optional. In this section; footprints can be filtered using quicklook file and saved as new geopackage file. "Preview Images" section is also optional. In this section; footprints can be previewed and saved as new geopackage file.

tracker=https://github.com/caliskanmurat/qgis_sentinel2_image_downloader_plugin/issues
repository=https://github.com/caliskanmurat/qgis_sentinel2_image_downloader_plugin/tree/main/sentinel_downloader
# 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=python, image, raster, ndvi, ndwi, nbr, sentinel, remote, sensing, vegetation, copernicus, satellite

homepage=https://github.com/caliskanmurat/qgis_sentinel2_image_downloader_plugin
category=Plugins
icon=icon.png
# experimental flag
experimental=False

# 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.
# Check the documentation for more information.
# plugin_dependencies=

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

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