Skip to content

Commit 3edc873

Browse files
committed
fix ref
1 parent 5ae512a commit 3edc873

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workshop/content/docs/publishing/ogcapi-features.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ QGIS is one of the first GIS Desktop clients which added support for OGC API - F
458458

459459
[OWSLib](https://owslib.readthedocs.io) is a Python library to interact with OGC Web Services and supports a number of OGC APIs including OGC API - Features.
460460

461-
This exercise will be done using a jupyter notebook. If you prefer, you can do it using python from the command line (see bellow).
461+
This exercise will be done using a jupyter notebook. If you prefer, you can do it using Python from the command line (see bellow).
462462

463463
Before continuing, make sure you are in the `workshop/exercises` folder. You will need that, to be able to use the jupyter notebook.
464464

@@ -506,7 +506,7 @@ Run through the notebook, to explore an OGC API - Features server, using owslib.
506506

507507
You can run the same instructions using your local pygeoapi server, instead of the demo pygeoapi instance.
508508

509-
#### Using python from the command line
509+
#### Using Python from the command line
510510

511511
!!! question "Interact with OGC API - Features via OWSLib"
512512

0 commit comments

Comments
 (0)