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