:py:mod:`GeoHealthCheck.plugins.probe.wcs` ========================================== .. py:module:: GeoHealthCheck.plugins.probe.wcs Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: GeoHealthCheck.plugins.probe.wcs.WcsGetCoverage .. py:class:: WcsGetCoverage Bases: :py:obj:`GeoHealthCheck.probe.Probe` Get WCS coverage image using the OGC WCS GetCoverage v2.0.1 Operation. .. py:attribute:: NAME :value: 'WCS GetCoverage v2.0.1' .. py:attribute:: DESCRIPTION :value: Multiline-String .. raw:: html
Show Value .. code-block:: python """ Do WCS GetCoverage v2.0.1 request with user-specified parameters for single Layer. """ .. raw:: html
.. py:attribute:: RESOURCE_TYPE :value: 'OGC:WCS' .. py:attribute:: REQUEST_METHOD :value: 'GET' .. py:attribute:: REQUEST_TEMPLATE .. py:attribute:: PARAM_DEFS Param defs .. py:attribute:: CHECKS_AVAIL Checks for WCS GetCoverage Response available. Optionally override Check PARAM_DEFS using set_params e.g. with specific `value` or even `name`. .. py:method:: get_metadata(resource, version='2.0.1') Get metadata, specific per Resource type. :param resource: :param version: :return: Metadata object .. py:method:: expand_params(resource) Called after creation. Use to expand PARAM_DEFS, e.g. from Resource metadata like WMS Capabilities. See e.g. WmsGetMapV1 class. :param resource: :return: None