{ "cells": [ { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "Getting started with...\n", "\n", "# OGC WEB COVERAGE SERVICE (WCS)\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "BUT - before we start...\n", "\n", "*

who is familiar with WMS?

" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "fragment" } }, "source": [ "*

who knows WCS?

" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "fragment" } }, "source": [ "*

who has already worked with WCS?

" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "The Web Coverage Service is defined by the Open Geospatial Consortium (OGC) (2012):\n", "\n", "*

The OGC WCS supports electronic retrieval of geospatial data as 'coverages' -
that is, digital geospatial information representing space/time varying phenomena

*\n", "\n", "
\n", "\n", "

Therefore, WCS is a standard data -access protocol that defines and enables web-based retrieval of multi-dimensional geospatial datasets.

\n" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "Let's picture WCS within in the common OGC web service suite...\n", "\n", "
\n", "\n", "![Overview OGC web service suite](./img/ogc_webservice_suite_0.jpg)" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "![Overview OGC web service suite](./img/ogc_webservice_suite_4.jpg)" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "![Overview OGC web service suite](./img/ogc_webservice_suite.jpg)" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "*

Unlike Web Mapping Service (WMS), which returns spatial data as an image, WCS returns data in its raw form, with its original semantics.

*\n", "\n", "
\n", "This allows for further web-based data processing or the building of web applications." ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "What about WC**P**S?\n", "\n", "*

A Web Coverage Processing Service (WCPS) is an extension supported by the WCS 2.0 core specification and can optionally be implemented by a WCS server.

*" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "Enough theory... Let's see how it looks like in real...\n", "\n", "\n", "

Go to workshop

" ] } ], "metadata": { "celltoolbar": "Slideshow", "kernelspec": { "display_name": "Python 2", "language": "python", "name": "python2" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 2 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython2", "version": "2.7.11" } }, "nbformat": 4, "nbformat_minor": 0 }