Opened 8 years ago
Last modified 7 years ago
#1357 closed defect
Petascope_Use WCPS 1.5 when process WCPS Request in translated XML format — at Initial Version
Reported by: | Bang Pham Huu | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 9.5 |
Component: | petascope | Version: | development |
Keywords: | Cc: | Dimitar Misev, Vlad Merticariu | |
Complexity: | Hard |
Description
In PetascopeInterface when a WCPS request which is translated in XML, e.g:
<ProcessCoveragesRequest xmlns="http://www.opengis.net/wcps/1.0" service="WCPS" version="1.0.0"> <query><xmlSyntax><coverageIterator><iteratorVar>c</iteratorVar><coverageName>rgb</coverageName></coverageIterator><encode store="false"><trim><coverage>c</coverage><axis>i</axis><lowerBound><numericConstant>0</numericConstant></lowerBound><upperBound><numericConstant>100</numericConstant></upperBound><axis>j</axis><lowerBound><numericConstant>0</numericConstant></lowerBound><upperBound><numericConstant>100</numericConstant></upperBound></trim><format>png</format></encode></xmlSyntax></query></ProcessCoveragesRequest>
it will use the old WCPS to translate to Rasql directly. There should be a step to translate this XML as same as from WCS to WCPS 1.5 (but the content of request here is different for each type of request then cannot be reused).
Note:
See TracTickets
for help on using tickets.