OWSLib icon indicating copy to clipboard operation
OWSLib copied to clipboard

OWSLib is a Python package for client programming with Open Geospatial Consortium (OGC) web service (hence OWS) interface standards, and their related content models.

Results 138 OWSLib issues
Sort by recently updated
recently updated
newest added

I got this error in Hypermap when adding this WMTS service: https://gsi-cyberjapan.github.io/experimental_wmts/gsitiles_wmts.xml ``` File "/home/ubuntu/Hypermap-Registry/hypermap/aggregator/models.py", line 369, in check_available ows = WebMapTileService(self.url) File "/home/ubuntu/env_hypermap/local/lib/python2.7/site-packages/owslib/wmts.py", line 191, in __init__ self._buildMetadata(parse_remote_metadata) File...

I am attempting to use the WebProcessingService client to run a birdhouse / flyingpigeon subset of multiple netcdf files.... I seem to be getting a timeout error when trying to...

wps
question

Exception: ``` wms = WebMapService('http://geoserv.weichand.de:8080/geoserver/wms', version='1.3.0') UNEXPECTED EXCEPTION: ReadTimeout(ReadTimeoutError("HTTPConnectionPool(host='geoserv.weichand.de', port=8080): Read timed out. (read timeout=30)",),) ```

tests
bug

Exception: ``` >>> wms = WebMapService('http://giswebservices.massgis.state.ma.us/geoserver/wms', version='1.1.1', timeout=120) UNEXPECTED EXCEPTION: HTTPError(u'504 Server Error: Gateway Time-out for url: ```

tests
bug

Exception: ``` ConnectionError: HTTPConnectionPool(host='giswebservices.massgis.state.ma.us', port=80): Read timed out. ``` pytest `skipif` does not seem to work.

tests
bug

... needs to be converted to a "normal" test with `skipif` check for the service availability.

sos
tests
bug
help wanted

This test is failing: `tests/doctests/sos_10_ndbc_getobservation.txt` Error message: ``` __________________ [doctest] sos_10_ndbc_getobservation.txt ___________________ >>> response = ndbc.describe_sensor(procedure=procedure, outputFormat=outputFormat) #doctest: +IGNORE_EXCEPTION_DETAIL Traceback (most recent call last): File "", line 1, in ServiceException:...

tests
bug
help wanted

The wps module fails for the following process: ``` from owslib.wps import WebProcessingService wps = WebProcessingService('http://geoprocessing.demo.52north.org:8080/wps/WebProcessingService') wps.describeprocess('org.n52.wps.server.r.demo.idw') ``` ... with error messge: ``` /.conda/envs/birdy/lib/python3.7/site-packages/owslib/util.py in getTypedValue(data_type, value) 576 return True...

wps
bug

Harvesting a geonetwork node using CSW (oswlib.csw), I encounter cases when instead of ``` Fichier KMZ à télécharger ``` I have ``` Fichier KMZ à télécharger ``` According to the...

Running WCS service that natively uses 1.1.2 will generate an empty object with no fault or error.

wcs