9.1.1.1.1.2.1.8. GeoHealthCheck.plugins.probe.sta

9.1.1.1.1.2.1.8.1. Module Contents

9.1.1.1.1.2.1.8.1.1. Classes

StaCaps

Probe for SensorThings API main endpoint url

StaGetEntities

Fetch STA entities of type and check result

class GeoHealthCheck.plugins.probe.sta.StaCaps

Bases: GeoHealthCheck.probe.Probe

Probe for SensorThings API main endpoint url

NAME = 'STA Capabilities'
DESCRIPTION = 'Perform STA Capabilities Operation and check validity'
RESOURCE_TYPE = 'OGC:STA'
REQUEST_METHOD = 'GET'
CHECKS_AVAIL

Checks avail for all specific Caps checks. Optionally override Check.PARAM_DEFS using set_params e.g. with specific value or even name.

class GeoHealthCheck.plugins.probe.sta.StaGetEntities

Bases: GeoHealthCheck.probe.Probe

Fetch STA entities of type and check result

NAME = 'STA GetEntities'
DESCRIPTION = 'Fetch all STA Entities of given type'
RESOURCE_TYPE = 'OGC:STA'
REQUEST_METHOD = 'GET'
REQUEST_TEMPLATE = '/{entities}'
PARAM_DEFS

Param defs

CHECKS_AVAIL

Check for STA Get entity Collection