[general]
name = WCS 2
qgisMinimumVersion = 3.0
description = An OGC WCS 2.0 Client to download spatio-temporal subsets from datacubes.
version = 0.6

category = Web
author = Bang Pham Huu; Dimitar Misev; Mikhail Rodionychev; Christian Schiller
email = misev@rasdaman.com

about = The WCS 2.0 allows to send GetCapabilities, DescribeCoverage and GetCoverage requests from OGC WCS 2.0 compliant servers.
   Unlike WMS, WCS enables access to the original data (and not just to portrayals).
   The bands of interest from a multil-bands coverage can also be selected/sub-setted and their order in the output can be chosen.
   The downloaded coverages are directly loaded as layers into QGIS.

# end of mandatory metadata


# Optional items:

# tags are comma separated with spaces allowed
tags = raster, wcs, wcs 2.0, webservice, ogc, download service, subsetting, AreaOfInterest, TimeOfInterest, online-access, time-series, rasdaman

homepage=https://doc.rasdaman.org/11_cheatsheets.html#wcs-plugin
tracker=https://github.com/rasdaman/QgisWcs2Plugin/issues
repository=https://github.com/rasdaman/QgisWcs2Plugin
icon=icon.png
experimental=False
deprecated=False

changelog=
  0.6:
    * Added support for basic header authentication
    * Simplified GetCapabilities tab
    * Improved functionalities in GetCoverage tab
    * Moved content of help and about to separate HTML pages out of the python code
    * Removed dependency on lxml python package
    * New more appropriate icon as a cube with a cutout from it
  0.5
    * updated with support for Python 3.12
  0.4
    * updated with support for QGIS 3.x
  0.3.2
    * fixed issue when modifying a Server-URL without changing Server-Name;
    * fixed issue with DescribeEOCoverageSet requests when using sections parameter
  0.3.1
    * fixed issue with Windows installation of 'config_srvlist.pkl' - due to differernt line endings in Linux/Windows
  0:3
    * multiple bug fixes and added features (for a full list please see:  https://github.com/EOX-A/QgsWcsClient2)
  0.2
    * bug fixed which prevented multiple-coverage downloads with single GetCoverage request
  0.1
    * first release

