Page MenuHomeSolus

Update python-owslib to 0.16.0
ClosedPublic

Authored by kyrios123 on Apr 17 2018, 7:34 PM.

Details

Summary
  • drop Python 2.6 support
  • WFS: get schema auth params (karakostis)
  • WFS: add sortby to GetFeature requests (drnextgis)
  • CSW: add ows namespace to bounding box queries
  • CSW: add feature catalogue support parsing
  • CRS: support proj.4 CRS definitions (orhygine)
  • fix namespaces (jsanchezfr)
  • ISO GM03: fix bounding box handling

Signed-off-by: Pierre-Yves <pyu@riseup.net>

Test Plan
$ python
Python 2.7.14 (default, Feb 17 2018, 10:27:51) 
[GCC 7.3.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from owslib.wms import WebMapService
>>> wms = WebMapService('https://neo.sci.gsfc.nasa.gov/wms/wms', version='1.3.0')
>>> wms.identification.type
'WMS'
>>> wms.identification.version
'1.3.0'
>>> wms.identification.title
'NASA Earth Observations (NEO) WMS'
>>> wms.identification.abstract
'Remote sensing imagery from NASA Earth Observations (NEO).'
>>>

Diff Detail

Repository
R3838 python-owslib
Lint
Lint Not Applicable
Unit
Tests Not Applicable