Skip to content

Commit 5025f92

Browse files
committed
Add in suggested feedback
1 parent 8dab0d0 commit 5025f92

File tree

2 files changed

+29
-27
lines changed

2 files changed

+29
-27
lines changed

doc/overview/owslib_overview.rst

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@ OWSLib is Open Source, released under an BSD 3-Clause License, and runs on any p
2121
@SCREENSHOT_owslib@
2222

2323
Core Features
24-
--------------------------------------------------------------------------------
24+
-------------
2525

2626
* easily connect to WMS, WFS, WCS, WPS, CSW services using Python (and many more)
27-
* support for the new OGC APIs
28-
* easy to install with ``pip install OWSLib``
27+
* support for the new `OGC APIs`_
28+
* easy to install with ``pip3 install OWSLib``
2929
* also available with Conda, and as a Debian package
3030
* an `OSGeo Community Project`_
3131
* detailed log output
3232
* support for proxies
3333

3434
Implemented Standards
35-
--------------------------------------------------------------------------------
35+
---------------------
3636

3737
OGC Standards
3838
+++++++++++++
@@ -67,17 +67,17 @@ OGC Standards
6767
OGC API Support
6868
+++++++++++++++
6969

70-
+--------------------------------------------------------+-------------+--------------------------------------------------------+-------------+
71-
| **Standard** | **Version** | **Standard** | **Version** |
72-
+========================================================+=============+========================================================+=============+
73-
| `OGC API - Features - Part 1: Core`_ | 1.0 | `OGC API - Coverages - Part 1: Core`_ | draft |
74-
+--------------------------------------------------------+-------------+--------------------------------------------------------+-------------+
75-
| `OGC API - Records - Part 1: Core`_ | draft | `OGC API - Features - Part 3: Filtering and CQL`_ | draft |
76-
+--------------------------------------------------------+-------------+--------------------------------------------------------+-------------+
77-
| `OGC API - Features - Part 4: CRUD`_ | draft | `OGC API - Processes - Part 1: Core`_ | 1.0 |
78-
+--------------------------------------------------------+-------------+--------------------------------------------------------+-------------+
79-
| `OGC API - Connected Systems - Part 1: Feature Res.`_ | draft | `OGC API - Connected Systems - Part 2: Dynamic Data`_ | draft |
80-
+--------------------------------------------------------+-------------+--------------------------------------------------------+-------------+
70+
+--------------------------------------------------------------------+-------------+------------------------------------------------------------+-------------+
71+
| **Standard** | **Version** | **Standard** | **Version** |
72+
+====================================================================+=============+============================================================+=============+
73+
| `OGC API - Features - Part 1: Core`_ | 1.0 | `OGC API - Coverages - Part 1: Core`_ | draft |
74+
+--------------------------------------------------------------------+-------------+------------------------------------------------------------+-------------+
75+
| `OGC API - Features - Part 3: Filtering`_ | draft | `OGC API - Processes - Part 1: Core`_ | 1.0 |
76+
+--------------------------------------------------------------------+-------------+------------------------------------------------------------+-------------+
77+
| `OGC API - Features - Part 4: Create, Replace, Update and Delete`_ | draft | `OGC API - Connected Systems - Part 1: Feature Resources`_ | draft |
78+
+--------------------------------------------------------------------+-------------+------------------------------------------------------------+-------------+
79+
| `OGC API - Records - Part 1: Core`_ | draft | `OGC API - Connected Systems - Part 2: Dynamic Data`_ | draft |
80+
+--------------------------------------------------------------------+-------------+------------------------------------------------------------+-------------+
8181

8282
Details
8383
--------------------------------------------------------------------------------
@@ -95,6 +95,7 @@ Details
9595
**Support:** |SUPPORT|
9696

