-
Notifications
You must be signed in to change notification settings - Fork 189
Closed
Labels
Milestone
Description
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.
Reactions are currently unavailable