@@ -21,18 +21,18 @@ OWSLib is Open Source, released under an BSD 3-Clause License, and runs on any p
21
21
@SCREENSHOT_owslib@
22
22
23
23
Core Features
24
- --------------------------------------------------------------------------------
24
+ -------------
25
25
26
26
* 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 ``
29
29
* also available with Conda, and as a Debian package
30
30
* an `OSGeo Community Project `_
31
31
* detailed log output
32
32
* support for proxies
33
33
34
34
Implemented Standards
35
- --------------------------------------------------------------------------------
35
+ ---------------------
36
36
37
37
OGC Standards
38
38
+++++++++++++
@@ -67,17 +67,17 @@ OGC Standards
67
67
OGC API Support
68
68
+++++++++++++++
69
69
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
+ +-------------------------------------------------------------------- +-------------+---- --------------------------------------------------------+-------------+
81
81
82
82
Details
83
83
--------------------------------------------------------------------------------
@@ -95,6 +95,7 @@ Details
95
95
**Support: ** |SUPPORT |
96
96
97
97
.. _`Open Geospatial Consortium` : https://ogc.org
98
+ .. _`OGC APIs` : https://ogcapi.ogc.org
98
99
.. _`Python` : https://www.python.org/
99
100
.. _`OSGeo Community Project` : https://www.osgeo.org/projects/owslib/
100
101
.. _`BSD 3-Clause License` : https://owslib.readthedocs.io/en/stable/license.html
@@ -122,14 +123,15 @@ Details
122
123
.. _`CIA.vc` : http://cia.vc/stats/project/OWSLib
123
124
.. _`WaterML` : http://his.cuahsi.org/wofws.html#waterml
124
125
.. _`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
130
129
.. _`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
131
133
.. _`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
133
135
.. _`OGC API - Connected Systems - Part 2: Dynamic Data` : https://docs.ogc.org/DRAFTS/23-002r0.html
134
136
.. _`OpenSearch` : https://github.com/dewitt/opensearch
135
137
0 commit comments