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

Hi OS WIN/LINUX OWSLib 0.27.2 from owslib.wms import WebMapService service = WebMapService("https://www.geoportal.ch/services/wms/ktai") results in > Traceback (most recent call last): > File "", line 1, in > File "c:\venv\lib\site-packages\owslib\wms.py", line...

INSPIRE recommends to use a gmx:anchor in otherconstraints, to be able to reference a value from https://inspire.ec.europa.eu/metadata-codelist/ConditionsApplyingToAccessAndUse owslib currently [supports characterstring only](https://github.com/geopython/OWSLib/blob/9a878f8c675745c673706c7e76a00e1abf083a25/owslib/iso.py#L490-L496) for this property suggestion is to extend this...

As reported in [Debian Bug #1022033](https://bugs.debian.org/1022033): > We hope to upgrade python3-yaml (aka pyyaml) to version 6 before the freeze, per [#1008262](https://bugs.debian.org/1008262) > > Your package appears to use `yaml.load()`...

Appologies in advance, if I have misunderstood something. In that case, please help me understand. The FilterRequest is a class, and objects of this class have a state. The state...

Appologies in advance, if I have misunderstood something. In that case, please help me understand. The FilterRequest is a class, and objects of this class have a state. The state...

Im using OWSlib to query features from a WFS service. The service responds with a ServiceException because the filter is not valid. But OWSlib gives the following error: ``` Traceback...

Dear All, Following http://portal.opengeospatial.org/files/?artifact_id=35326 there is the possibility to have the dimension, page 22 Table 9 — Parts of Dimension data structure. e.g. ``` default default image/png time ISO8601 2017-05-16...

wmts

When connecting to MapServer to get server capabilities, any resulting errors are reported in HTML. So for example: ```python wms = WebMapService(url, version=version) ``` Can throw the following cryptic error:...