Skip to content
This repository has been archived by the owner on Apr 11, 2022. It is now read-only.

optimize WFS detection in CSW parser #1

Open
azahnen opened this issue Nov 7, 2017 · 0 comments
Open

optimize WFS detection in CSW parser #1

azahnen opened this issue Nov 7, 2017 · 0 comments

Comments

@azahnen
Copy link
Collaborator

azahnen commented Nov 7, 2017

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".

@cportele cportele transferred this issue from ldproxy/ldproxy Sep 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant