GeoHealthCheck.plugins.probe.mapbox =================================== .. py:module:: GeoHealthCheck.plugins.probe.mapbox Classes ------- .. autoapisummary:: GeoHealthCheck.plugins.probe.mapbox.TileJSON Module Contents --------------- .. py:class:: TileJSON Bases: :py:obj:`GeoHealthCheck.probe.Probe` TileJSON .. py:attribute:: NAME :value: 'TileJSON' Short name of Plugin. TODO: i18n e.g. NAME_nl_NL ? .. py:attribute:: DESCRIPTION :value: 'Request Mapbox TileJSON Service and request each zoom level at center coordinates' Longer description of Plugin. TODO: optional i18n e.g. DESCRIPTION_de_DE ? .. py:attribute:: RESOURCE_TYPE :value: 'Mapbox:TileJSON' Type of GHC Resource e.g. 'OGC:WMS', default not applicable. .. py:attribute:: REQUEST_METHOD :value: 'GET' HTTP request method capitalized, GET (default) or POST. .. py:attribute:: CHECKS_AVAIL Checks avail .. py:attribute:: 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. .. py:method:: perform_request() Perform actual request to service .. py:method:: get_latlon(tile_info)