GetCoverage
request provided by Datacove E.U.
xxxxxxxxxx
https://inspire.rasdaman.org/rasdaman/ows?
SERVICE=WCS & VERSION=2.0.1 &
REQUEST=GetCoverage & COVERAGEID=INSPIRE_LC_Metadata &
SUBSET=E(620000,620050) & SUBSET=N(7220000,7220050) &
FORMAT=application/gml+xml
WCPS - subsetting followed by GML encoding - thereby achieving exactly the same result:
xxxxxxxxxx
for $lc in (INSPIRE_LC_Metadata)
return
encode(
$lc[ E(620000:620050), N(7220000:7220050) ],
"application/gml+xml"
)