http://127.0.0.1:8888/notebooks/10-remote-data.ipynb uses http://inspire.geology.cz as an example URL: ``` from owslib.wfs import WebFeatureService url = 'http://inspire.geology.cz/geoserver/wms?service=WMS&version=1.3.0&request=Getcapabilities' geology_wfs = WebFeatureService(geology.identifiers[1]['identifier']) ``` This site is returning `Generic error 502: Bad Gateway` for me at the moment. Also the example is for `WebFeatureService` but uses `service=WMS`. Unless this is a temporary server issue, I can make a PR to switch to another WFS server (maybe https://demo.mapserver.org/cgi-bin/wfs?SERVICE=WFS&VERSION=1.0.0&REQUEST=GetCapabilities).
http://127.0.0.1:8888/notebooks/10-remote-data.ipynb uses http://inspire.geology.cz as an example URL:
This site is returning
Generic error 502: Bad Gatewayfor me at the moment. Also the example is forWebFeatureServicebut usesservice=WMS.Unless this is a temporary server issue, I can make a PR to switch to another WFS server (maybe https://demo.mapserver.org/cgi-bin/wfs?SERVICE=WFS&VERSION=1.0.0&REQUEST=GetCapabilities).