Skip to content

Commit

Permalink
update clients
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Sep 28, 2017
1 parent dea5d9e commit 0ee4330
Showing 1 changed file with 39 additions and 7 deletions.
46 changes: 39 additions & 7 deletions docs/source/pywps/clients.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ Requirements

See :ref:`prepare`.

Activate the conda workshop enviroment::
Activate the conda workshop enviroment:

.. code-block:: bash
$ source activate workshop
Expand Down Expand Up @@ -37,8 +39,26 @@ Start the demo WPS service:

.. code-block:: bash
# go to the workshop root folder
$ cd birdhouse-workshop/
# start wps service
$ python demo/demo.py
.. warning::
The WPS service is running in *foreground*. You need to
open a new terminal and activate the conda *workshop* environment
for the *birdy* WPS client.

.. tip::
You can also start the WPS service in *background*:

``$ python demo/demo.py -d``

Remember the process id to kill the service:

``forked process id: 16483``


Let birdy know the WPS service URL:

.. code-block:: bash
Expand Down Expand Up @@ -74,6 +94,9 @@ Run ``say_hello``:
OWSLib
------
.. todo::
Update OWSLib Notebook
`OWSLib <https://geopython.github.io/OWSLib/>`_ is a Python library for client programming
with Open Geospatial Consortium (OGC) web service (hence OWS), like WMS, CSW and WPS.
Expand Down Expand Up @@ -112,15 +135,24 @@ http://localhost:8888/notebooks/owslib-wps.ipynb
Phoenix
-------
Just an online example.
.. todo::
Just an online example.
Exercise 1
----------
.. todo::
Play with birdy ...
QGIS
----
Excercise 2
-----------
Maybe a screenshot.
.. todo::
Exercise
--------
Start the demo service with the processes from the tutorial and call ``simple_plot``
with *birdy*.
Links
-----
Expand Down

0 comments on commit 0ee4330

Please sign in to comment.