|
| 1 | +:Author: OSGeoLive |
| 2 | +:Author: Seth Girvin |
| 3 | +:Version: osgeolive17.0 |
| 4 | +:License: Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) |
| 5 | + |
| 6 | +@LOGO_owslib@ |
| 7 | +@OSGEO_KIND_owslib@ |
| 8 | + |
| 9 | + |
| 10 | +@NAME_owslib@ |
| 11 | +================================================================================ |
| 12 | + |
| 13 | +Open Geospatial Web Services Library |
| 14 | +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 15 | + |
| 16 | +OWSLib is a `Python`_ package for client programming with `Open Geospatial Consortium`_ (OGC) web service (hence OWS) interface standards, |
| 17 | +and their related content models. |
| 18 | + |
| 19 | +OWSLib is Open Source, released under an BSD 3-Clause License, and runs on any platform that supports Python (Windows, Linux, Mac OS X). |
| 20 | + |
| 21 | +@SCREENSHOT_owslib@ |
| 22 | + |
| 23 | +Core Features |
| 24 | +------------- |
| 25 | + |
| 26 | +* easily connect to WMS, WFS, WCS, WPS, CSW services using Python (and many more) |
| 27 | +* support for the new `OGC APIs`_ |
| 28 | +* easy to install with ``pip3 install OWSLib`` |
| 29 | +* also available with Conda, and as a Debian package |
| 30 | +* an `OSGeo Community Project`_ |
| 31 | +* detailed log output |
| 32 | +* support for proxies |
| 33 | + |
| 34 | +Implemented Standards |
| 35 | +--------------------- |
| 36 | + |
| 37 | +OGC Standards |
| 38 | ++++++++++++++ |
| 39 | + |
| 40 | ++-----------------------+----------------+-----------------------+----------------+ |
| 41 | +| **Standard** | **Version(s)** | **Standard** | **Version(s)** | |
| 42 | ++=======================+================+=======================+================+ |
| 43 | +| `OGC WMS`_ | 1.1.1, 1.3.0 | `OGC WFS`_ | 1.0.0, 1.1.0, | |
| 44 | +| | | | 2.0.0, 3.0 | |
| 45 | ++-----------------------+----------------+-----------------------+----------------+ |
| 46 | +| `OGC WCS`_ | 1.0.0, 1.1.0, | `OGC WMC`_ | 1.1.0 | |
| 47 | +| | 2.0, 2.0.1 | | | |
| 48 | ++-----------------------+----------------+-----------------------+----------------+ |
| 49 | +| `OGC SOS`_ | 1.0.0, 2.0.0 | `OGC SensorML`_ | 1.0.1 | |
| 50 | ++-----------------------+----------------+-----------------------+----------------+ |
| 51 | +| `OGC CSW`_ | 2.0.2 | `OGC WPS`_ | 1.0.0 | |
| 52 | ++-----------------------+----------------+-----------------------+----------------+ |
| 53 | +| `OGC Filter`_ | 1.1.0 | `OGC OWS Common`_ | 1.0.0, 1.1.0, | |
| 54 | +| | | | 2.0 | |
| 55 | ++-----------------------+----------------+-----------------------+----------------+ |
| 56 | +| `OGC OWS Context`_ | 1.0.0 (alpha) | `NASA DIF`_ | 9.7 | |
| 57 | ++-----------------------+----------------+-----------------------+----------------+ |
| 58 | +| `FGDC CSDGM`_ | 1998 | `ISO 19139`_ | 2007 | |
| 59 | ++-----------------------+----------------+-----------------------+----------------+ |
| 60 | +| `ISO 19139-2`_ | 2012 | `Dublin Core`_ | 1.1 | |
| 61 | ++-----------------------+----------------+-----------------------+----------------+ |
| 62 | +| `Swiss GM03`_ | 2.3 | `OGC WMTS`_ | 1.0.0 | |
| 63 | ++-----------------------+----------------+-----------------------+----------------+ |
| 64 | +| `WaterML`_ | 1.0, 1.1, 2.0 | `OpenSearch`_ | 1.1 | |
| 65 | ++-----------------------+----------------+-----------------------+----------------+ |
| 66 | + |
| 67 | +OGC API Support |
| 68 | ++++++++++++++++ |
| 69 | + |
| 70 | ++--------------------------------------------------------------------+-------------+------------------------------------------------------------+-------------+ |
| 71 | +| **Standard** | **Version** | **Standard** | **Version** | |
| 72 | ++====================================================================+=============+============================================================+=============+ |
| 73 | +| `OGC API - Features - Part 1: Core`_ | 1.0 | `OGC API - Coverages - Part 1: Core`_ | draft | |
| 74 | ++--------------------------------------------------------------------+-------------+------------------------------------------------------------+-------------+ |
| 75 | +| `OGC API - Features - Part 3: Filtering`_ | draft | `OGC API - Processes - Part 1: Core`_ | 1.0 | |
| 76 | ++--------------------------------------------------------------------+-------------+------------------------------------------------------------+-------------+ |
| 77 | +| `OGC API - Features - Part 4: Create, Replace, Update and Delete`_ | draft | `OGC API - Connected Systems - Part 1: Feature Resources`_ | draft | |
| 78 | ++--------------------------------------------------------------------+-------------+------------------------------------------------------------+-------------+ |
| 79 | +| `OGC API - Records - Part 1: Core`_ | draft | `OGC API - Connected Systems - Part 2: Dynamic Data`_ | draft | |
| 80 | ++--------------------------------------------------------------------+-------------+------------------------------------------------------------+-------------+ |
| 81 | + |
| 82 | +Details |
| 83 | +-------------------------------------------------------------------------------- |
| 84 | + |
| 85 | +**Website:** @WEB_owslib@ |
| 86 | + |
| 87 | +**Licence:** `BSD 3-Clause License`_ |
| 88 | + |
| 89 | +**Software Version:** |version-owslib| |
| 90 | + |
| 91 | +**Supported Platforms:** Windows, Linux, Mac |
| 92 | + |
| 93 | +**API Interfaces:** Python |
| 94 | + |
| 95 | +**Support:** |SUPPORT| |
| 96 | + |
| 97 | +.. _`Open Geospatial Consortium`: https://ogc.org |
| 98 | +.. _`OGC APIs`: https://ogcapi.ogc.org |
| 99 | +.. _`Python`: https://www.python.org/ |
| 100 | +.. _`OSGeo Community Project`: https://www.osgeo.org/projects/owslib/ |
| 101 | +.. _`BSD 3-Clause License`: https://owslib.readthedocs.io/en/stable/license.html |
| 102 | + |
| 103 | +.. _`OGC WMS`: https://www.opengeospatial.org/standards/wms |
| 104 | +.. _`OGC WFS`: https://www.opengeospatial.org/standards/wfs |
| 105 | +.. _`OGC WCS`: https://www.opengeospatial.org/standards/wcs |
| 106 | +.. _`OGC WMC`: https://www.opengeospatial.org/standards/wmc |
| 107 | +.. _`OGC WPS`: https://www.opengeospatial.org/standards/wps |
| 108 | +.. _`OGC SOS`: https://www.opengeospatial.org/standards/sos |
| 109 | +.. _`OGC O&M`: https://www.opengeospatial.org/standards/om |
| 110 | +.. _`OGC WaterML2.0`: https://www.opengeospatial.org/standards/waterml |
| 111 | +.. _`OGC SensorML`: https://www.opengeospatial.org/standards/sensorml |
| 112 | +.. _`OGC CSW`: https://www.opengeospatial.org/standards/cat |
| 113 | +.. _`OGC WMTS`: https://www.opengeospatial.org/standards/wmts |
| 114 | +.. _`OGC Filter`: https://www.opengeospatial.org/standards/filter |
| 115 | +.. _`OGC OWS Common`: https://www.opengeospatial.org/standards/common |
| 116 | +.. _`OGC OWS Context`: https://www.opengeospatial.org/standards/owc |
| 117 | +.. _`NASA DIF`: https://earthdata.nasa.gov/esdis/eso/standards-and-references/directory-interchange-format-dif-standard |
| 118 | +.. _`FGDC CSDGM`: https://www.fgdc.gov/metadata/csdgm-standard |
| 119 | +.. _`ISO 19115`: https://www.iso.org/standard/26020.html |
| 120 | +.. _`ISO 19139`: https://www.iso.org/standard/32557.html |
| 121 | +.. _`ISO 19139-2`: https://www.iso.org/standard/57104.html |
| 122 | +.. _`Dublin Core`: https://www.dublincore.org/ |
| 123 | +.. _`CIA.vc`: http://cia.vc/stats/project/OWSLib |
| 124 | +.. _`WaterML`: http://his.cuahsi.org/wofws.html#waterml |
| 125 | +.. _`Swiss GM03`: https://www.geocat.admin.ch/en/dokumentation/gm03.html |
| 126 | +.. _`OGC API - Features - Part 1: Core`: https://docs.ogc.org/is/17-069r4/17-069r4.html |
| 127 | +.. _`OGC API - Features - Part 3: Filtering`: https://docs.ogc.org/is/19-079r2/19-079r2.html |
| 128 | +.. _`OGC API - Features - Part 4: Create, Replace, Update and Delete`: https://docs.ogc.org/DRAFTS/20-002r1.html |
| 129 | +.. _`OGC API - Coverages - Part 1: Core`: https://docs.ogc.org/DRAFTS/19-087.html |
| 130 | +.. _`OGC API - Maps - Part 1: Core`: https://docs.ogc.org/is/20-058/20-058.html |
| 131 | +.. _`OGC API - Records - Part 1: Core`: https://docs.ogc.org/is/20-004r1/20-004r1.html |
| 132 | +.. _`OGC API - Environmental Data Retrieval - Part 1: Core`: https://docs.ogc.org/is/19-086r6/19-086r6.html |
| 133 | +.. _`OGC API - Processes - Part 1: Core`: https://docs.ogc.org/is/18-062r2/18-062r2.html |
| 134 | +.. _`OGC API - Connected Systems - Part 1: Feature Resources`: https://docs.ogc.org/DRAFTS/23-001r0.html |
| 135 | +.. _`OGC API - Connected Systems - Part 2: Dynamic Data`: https://docs.ogc.org/DRAFTS/23-002r0.html |
| 136 | +.. _`OpenSearch`: https://github.com/dewitt/opensearch |
| 137 | + |
| 138 | + |
| 139 | +@VMDK_owslib@ |
| 140 | +@QUICKSTART_owslib@ |
| 141 | + |
| 142 | +.. presentation-note |
| 143 | + OWSLib is a Python package for client programming with Open Geospatial Consortium (OGC) web service |
| 144 | + interface standards, and their related content models. |
0 commit comments