Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 1.13 KB

File metadata and controls

25 lines (13 loc) · 1.13 KB

OWSLib

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.