OWSLib
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.
We use an application that uses this library, and have been pointed to this library as where we'd need to add support for the ISO19115-3:2016 Geospatial Standard so it can...
Hi, I would love to use owslib library for WCPS execution. Any examples would be great help
I think it would be useful to provide the functionality to get the `gml:Envelope` metadata additionally to the `gml:RectifiedGrid`. This would return the native CRS of the layer (for version...
As mentioned in issue #649 the examples in readme and docs were not in sync. * We could add a link to the examples in docs. * We could also...
**Describe the bug** When traversing the xml tags, the WebMapService_1_1_1 `/owslib/map/wms111.py` object's constructor cannot get the xml information, because for some strange reason the tags are pre-informed even before their...
I am using this library to access WMTS, which format is "application/x-protobuf;type=mapbox-vector" >from owslib.wmts import WebMapTileService >the vector tile links >VectorTile = 'http://openapi-dev.aurin.org.au/public/gwc/service/wmts' >wmts = WebMapTileService(VectorTile) >tile = wmts.gettile(layer='aurin:SA1_2016_AUST',tilematrixset ='EPSG:900913',...
I am trying to get a record in JSON but getting a XMLSyntaxError. The default format works. Sending a simple GET with `outputFormat=application/json` also works. ### Input ``` csw =...
Hi propably there is a little bug at this line `https://github.com/geopython/OWSLib/blob/master/owslib/map/wms130.py#L507` The way how the scale is currently read, is based on the **WMS 1.1.1** specification. According to the official...
... jinja2 templates are also used in the latest pywps 4.2.0. They should be prepared for WPS 1.0.0 and WPS 2.0.0.
This test fails: https://github.com/geopython/OWSLib/blob/master/tests/test_csw_geonetwork.py ... with the following exception: ``` ~/.conda/envs/owslib/lib/python3.7/ssl.py in do_handshake(self, block) 1138 self.settimeout(None) -> 1139 self._sslobj.do_handshake() 1140 finally: ProtocolError: ('Connection aborted.', ConnectionResetError(54, 'Connection reset by peer')) ```...