9797
.. _`Open Geospatial Consortium`: https://ogc.org
98+
.. _`OGC APIs`: https://ogcapi.ogc.org
9899
.. _`Python`: https://www.python.org/
99100
.. _`OSGeo Community Project`: https://www.osgeo.org/projects/owslib/
100101
.. _`BSD 3-Clause License`: https://owslib.readthedocs.io/en/stable/license.html
@@ -122,14 +123,15 @@ Details
122123
.. _`CIA.vc`: http://cia.vc/stats/project/OWSLib
123124
.. _`WaterML`: http://his.cuahsi.org/wofws.html#waterml
124125
.. _`Swiss GM03`: https://www.geocat.admin.ch/en/dokumentation/gm03.html
125-
.. _`OGC API`: https://ogcapi.ogc.org
126-
.. _`OGC API - Features - Part 1: Core`: https://docs.opengeospatial.org/is/17-069r3/17-069r3.html
127-
.. _`OGC API - Records - Part 1: Core`: https://github.com/opengeospatial/ogcapi-records
128-
.. _`OGC API - Features - Part 3: Filtering and CQL`: https://docs.ogc.org/DRAFTS/19-079.html
129-
.. _`OGC API - Features - Part 4: CRUD`: https://docs.ogc.org/DRAFTS/20-002.html
126+
.. _`OGC API - Features - Part 1: Core`: https://docs.ogc.org/is/17-069r4/17-069r4.html
127+
.. _`OGC API - Features - Part 3: Filtering`: https://docs.ogc.org/is/19-079r2/19-079r2.html
128+
.. _`OGC API - Features - Part 4: Create, Replace, Update and Delete`: https://docs.ogc.org/DRAFTS/20-002r1.html
130129
.. _`OGC API - Coverages - Part 1: Core`: https://docs.ogc.org/DRAFTS/19-087.html
130+
.. _`OGC API - Maps - Part 1: Core`: https://docs.ogc.org/is/20-058/20-058.html
131+
.. _`OGC API - Records - Part 1: Core`: https://docs.ogc.org/is/20-004r1/20-004r1.html
132+
.. _`OGC API - Environmental Data Retrieval - Part 1: Core`: https://docs.ogc.org/is/19-086r6/19-086r6.html
131133
.. _`OGC API - Processes - Part 1: Core`: https://docs.ogc.org/is/18-062r2/18-062r2.html
132-
.. _`OGC API - Connected Systems - Part 1: Feature Res.`: https://docs.ogc.org/DRAFTS/23-001r0.html
134+
.. _`OGC API - Connected Systems - Part 1: Feature Resources`: https://docs.ogc.org/DRAFTS/23-001r0.html
133135
.. _`OGC API - Connected Systems - Part 2: Dynamic Data`: https://docs.ogc.org/DRAFTS/23-002r0.html
134136
.. _`OpenSearch`: https://github.com/dewitt/opensearch
135137

doc/quickstart/owslib_quickstart.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ other bundled geospatial applications.
2323
:local:
2424

2525
Download a WMS Image from MapServer
26-
--------------------------------------------------------------------------------
26+
-----------------------------------
2727

2828
An example of connecting to the MapServer demo on OSGeoLive and downloading a WMS image.
2929

@@ -53,8 +53,8 @@ An example of connecting to the MapServer demo on OSGeoLive and downloading a WM
5353
:scale: 70 %
5454
:alt: Output image from MapServer WMS
5555
56-
Inspect pyWPS Processes
57-
--------------------------------------------------------------------------------
56+
Inspect PyWPS Processes
57+
-----------------------
5858
5959
An example of connecting to the PyWPS demo server on OSGeoLive and inspecting the available processes.
6060
@@ -74,7 +74,7 @@ An example of connecting to the PyWPS demo server on OSGeoLive and inspecting th
7474
Output data: ['Hello OWSLib']
7575
7676
Using CSW with pycsw
77-
--------------------------------------------------------------------------------
77+
--------------------
7878
7979
An example of connecting to the Catalogue Service for the Web (CSW) demo server provided by pycsw on OSGeoLive.
8080
@@ -97,7 +97,7 @@ An example of connecting to the Catalogue Service for the Web (CSW) demo server
9797
None
9898
9999
Connect to the pygeoapi OGC Features API
100-
--------------------------------------------------------------------------------
100+
----------------------------------------
101101
102102
An example of connecting to the pygeoapi demo server on OSGeoLive and retrieving a feature collection, using
103103
the OGC Features API.
@@ -128,7 +128,7 @@ Then, in a terminal, run the following commands:
128128
"name": "Lake Victoria",
129129
130130
What next?
131-
--------------------------------------------------------------------------------
131+
----------
132132
133133
OSGeoLive includes a set of Jupyter notebooks, including examples of OWSLib usage, and providing more
134134
details on the examples above. From the desktop, choose :menuselection:`Geospatial --> Spatial Tools --> Jupyter Notebook`.

0 commit comments

Comments
 (0)