Skip to content

Reference WFS/WMTS representations of STAC Items #42

@arthurgustin

Description

@arthurgustin

Hello,
In our catalog response we embeded specific links for consuming WFS and WMTS

 "_links": {
                "panSharpenedWms": {
                    "href": "https://foo/bar/104527cc-6476-4605-ad45-f6f2a28f563c?SERVICE=WMS&REQUEST=GetCapabilities",
                    "name": "OTF PanSharpened",
                    "type": "WMS"
                },
                "panSharpenedWmts": {
                    "href": "https://foo/bar/104527cc-6476-4605-ad45-f6f2a28f563c/1.0.0/WMTSCapabilities.xml",
                    "name": "OTF PanSharpened",
                    "type": "WMTS"
                },
}

I don't know if it can be studied as part of the STAC spec, so I'm just writting down the idea and our use case.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions