This page shows how to connect with OWSLib to an API that implements OGC API - Features - Part 1: Core.
This description uses OWSLib 0.23.0.
The API must support the Core, GeoJSON and OpenAPI 3.0 conformance classes.
The CRS conformance class from Part 2 (Coordinate Reference Systems by Reference) is not supported.
The OGCAPIFeaturesWithOWSLib.ipynb
Jupyter notebook on binder has multiple steps to read and navigate in Python through an API. To create a copy of the notebook, click on OGCAPIFeaturesWithOWSLib.ipynb
.
Press Run
to execute the selected step of the notebook. Python code in steps can be edited.
For more information on Jupyter notebooks, see jupyter.org.