# This file contains metadata for your plugin.

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

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

about=This plugin allows users to download Sentinel-1 images from Copernicus Data Space platform (https://dataspace.copernicus.eu). Images can be downloaded as zip files. Another option is to download only "quicklook" image (RGB image with lower resolution and size) instead of original Sentinel-1 data. Analysis consists of three processes. "Download Footprints", "Download Images" and "Select Images". In "Download Footprints" section footprints of the images are retrieved based on given conditions (such as date, query area etc.) In "Download Images" section credentials are provided and images are downloaded. "Select Images" section is optional. In this section; footprints can be filtered using quicklook file and saved as new geopackage file.

tracker=https://github.com/caliskanmurat/qgis_sentinel1_image_downloader_plugin/issues
repository=https://github.com/caliskanmurat/qgis_sentinel1_image_downloader_plugin/tree/main/sentinel_1_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, sentinel, remote, sensing, copernicus, satellite, sar, sentinel, radar

homepage=https://github.com/caliskanmurat/qgis_sentinel1_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
