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 )
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 , 8 years ago
comment:2 by , 8 years ago
Milestone: | 9.3 → Future |
---|---|
Priority: | major → minor |
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 , 8 years ago
Milestone: | Future → 10.0 |
---|
With Petascope Spring, wcps 1.0 could be wiped and WCPS 1.5 will take this task.
comment:4 by , 8 years ago
Priority: | minor → major |
---|
comment:5 by , 7 years ago
Description: | modified (diff) |
---|---|
Milestone: | 10.0 → 9.5 |
Owner: | set to |
Status: | new → assigned |
Summary: | Petascope_Use WCPS 1.5 when process WCPS Request in translated XML format → Petascope_Make a XML parser to translate WCPS in XML syntax to abstract syntax |
comment:6 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
No need in WCPS 1.5, this is only required for WCPS 1.