Opened 11 years ago

Closed 10 years ago

#447 closed enhancement (duplicate)

Develop the wcsproc extension

Reported by: Jinsongdi Yu Owned by: Peter Baumann
Priority: major Milestone: Future
Component: petascope Version:
Keywords: Cc:
Complexity: Medium

Description

The post requet as below should be supported:
<proc:ProcessCoverages

xmlns:wcs="http://www.opengis.net/wcs/2.0"
xmlns:gml="http://www.opengis.net/gml/3.2"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:proc="http://www.opengis.net/wcs_service-extension_processing/2.0"

service="WCS" version="2.0.1">

<proc:query>

for c in (mean_summer_airtemp )
return encode (c, "png")

</proc:query>

</proc:ProcessCoverages>

Change History (2)

comment:1 by Peter Baumann, 11 years ago

Component: undecidedpetascope
Milestone: Future
Type: defectenhancement

This is dependent on ongoing work in OGC standardization: the WCS request type is defined in the WCS Processing Extension which has been brought up to speed with WCS 2 (WCPS had been established 2 years before that). This extension is currently under public Request for Comment (RFC). Once done, we will collect any eventual change requests, incorporate, and go to voting. Once we have a reasonbly stable basis (possibly even before voting, but after RFC) we can start implementation.

comment:2 by Piero Campalani, 10 years ago

Resolution: duplicate
Status: newclosed

Closing this as superseded by #614.

Note: See TracTickets for help on using tickets.