9.3.1.13.1.2.1.4. GeoHealthCheck.plugins.probe.mapbox

9.3.1.13.1.2.1.4.1. Classes

TileJSON

TileJSON

9.3.1.13.1.2.1.4.2. Module Contents

class GeoHealthCheck.plugins.probe.mapbox.TileJSON

Bases: GeoHealthCheck.probe.Probe

TileJSON

NAME = 'TileJSON'

Short name of Plugin. TODO: i18n e.g. NAME_nl_NL ?

DESCRIPTION = 'Request Mapbox TileJSON Service and request each zoom level at center coordinates'

Longer description of Plugin. TODO: optional i18n e.g. DESCRIPTION_de_DE ?

RESOURCE_TYPE = 'Mapbox:TileJSON'

Type of GHC Resource e.g. ‘OGC:WMS’, default not applicable.

REQUEST_METHOD = 'GET'

HTTP request method capitalized, GET (default) or POST.

CHECKS_AVAIL

Checks avail

PARAM_DEFS

Parameter definitions mostly for REQUEST_TEMPLATE but potential other uses in specific Probe implementations. Format is dict where each key is a parameter name and the value a dict of: type, description, required, default, range (value range) and optional value item. If value specified, this value becomes fixed (non-editable) unless overridden in subclass.

perform_request()

Perform actual request to service

get_latlon(tile_info)