You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 11, 2022. It is now read-only.
As of now there are three ways a WFS might be detected:
SV_ServiceIdentification/containsOperation contains an operation with operationName "GetCapabilities" and
either SV_ServiceIdentification/serviceTypeVersion contains "WFS"
or connectPoint/.../protocol contains "WFS"
or connectPoint/../URL contains "service=wfs" and "request=getcapabilities"
The detected URL for any case is the OnlineResource of the GetCapabilities operation.
Another way to find WFS URLs which is at least used in the Netherlands would be to look in the MD_Distribution/transferOptions for OnlineResources with a protocol that contains "WFS".
The text was updated successfully, but these errors were encountered:
As of now there are three ways a WFS might be detected:
The detected URL for any case is the OnlineResource of the GetCapabilities operation.
Another way to find WFS URLs which is at least used in the Netherlands would be to look in the MD_Distribution/transferOptions for OnlineResources with a protocol that contains "WFS".
The text was updated successfully, but these errors were encountered: