Loading a WFS Service by URL
url (str) – Link of the WFS Service, e.g. url="https://nibis.lbeg.de/net3/public/ogc.ashx?NodeId=476&Service=WFS&"
wfs – OWSLib Feature object
owslib.feature.wfs100.WebFeatureService_1_0_0
New in version 1.0.x.
Example
>>> # Loading Libraries and WFS Service >>> import gemgis as gg >>> wfs = gg.web.load_wfs(url="https://nibis.lbeg.de/net3/public/ogc.ashx?NodeId=476&Service=WFS&") >>> wfs <owslib.feature.wfs100.WebFeatureService_1_0_0 at 0x19260e21340>
See also
load_as_gpd
Load information of a WFS Service as GeoDataFrame
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4