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

optimize WFS detection in CSW parser #1

@azahnen

Description

@azahnen

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions