OWSLib
March 16, 2021 ยท View on GitHub
This page shows how to connect with OWSLib to an API that implements OGC API - Features - Part 1: Core.
Links
Software version
This description uses OWSLib 0.23.0.
Required and supported Conformance classes
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.
Examples
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.