Opened 8 years ago

Closed 7 years ago

#1357 closed defect (fixed)

Petascope_Make a XML parser to translate WCPS in XML syntax to abstract syntax

Reported by: Bang Pham Huu Owned by: Bang Pham Huu
Priority: major Milestone: 9.5
Component: petascope Version: development
Keywords: Cc: Dimitar Misev, Vlad Merticariu
Complexity: Hard

Description (last modified by Bang Pham Huu)

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 to WCPS abstract query and it can be handled by WCPS handlers.

Change History (6)

comment:1 by Vlad Merticariu, 8 years ago

No need in WCPS 1.5, this is only required for WCPS 1.

comment:2 by Bang Pham Huu, 8 years ago

Milestone: 9.3Future
Priority: majorminor

so this is an experiment, e.g: use translated WCPS 1.0 with SOAP, so when it is more important, we will find a way to use WCPS 1.5 as the main processor.

comment:3 by Bang Pham Huu, 7 years ago

Milestone: Future10.0

With Petascope Spring, wcps 1.0 could be wiped and WCPS 1.5 will take this task.

comment:4 by Bang Pham Huu, 7 years ago

Priority: minormajor

comment:5 by Bang Pham Huu, 7 years ago

Description: modified (diff)
Milestone: 10.09.5
Owner: set to Bang Pham Huu
Status: newassigned
Summary: Petascope_Use WCPS 1.5 when process WCPS Request in translated XML formatPetascope_Make a XML parser to translate WCPS in XML syntax to abstract syntax

comment:6 by Bang Pham Huu, 7 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.