Skip to content

issues Search Results · repo:geopython/OWSLib language:Python

Filter by

416 results
 (98 ms)

416 results

ingeopython/OWSLib (press backspace or delete to remove)

I m having problems with the certificate. I believe that the problem predates the GeoServer server certificates. I m trying to get data from https://geoserver.car.gov.br/geoserver/web. I can browse and ...
  • michelmetran
  • Opened 
    16 days ago
  • #1008

on typical service metadata, there is often no digital-transfer-options element, instead a connectpoint, which is properly managed by owslib however the connectpoint does not provide type metadata on ...
  • pvgenuchten
  • Opened 
    on Jun 5
  • #1002

When trying to connect to the MapServer demo using WFS 1.0.0: from owslib.wfs import WebFeatureService wfs = WebFeatureService(url= https://demo.mapserver.org/cgi-bin/wfs , version= 1.0.0 ) It results ...
  • geographika
  • 1
  • Opened 
    on May 25
  • #999

the output formats can be retrieved from wfs capabilities using wfs20 = WebFeatureService(url= https://services.rce.geovoorziening.nl/dijken/wfs , version= 2.0.0 ) [o.parameters[ outputFormat ][ values ...
  • pvgenuchten
  • Opened 
    on May 23
  • #998

Hi there, Since WMS 1.3.0, some attributes of WMS Layer accept boolean values (true, false) and not only integer values (0,1). See https://portal.ogc.org/files/?artifact_id=14416, page 30. Today, OWSLib ...
wms
  • remyguillaume
  • 1
  • Opened 
    on May 12
  • #993

why does OGCAPI uses quite different concepts then OWS? from owslib.wfs import WebFeatureService srv = WebFeatureService(url= https://service.pdok.nl/kadaster/bestuurlijkegebieden/wfs/v1_0 , version= ...
  • pvgenuchten
  • Opened 
    on Apr 18
  • #992

This warning pops up many times in my log (multiple times for each capabilities), is it crucial? wms: https://wms.geo.admin.ch/?SERVICE=WMS VERSION=1.3.0 REQUEST=GetCapabilities lang=de /usr/local/lib/python3.10/site-packages/owslib/map/wms130.py:121: ...
  • pvgenuchten
  • Opened 
    on Apr 16
  • #991

with this snippet from owslib.wcs import WebCoverageService my_wcs = WebCoverageService( https://geoserver.iepnb.es/geoserver/wcs?service=WCS version=1.0.0 request=GetCoverage coverage=INES:ErosionPotencialNiveles ...
  • pvgenuchten
  • Opened 
    on Apr 14
  • #989

on this wfs url (indicated as such in a metadata record), but apparently not available anymore: https://fbinter.stadt-berlin.de/fb/berlin/service_intern.jsp?id=s_boden_wfs4_2015@senstadt type=WFS run ...
  • pvgenuchten
  • Opened 
    on Apr 11
  • #988

for some wms s i notice a large number of this warning Image it seems related to the style not having a name or title is it an option to prevent the error after it s first occurrence
  • pvgenuchten
  • 2
  • Opened 
    on Apr 11
  • #987
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub