{{ cfg.abstract }}


This URL is an end-point and is not intended for direct viewing. For more information:

Open Web Services (datacube-ows) Repository

This instance supports the following protocols:

{% if cfg.wms %}
WMS (OGC Web Map Service)

Supported Versions: {% for sv in supported["wms"].versions %}{{ sv.version }}{% if loop.last %}.{% else %},{% endif %}{% endfor %}

(N.B. We maintain some compatibility with v1.1.1 but do not guarantee full compliance with the standard.)

{% endif %} {% if cfg.wmts %}
WMTS (OGC Web Map Tiling Service)

Supported Versions: {% for sv in supported["wmts"].versions %}{{ sv.version }}{% if loop.last %}.{% else %},{% endif %}{% endfor %}

{% endif %} {% if cfg.wcs %}
WCS (OGC Web Coverage Service)

Supported Versions: {% for sv in supported["wcs"].versions %}{{ sv.version }}{% if loop.last %}.{% else %},{% endif %}{% endfor %}

{% endif %}