# This file contains plugin's metadata

# Mandatory items:
[general]
name=SentinelHub
qgisMinimumVersion=3.22
qgisMaximumVersion=3.99
description=SentinelHub plugin enables users to harness the power of Sentinel Hub services directly from QGIS.
version=2.0.2
author=Sinergise
email=info@sentinel-hub.com

about=
    This plugin allows you to directly access Copernicus satellite imagery in QGIS, enabling exploration, customization and image download. Sentinel-1, Sentinel-2, Sentinel-3 and Sentinel-5P and Copernicus DEM data can be directly loaded into QGIS for visualization and analysis. The plugin allows choosing the satellite sensor, the image date, the maximum cloud coverage per tile, and loading the imagery directly into your GIS.
    The datasets are made available through the services of the Copernicus Data Space Ecosystem or Sentinel Hub, so either a Copernicus Data Space Ecosystem account or a Sentinel Hub account is required in order to use the plugin. The plugin transforms any layer defined in <a href="https://shapps.dataspace.copernicus.eu/dashboard/#/account/settings"> Copernicus Data Space User Dashboard</a>  or the  <a href="https://apps.sentinel-hub.com/dashboard/#/configurations"> Sentinel Hub Configuration Utility </a> into a QGIS layer.
    Copernicus Data Space Ecosystem accounts can be created completely free of charge <a href="https://identity.dataspace.copernicus.eu/auth/realms/CDSE/login-actions/registration?client_id=account-console&tab_id=_AfaeUKDcX8"> here:</a>

    Sentinel Hub trial accounts are available <a href="http://www.sentinel-hub.com/create_account"> here </a>, with free accounts open for request <a href="https://medium.com/sentinel-hub/sentinel-hub-at-the-eo-cloud-free-accounts-for-r-d-projects-eccb3e3d0659">here </a> or <a href="https://medium.com/sentinel-hub/sentinel-hub-free-accounts-within-esa-business-applications-b0046c0595f0"> here </a>.

    Disclaimer: CDSE endpoint may not work in MacOS. For more information about OGC Services documentation please check <a href="https://documentation.dataspace.copernicus.eu/APIs/SentinelHub/OGC.html"> this link</a>


homepage=https://github.com/sentinel-hub/sentinelhub-qgis-plugin/blob/main/README.md
tracker=https://github.com/sentinel-hub/sentinelhub-qgis-plugin/issues
repository=https://github.com/sentinel-hub/sentinelhub-qgis-plugin

# Recommended items:
changelog=
    2.0.2
        - bug fix about getting incorrect data endpoint when using sentinel hub service endpoint
    2.0.1
        - change main `base_url` to CDSE endpoint
        - add drop down menu to choose the `base_url` endpoint.
        - bug fix in settings saving
    2.0.0
        - support for any production Sentinel Hub deployment and data source
        - authentication with OAuth client instead of a configuration instance ID
        - support for WFS layers
        - removed support for QGIS 2 and Python 2
        - extensive code refactoring
        - various minor improvements and fixes
    1.3.3
        - bug fix about failing to parse local variables in OSX
    1.3.2
        - fixed problem for OS with missing locale
    1.3.1
        - showLogo disabled for QGIS layers
    1.3.0
        - support for WMTS added
    1.2.2
        - new layer created above selected, properties added to qgis layer name
    1.2.0
        - reading crs from capabilities
        - layer updating improved
        - connection problem doesnt crash plugin anymore
    1.1.0
        - added support for all datasources and other minor improvements
    1.0.3
        - bug fix
    1.0.1
        - imports improved, cloud cover fix, developer readme added
    1.0.0
        - porting to qgis 3.0

# Tags are comma separated with spaces allowed
tags=SentinelHub, Sinergise, remote sensing, satellite, images, viewer, download, Sentinel, Landsat, Modis, DEM

category=Web
icon=favicon.ico

# experimental flag
experimental=False

# deprecated flag
deprecated=False
