Skip to content

Commit 3aa4ffc

Browse files
committed
Fixing OGC API typos (#836)
1 parent 246b2e7 commit 3aa4ffc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/en/usage.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ The `OGC API`_ standards are a clean break from the traditional OGC service arch
163163
using current design patterns (RESTful, JSON, OpenAPI). As such, OWSLib the code follows
164164
the same pattern.
165165

166-
OGC API - Features 1.0 - Part 1: Core
166+
OGC API - Features - Part 1: Core 1.0
167167
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
168168

169169
.. code-block:: python
@@ -195,7 +195,7 @@ OGC API - Features 1.0 - Part 1: Core
195195
>>> lakes_query['features'][0]['properties']
196196
{u'scalerank': 0, u'name_alt': None, u'admin': None, u'featureclass': u'Lake', u'id': 0, u'name': u'Lake Baikal'}
197197
198-
OGC API - Coverages 1.0 - Part 1: Core
198+
OGC API - Coverages - Part 1: Core 1.0
199199
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
200200

201201
.. code-block:: python
@@ -230,7 +230,7 @@ OGC API - Coverages 1.0 - Part 1: Core
230230
'float64'
231231
>> gdps_coverage_query = w.coverage('gdps-temperature', range_subset=[1])
232232
233-
OGC API - Records 1.0 - Part 1: Core
233+
OGC API - Records - Part 1: Core 1.0
234234
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
235235

236236
>>> from owslib.ogcapi.records import Records
@@ -273,7 +273,7 @@ OGC API - Records 1.0 - Part 1: Core
273273
>>> my_catalogue_cql_json_query['features'][0]['properties']['title']
274274
u'Roadrunner ambush locations'
275275

276-
OGC API - Processes 1.0 - Part 1: Core
276+
OGC API - Processes - Part 1: Core 1.0
277277
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
278278

279279
.. code-block:: python

0 commit comments

Comments
 (0)